Converting an item in a chest-like block's inventory to a different item

Started by davemurdock55 on

Topic category: Help with modding (Java Edition)

Last seen on 02:28, 27. Apr 2022
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Converting an item in a chest-like block's inventory to a different item

Hi, I'm sort of new to this whole modding scene, but I really need help on trying to change one item to another in a chest while the player is not currently accessing the inventory. Hoppers are able to do this, so I don't see why I wouldn't be able to. The problem is, I just haven't figured out how yet. The closes thing I can find is a blockly block that requires the GUI to be open (I also want to be able to do this in a backpack-like item while I'm not accessing its GUI).

 

Well, thanks for any responses!!!

Have a great one!

Use slot management…
Wed, 12/23/2020 - 07:59

Use slot management procedures from Blocks category, they work on any block at given location for given slot.

In general, I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei