mirror of
https://github.com/ViaVersion/ViaLegacy.git
synced 2024-11-15 10:45:19 +01:00
Fixed chest with data 0 being invisible for 1.8+
This commit is contained in:
parent
356f658810
commit
b2b895879b
@ -34,6 +34,7 @@ public class ChunkTracker extends AbstractChunkTracker {
|
||||
for (int i = 1; i < 16; i++) { // air
|
||||
this.registerReplacement(new IdAndData(0, i), new IdAndData(0, 0));
|
||||
}
|
||||
this.registerReplacement(new IdAndData(BlockList1_6.chest.blockID, 0), new IdAndData(BlockList1_6.chest.blockID, 3));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user