Hi, I've got all of my item textures working and my block textures working except whilst the block is in the inventory.
The block appears massive and to have the missing texture look. All other assets are fine it's just this.
Source code:https://github.com/haza1608/Test-Mod
Latest log:http://pastebin.com/hpmzVSnH
After changing my preInit to this
@EventHandler
public static void preInit(FMLPreInitializationEvent event) {
proxy.init();
ModItems.init();
ModItems.register();
}
I'm getting a crash: http://pastebin.com/01KLD6Hv
Hi, I haven't really done much modding since 1.7.10 and now on 1.9.4 I can't get any Models, textures, or lang files to load.
Source Code: https://github.com/haza1608/Test-Mod
Latest Log: http://pastebin.com/XHLAar6G
Thanks.
2 replies
Important Information
By using this site, you agree to our Terms of Use.