Is there a tutorial for a machine block that like combines 2 items and has a progress bar

Started by enderomegax on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there a tutorial for a machine block that like combines 2 items and has a progress bar

Is there a tutorial for a machine block that like combines 2 items and has a progress bar

(I'm trying to make a block that takes 2 different inputs, one for different custom items and the other for a single specific item, and automatically starts "smelting" like a furnace when the items are inserted)

 

ps: the item that comes out aren't stackable but the gui has 10 output slots, so if there's a video for that too it be much appreciated 

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a GUI that contains a…
Wed, 04/30/2025 - 23:46

Make a GUI that contains a button, two inputs, and an output. Attach a procedure to the button that checks if the two needed items are in the inputs, removes the two inputs, and then adds the output into the output slot.

It isn't instant like what you asked, but a button is much easier, and its texture can be changed to make it look better.

The progress bar aspect is, well, rather hard to do in mcreator. I'd stick to just the input / output and use the other GUI aspects (like add image) to make it look fancy.