Started by
itsSNJ
on
Topic category: Help with MCreator software
I can limit only one item type, but I want to limit several specific types of items I want to add to the GUI slot. For example, only apple, carrot, potato can be placed in one GUI slot.
sorry for my poor english QAQ
Do not set a limit in the GUI settings. In a procedure (Most likely activated when a button pressed or something) use an if block to detect what item is in the slot. you can use multiple if blocks for multiple items.
This works i think: https://mcreator.net/forum/78488/gui-where-you-can-only-place-certain-i…