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

32 lines
520 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"SDS",
"DCD",
"SDS"
],
"key": {
"S": {
"tag": "forge:ingots/bronze"
},
"C": {
"item": "create:andesite_alloy"
},
"D": {
"tag": "steampowered:plates/bronze"
}
},
"result": {
"item": "steampowered:bronze_large_cogwheel",
"count": 8
},
"conditions": [
{
"type": "forge:not",
"value": {
"tag": "forge:ingots/bronze",
"type": "forge:tag_empty"
}
}
]
}