How to make chicken chest

Started by TheObserver on

Topic category: Help with modding (Java Edition)

Last seen on 21:45, 9. Oct 2023
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make chicken chest

I was wanting to make a "chicken chest" block that duplicates items in its storage once the player closes the gui, but I can't figure out how to do the duplication process. How would one do this

Last seen on 18:54, 23. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"If item exists in slot 0,…
Thu, 09/03/2020 - 02:48

"If item exists in slot 0, place an (item from slot 0) in slot 1", pretty simple.