Started by
Ali107
on
Topic category: Help with Minecraft modding (Java Edition)
How to make custom GUI input slots only accept items from custom item tags?
for example, If I have an item tag that has stick, wood, and boats, how do I make an input slot from a custom GUI only allow the player to place items under this tag?
Bump.
You can use the "Is Provided itemstack tagged in item tags as" block
Thanks!
:)