Janellope Posted September 22, 2016 Posted September 22, 2016 Using the normal furnace with the custom ore works fine, using the custom furnace with vanilla ore works fine but try to use the custom furnace with the custom ore and the game crashes. Any help? Git:https://github.com/Janellope/DigiCraft Quote
Draco18s Posted September 22, 2016 Posted September 22, 2016 On 9/22/2016 at 4:30 PM, Janellope said: the game crashes I don't see a crash log. Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Janellope Posted September 22, 2016 Author Posted September 22, 2016 Sorry. http://pastebin.com/pYC0EQT4 Quote
loordgek Posted September 22, 2016 Posted September 22, 2016 you need to use in preinit GameRegistry.registerTileEntity Quote
Janellope Posted September 22, 2016 Author Posted September 22, 2016 Sorry but I am not sure I understand. Do I need to swap out GameRegistry.register(block);? or am I doing something else wrong? Quote
loordgek Posted September 22, 2016 Posted September 22, 2016 no you need to also register the tileentity https://github.com/loordgek/Extragenarators/blob/master/src/main/java/loordgek/extragenarators/init/InitTile.java#L9 Quote
Janellope Posted September 22, 2016 Author Posted September 22, 2016 Thank you so much. It works now! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.