Make sure tool-classes for vanilla tools are initialized early. Closes #2909 and #2525

This commit is contained in:
LexManos 2016-05-28 22:58:39 -07:00
parent 906b83dee4
commit b5f8da794c

View file

@ -55,5 +55,6 @@ public class MinecraftForge
UsernameCache.load();
// Load before all the mods, so MC owns the MC fluids
FluidRegistry.validateFluidRegistry();
ForgeHooks.initTools();
}
}