Started by
Fidgetplayz
on
Topic category: Help with Minecraft modding (Java Edition)
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?
you could make it use multiple and statements for ever leave, or use the "is block [] tagged as {"minecraft:leaves"}"