Started by
God_Of_Wood
on
Topic category: Help with Minecraft modding (Java Edition)
How can I make it so that the same GUI keeps the items inside of it even if it's opened using different items?
Topic category: Help with Minecraft modding (Java Edition)
How can I make it so that the same GUI keeps the items inside of it even if it's opened using different items?
You will need to store slot data in global player variables
How would I go about doing that?
Add global variables of type itemstack in variables tab and then use procedures to set/get their values when slots are changed or when gui is open/closed