create item table to check if dropped item is inside table
is there a better way to do that then this:
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