SteamPowered/src/main/resources/data/steampowered/recipes/bronze_cogwheel.json
2022-01-20 16:36:29 +08:00

20 lines
295 B
JSON

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