mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 03:30:02 +00:00
Don't send sky and emitted lights
This commit is contained in:
parent
d7b8b23030
commit
6cb4ccc42b
1 changed files with 0 additions and 4 deletions
|
@ -819,10 +819,6 @@ public class DisguiseUtilities {
|
|||
int z = 1 + face.getModZ();
|
||||
|
||||
setType.invoke(chunkSection, x, 0, z, fromLegacyData.invoke(block, face.ordinal()));
|
||||
|
||||
setSky.invoke(chunkSection, x, 0, z, 0);
|
||||
|
||||
setEmitted.invoke(chunkSection, x, 0, z, 0);
|
||||
}
|
||||
|
||||
Object[] array = (Object[]) Array.newInstance(chunkSection.getClass(), 16);
|
||||
|
|
Loading…
Reference in a new issue