Jump to content

Recommended Posts

Posted

I am trying to make a furnace which doesnt need fuel and is always on but i am not sure how to do it i have implemented the block and everything i just dont know how to make it always on.

Thanks!

Posted

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

Posted

what i did is that i made the block and everything works as a normal furnace its just that the part of removing the need for fuel is confusing me i am unsure about how to do it.

Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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