I might just move this to down here because some mods like to override vanilla blocks and items and I don't really like that for some reason or another

This commit is contained in:
Ellpeck 2015-11-02 22:37:44 +01:00
parent 1b40aef94c
commit fad17a5b17

View file

@ -57,8 +57,6 @@ public class ClientProxy implements IProxy{
}
PersistentClientData.setTheFile(new File(Minecraft.getMinecraft().mcDataDir, ModUtil.MOD_ID+"Data.dat"));
SpecialRenderInit.init();
}
@Override
@ -102,5 +100,7 @@ public class ClientProxy implements IProxy{
@Override
public void postInit(FMLPostInitializationEvent event){
ModUtil.LOGGER.info("PostInitializing ClientProxy...");
SpecialRenderInit.init();
}
}