Posted November 13, 20195 yr I am trying to make a new furnace that can not only smelt default recipes, but is the only furnace that can smelt other recipes from my mod such as refining steel. Anyone know any tutorials/documentation?
November 13, 20195 yr Take a look at how vanilla sets up furnace recipes. You will probably end up extending AbstractFurnace and setting up a new registry (they're not that difficult). 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.
November 13, 20195 yr Author Do you still have to register tile entities and containers? Also what if I wanted to add an extra input and output slot?
November 13, 20195 yr 32 minutes ago, Kenneth201998 said: Do you still have to register tile entities and containers? Yes. Nothing will ever save you from having to do this. You must always register your things. 32 minutes ago, Kenneth201998 said: Also what if I wanted to add an extra input and output slot? Nothing's stopping you from doing this. 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.