Posted March 6, 20187 yr Hi there, im new to MCModding, ive got some troubles when creating a custom furnace(named infusionaltar). When im trying to open Gui(rightclicking) it just rightclicks but gui wont open. (dont look at missing textures, will add after working furnace) Here is my GitHubhttps://github.com/MamboDancer/minecraftmod All regards, MamboDancer Edited March 7, 20187 yr by Mambo_Dancer
March 6, 20187 yr Author 44 minutes ago, diesieben07 said: Do not create your block and item instances in a static initializer. setRegistryName does not work reliably there. You never register your gui handler. You cannot have ModelRegistryEvent in a common class, you will crash a server. Code style, issue 1. Problematic code, issue 10. Please use the new JSON system to register recipes. dunno why but only one of my JSON recipes is working, thanks for help,ill try to fix then reply
March 6, 20187 yr Author 6 hours ago, diesieben07 said: Do not create your block and item instances in a static initializer. setRegistryName does not work reliably there. You never register your gui handler. You cannot have ModelRegistryEvent in a common class, you will crash a server. Code style, issue 1. Problematic code, issue 10. Please use the new JSON system to register recipes. Thanks a lot, called to preInit(i think this is its place) guihandler. So what i need to do with json recipes? one is working, other are not
March 6, 20187 yr 22 minutes ago, Mambo_Dancer said: So what i need to do with json recipes? one is working, other are not That's easy. Compare and contrast: https://github.com/MamboDancer/minecraftmod/blob/master/src/main/resources/assets/ttb/recipes/pickaxe_terrifying.json#L16 https://github.com/MamboDancer/minecraftmod/blob/master/src/main/resources/assets/ttb/recipes/theterrifyingblock.json#L13 What is different? (Hint: count the amount of white space) 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.
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.