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

21 lines
No EOL
318 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"a",
"b",
"a"
],
"key": {
"a": {
"tag": "superbwarfare:ingots/steel"
},
"b": {
"item": "superbwarfare:steel_ingot"
}
},
"result": {
"id": "superbwarfare:steel_spring",
"count": 1
}
}