SteamPowered/src/main/resources/data/steampowered/recipes/cast_iron_cogwheel.json
2022-05-22 21:05:43 +08:00

20 lines
308 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"SCS",
"SSS"
],
"key": {
"S": {
"tag": "steampowered:ingots/cast_iron"
},
"C": {
"item": "create:andesite_alloy"
}
},
"result": {
"item": "steampowered:cast_iron_cogwheel",
"count": 8
}
}