Started by
GreensilverMega
on
Topic category: Help with Minecraft modding (Java Edition)
So im working on a mod that adds backpacks and more forms of storage and I would like to know how to make a system that works like a chest but in a item with a GUI added to it. I don't realy know if this is simple or hard or even possible but if so I would appreciate some help. Thank you if you can
Bind the item/block to a GUI that's just a bunch of empty slots. Make it open when clicked.
thanks