so i have a function that checks every tick:
item_check.mcfunction
[35mfunction [33mjmj:block/wand_table/gui/eject [34mwith block [32m~ ~ ~ [0mItems[33m[[35m{[37mSlot[34m:[32m0b[35m}[33m]
but the function it trys to call with item data just... doesnt run?
eject.mcfunction
[37m$[35mexecute [34mat [36m@s [34mrun [35msummon item [32m~ ~0.1 ~ [33m{[37mMotion[34m:[35m[[32m0.0[34m,[32m0.04[34m,[32m0.0[35m][34m,[37mPickupDelay[34m:[32m0[34m,[37mHealth[34m:[32m5s[34m,[37mAir[34m:[32m300s[34m,[37mPortalCooldown[34m:[32m20[34m,[37mItem[34m:[35m{[37mid[34m:$([0mid[34m),[37mcount[34m:$([0mcount[34m),[37mcomponents[34m:$([0mcomponents[34m)[35m}[33m}
help???