mojira.dev

Izares

Assigned

No issues.

Reported

No issues.

Comments

FVbico I have a commands using execute and testing for blocks with nbt and it doesn't work

I've been experiencing the same thing
Stuff like this (execute as @e[tag=!nostart,type=item,nbt={OnGround:1b,Item:{id:"minecraft:diamond_hoe",tag:{display:{Name:"{\"text\":\"Knock Rune\",\"color\":\"gold\",\"italic\":\"false\"}"}}}}] at @s run kill @s)
and this (execute as @e[type=xp_bottle] at @s if block ~ ~-1 ~ dispenser{Items:[{Slot:0b,id:"minecraft:prismarine",Count:1b},{Slot:1b,id:"minecraft:ender_eye",Count:1b},{Slot:2b,id:"minecraft:prismarine",Count:1b},{Slot:3b,id:"minecraft:gold_ingot",Count:1b},{Slot:4b,id:"minecraft:prismarine",Count:1b,},{Slot:5b,id:"minecraft:gold_ingot",Count:1b},{Slot:6b,id:"minecraft:gold_ingot",Count:1b},{Slot:7b,id:"minecraft:gold_ingot",Count:1b},{Slot:8b,id:"minecraft:gold_ingot",Count:1b}]} run summon leash_knot ~ ~-1 ~ {CustomName:"\"customcraftinglk\""}) don't work. They work in the last snapshot though