Jump to content

A furnace that doesnt need fuel


Intijir

Recommended Posts

in the Tile Entity, just constantly keep cooking whatever the input is, instead of checking for fuel, I don't see what the issue would be. honestly, making a furnace which needs fuel seems harder than one that doesn't

maybe you could be more specific on what you're not able to accomplish, so we can help you

Link to comment
Share on other sites

oh, I see

no, if you to modify the behaviour you need to create your own furnace class, Tile Entity, Container, Screen and Block

and handle all your logic from there

at the moment you are simply creating a new vanilla furnace, and you can't do that kind of modification from there

if you want some examples, this repository has some on how to create custom tile entities: minecraftbyexample/mbe31_inventory_furnace

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.