Started by
TheFuturisticIdiot
on
Topic category: Help with Minecraft modding (Java Edition)
Im trying to make it so there is a slot where you can put any item BUT one specific item. Any way to do this?
Topic category: Help with Minecraft modding (Java Edition)
Im trying to make it so there is a slot where you can put any item BUT one specific item. Any way to do this?
If item in slot x = Banned_Item
do
repeat [Get number of items from slot x] times
do
spawn the item get item from slot x [x] [y+1] [z]
remove item from slot x
if item in slot x is NOT = Banned_Item
do Break loop