So the main issue is that stone_BRICK_walls and stone_BRICK_stairs can be made directly from stone without making bricks first. The same issue applies to deepslate and other stone variants. But I assume this is intentional for some reason...
Regardless, I tried to fix it with a datapack and found that the format: blockA from blockB stonecutting.json seems to work... for all recipes EXCEPT stone brick wall and chiselled stone bricks. To be more precise, this is what im using (copied and pasted)
chiseled_stone_bricks_from_stone_stonecutting.json
and
stone_brick_wall_from_stone_stonecutting.json
At first I was thinking with generic stone you didn't need stone before the stonecutting (BlockA from stonecutting) but the format above works fine with both slabs and stairs. What am I doing wrong?
This was still an issue back in 1.16, but when I reported it I was told my issue was invalid/outdated and to update to 1.17, so I did but it still doesnt work in 1.17.
How to reproduce
Revoke all recipes:
/recipe take @s *
Run the following command:
/recipe give @s chiseled_stone_bricks_stone_from_stonecutting
→ ❌ The recipe is recognised (the expected name would be
chiseled_stone_bricks_from_stone_stonecutting
)Run the following command:
/recipe give @s stone_brick_walls_from_stone_stonecutting
→ ❌ The recipe is recognised (the expected name would be
stone_brick_wall_from_stone_stonecutting
)
Linked issues
is duplicated by 1
Comments 7
So I also decided to try a much simpler version with ONLY those recipes to test it, and it still didnt work when I had only those specific files. The most likely answer is that I just typed the names wrong. Is this the case?
It seems the vanilla recipes are for some reason called chiseled_stone_bricks_stone_from_stonecutting
and stone_brick_walls_from_stone_stonecutting
, so you'll have to use these names instead for your data pack to work. I'd say this is still a valid bug report, however, as I doubt those names were written that way intentionally.
Thank you very much! I'll try those later today and I'm sure they'll work! I sort of gave up on that a while ago and posted it as is, so I haven't checked in a while but thanks again. That was bothering me that it was the one thing I couldnt fix.
Soo...?