Проблема заключается в том что я могу сделать крафт из обычных предметов, и чтобы падал обычной предмет, но не знаю как добавить nbt.
то есть вот камень + блок травы = железный слиток
1) execute as @e[type=minecraft:item,nbt={Item:{id:"minecraft:grass_block",Count:1b}}] at @s if entity @e[type=minecraft:item,nbt={Item:{id:"minecraft:stone",Count:1b}},distance=..1] run summon minecraft:item ~ ~ ~ {Tags:["i1"],Item:{id:"minecraft:iron_ingot",Count:1b}}
2) execute as @e[type=minecraft:item,nbt={Item:{id:"minecraft:grass_block",Count:1b}}] at @s if entity @e[type=minecraft:item,nbt={Item:{id:"minecraft:stone",Count:1b}},distance=..1] run kill @e[distance=..1,type=minecraft:item,tag=!i1]
как мне сюда добавить чтобы камень был из тегом Rock, а выпадал железный слиток из тегом Terra_ingot