How to create a block that when an input is added it generates an output but does not consume the input 1.20.1

Started by rylie on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to create a block that when an input is added it generates an output but does not consume the input 1.20.1

Hey currently trying to make a block where if a specific input is in the block it starts generating another item not consuing the input and just continues infinitely generating the item I have photos of what I currently have done:

 

https://imgur.com/a/b5l5hMl

 

If anyone can help me with the code block part that would be amazing.

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can help you! Now, I am…
Tue, 03/11/2025 - 14:43

I can help you! Now, I am using MCreator 2020.2 on Minecraft 1.12.2, so it may be a bit different, but shouldnt be too different: (note, the NBT data checking part is optional, that just makes so that if there is any energy stored with NBT, it gets used, else it wont even run) image!

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Cheers for that I'll check…
Tue, 03/11/2025 - 16:19

Cheers for that I'll check if it works when I'm back home