I am having a problem with recipes; i have the 'data' set up like :
src/main/ressources
-----assets ...
----data
----------minecraft
---------------recipes
--------------------test_direction_from_block.json
my recipes file
{
"type": "minecraft:crafting_shaped",
"pattern":
[
"xxx",
" x ",
"xxx"
],
"key":
{
"x":
{
"item": "yabm5:block_direction"
}
},
"result":
{
"item": "yabm5:block_measure_16",
"count": 9
}
}
when i put in the block_direction in the workbench, nothing happens and no errors.
thank you any help