Fixed crash on load
forgot to remove preload of old textures which would cause a crash since the textures are missing.
This commit is contained in:
parent
d6f06e5276
commit
9df766ce28
2 changed files with 0 additions and 2 deletions
BIN
resources/minecraft.jar.tmp
Normal file
BIN
resources/minecraft.jar.tmp
Normal file
Binary file not shown.
|
@ -36,8 +36,6 @@ public class ClientProxy extends CommonProxy
|
|||
@Override
|
||||
public void preInit()
|
||||
{
|
||||
MinecraftForgeClient.preloadTexture(AssemblyLine.BLOCK_TEXTURE_PATH);
|
||||
MinecraftForgeClient.preloadTexture(AssemblyLine.ITEM_TEXTURE_PATH);
|
||||
RenderingRegistry.registerBlockHandler(new BlockRenderingHandler());
|
||||
MinecraftForge.EVENT_BUS.register(SoundHandler.INSTANCE);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue