how to get "Any leaves" in itemstack in procedure?

Started by Fidgetplayz on

Topic category: Help with modding (Java Edition)

Last seen on 17:02, 26. Aug 2024
Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to get "Any leaves" in itemstack in procedure?

I'm trying to make a slot in my inventory only accept any type of leaves (e.g., "forge:leaves" or something), but I'm having issues with the itemstack selection menu. It doesn’t let me choose options like "any leaves." How can I check for items so that the slot only accepts different types of leaves?

Last seen on 04:06, 14. Sep 2024
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you could make it use…
Wed, 08/21/2024 - 12:48

you could make it use multiple and statements for ever leave, or use the "is block [] tagged as {"minecraft:leaves"}"