{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"N": "minecraft:nether_bricks",
"W": "minecraft:nether_wart"
},
"pattern": [
" W",
"WNW",
" W"
],
"result": {
"count": 4,
"id": "minecraft:red_nether_bricks"
}
}```
```ascii
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:deepslate",
"result": {
"id": "minecraft:cobbled_deepslate"
}
}
``` These recipes just dont work, I'm not sure why, other recipes in the datapack work fine but these don't. The deepslate one didnt work and only showed the mini block variant (from vanilla tweaks) so I tried to put my recipe file in the same datapack, but still no, idk what to do