superb-warfare/src/main/resources/data/superbwarfare/recipes/steel_spring_crafting.json

18 lines
No EOL
251 B
JSON

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