superb-warfare/src/main/resources/data/superbwarfare/recipe/wheel_crafting.json
2025-04-02 20:11:07 +08:00

21 lines
No EOL
304 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
" a ",
"aba",
" a "
],
"key": {
"a": {
"item": "minecraft:black_wool"
},
"b": {
"tag": "c:ingots/iron"
}
},
"result": {
"id": "superbwarfare:wheel",
"count": 1
}
}