create item table to check if dropped item is inside table
is there a better way to do that then this:
Continue to help postexecute if entity @s[type=item,nbt={Item:{id:"minecraft:beef"}}] run function biomancer:blocks/primordial_craddle/fill_craddle execute if entity @s[type=item,nbt={Item:{id:"minecraft:porkchop"}}] run function biomancer:blocks/primordial_craddle/fill_craddle execute if entity @s[type=item,nbt={Item:{id:"minecraft:chicken"}}] run function biomancer:blocks/primordial_craddle/fill_craddle