Started by
killercatfish
on
Topic category: Help with Minecraft modding (Java Edition)
Hello!
I am attempting to make a crate that will be paired with another crate. So we can mine and fill the crate and our crate at home will be filled with the items.
I dont seem to be able to use a global itemstack variable to do this? Im just getting started and can share more, but any suggestions would be welcome.
Thanks,
-J
2020.4 does support this
You could make 27 (or however many slots you have) global variables for each slot in your crate. Then you make it so that when you open the crate it loads all 27 items into the slots, and when you close the barrel it saves all of the items in the slots.
does this global variable work for 1.12? I tried it and it just kept giving me an error.