Started by
IsaacJS2021
on
Topic category: Help with MCreator software
I'm Trying To Create A Item That Stores Other Items
But I Need To Make It Without GUI
And The Items Can Be Added Or Taked From This Item When You Put It On A Slot Of A GUI
If you wanna have very limited number of items stored, you can do like this:
Text NBT of item = registry name of item. (one NBT value for every slot :(
and to restore the data:
Convert thext NBT value to item (or to air if conversion fails)