Started by
Daniil Ilmecenko
on
Topic category: Help with Minecraft modding (Java Edition)
I made a mod for backpacks with different color options. how to make sure that a backpack of one color does not fit in a backpack of another color, and that the backpacks do not fit in the schalker box
You should be able to detect what has put in the slots with an if statement and then remove if it's what d-you don't want. Then spawn gem or put in player's inventory.
I don't know how to use the procedures.