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

33 lines
522 B
JSON

{
"type": "create:mechanical_crafting",
"pattern": [
" AAA ",
"ACPCA",
"APSPA",
"ACPCA",
" AAA "
],
"key": {
"P": {
"tag": "minecraft:planks"
},
"S": {
"item": "create:shaft"
},
"A": {
"tag": "forge:ingots/brass"
},
"C": {
"item": "steampowered:bronze_cogwheel"
}
},
"result": {
"item": "steampowered:bronze_flywheel"
},
"conditions": [
{
"tag": "forge:ingots/bronze",
"type": "forge:tag_empty"
}
]
}