How to make slots only accept items from tags?

Started by Ali107 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make slots only accept items from tags?

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?

Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can use the "Is Provided…
Sat, 04/23/2022 - 02:00

You can use the "Is Provided itemstack tagged in item tags as" block

"Is Provided itemstack tagged in item tags as" block