#Adding a custom Furnace

5 messages · Page 1 of 1 (latest)

tiny sandal
#

i'm trying to add a custom furnace-like object to my mod. The only difference is that this furnace will have it's own set of recipes as well as the default furnace ones. I was wondering if I could technically just reuse code from the default furnace so I didn't have to write everything from scratch.

The goal is to have a parent class which then allows me to make better ones that the player can craft to unlock more recipes, but I have no clue where to start on this.

I have already created custom items and blocks but this one is trickier, any help is appreciated.

prime fulcrum
covert gyro
#

you absolutely could reuse code from the furnace as well

tiny sandal