Started by
Kaishi_130
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a smeltery to combine multiple items together (like a crafting table) while melting them together at the same time (a furnace combined with a crafting table) and I don't know how to do that
Well, it really depends on how specifically you want it to work. The basic idea would be something like this:
If you want it to have a progress bar, (like the furnace), that's a little bit trickier, but not impossible. (The basic idea is that you give your block an NBT number tag that counts up, consuming the fuel and ingredients to make the product once it reaches a certain point, and use some additional image overlays for the progress bar.)
i'm watching some tutorials and my idea is that I want a furnace with one fuel slot and four item slots but I don't know how to manage that