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

Started by Fidgetplayz on

Topic category: Help with Minecraft modding (Java Edition)

Active 8 months ago
Joined Aug 2018
Points:
699

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
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?

Active 1 day ago
Joined Nov 2019
Points:
858

User statistics:

  • Modifications: 0
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 326
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"}"