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

18 lines
No EOL
252 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"a",
"a",
"a"
],
"key": {
"a": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"id": "superbwarfare:iron_spring",
"count": 1
}
}