Fix crafting recipes not working

This commit is contained in:
Martin Prokoph
2024-06-19 13:34:46 +02:00
parent ac3c519fc4
commit 32cdfe04d6
10 changed files with 10 additions and 10 deletions

View File

@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "rocks:andesite_splitter"
},
{
"item": "rocks:andesite_splitter"
},
{
"item": "rocks:andesite_splitter"
},
{
"item": "rocks:andesite_splitter"
}
],
"result": {
"id": "minecraft:andesite",
"count": 1
}
}