Help with crafting botania for pure_daisy I can’t set the NBT parameter for the crafting result
//Подозрительный песок
event.custom({
"type": "botania:pure_daisy",
"input": {
"type": "block",
"block": "minecraft:sand"
},
"output": Item.of('minecraft:suspicious_sand', '{BlockEntityTag:{LootTable:"minecraft:archaeology/trail_ruins_rare",id:"minecraft:brushable_block"}}')
})
})```