Fix tests...

This commit is contained in:
LexManos 2016-12-26 21:52:15 -08:00
parent 966c6263c3
commit 042c8ec739
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class VanillaRegistryTests
assertEquals("We have all the blocks via GameData",236,Block.REGISTRY.getKeys().size());
// All the items loaded
assertEquals("We have all the items via GameData",391,Item.REGISTRY.getKeys().size());
assertEquals("We have all the items via GameData",392,Item.REGISTRY.getKeys().size());
// Our lookups find the same stuff vanilla sees
final IForgeRegistry<Block> blocks = PersistentRegistryManager.findRegistry(Blocks.AIR);