mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
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:
parent
1b40aef94c
commit
fad17a5b17
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue