interesting

This commit is contained in:
Leijurv 2019-02-23 14:13:27 -08:00
parent 73ec110b22
commit e4416f424a
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -85,6 +85,7 @@ public final class CachedChunk {
temp.add(Blocks.END_GATEWAY); temp.add(Blocks.END_GATEWAY);
temp.add(Blocks.WEB); temp.add(Blocks.WEB);
temp.add(Blocks.NETHER_WART); temp.add(Blocks.NETHER_WART);
temp.add(Blocks.LADDER);
BLOCKS_TO_KEEP_TRACK_OF = Collections.unmodifiableSet(temp); BLOCKS_TO_KEEP_TRACK_OF = Collections.unmodifiableSet(temp);
} }