id cache clearing derp
This commit is contained in:
@@ -106,6 +106,7 @@ public class BlockMatcher {
|
|||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public void handleWorldLoad(WorldEvent.Load event) {
|
public void handleWorldLoad(WorldEvent.Load event) {
|
||||||
|
blockIDs.clear();
|
||||||
Iterator<Block> iter = Block.blockRegistry.iterator();
|
Iterator<Block> iter = Block.blockRegistry.iterator();
|
||||||
while (iter.hasNext()) {
|
while (iter.hasNext()) {
|
||||||
Block block = iter.next();
|
Block block = iter.next();
|
||||||
|
|||||||
Reference in New Issue
Block a user