Hi, I want to check if the player has a custom item from itemsadder to interact in a menu,
I was checking like that
right_click_requirement:
requirements:
anything_here:
type: has item
material: APPLE
modeldata: 10027
The issue is that this doesn't check if it's the player as the actual item (it only check the model data)
I tried something like that
left_click_requirement:
requirements:
anything_here:
type: has item
material: itemsadder-customcrops:tomato
but it seems that you can only use itemsadder as material for items and not requirement..
[DeluxeMenus] has item requirement at path: items.required2.left_click_requirement.requirements.anything_here does not specify a valid Material name!
How can I go around this limitation ?
Feel free to ping me if you got any question or answer 😄