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

20 lines
293 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"S S",
"CCC"
],
"key": {
"S": {
"tag": "steampowered:bronzeplate"
},
"C": {
"item": "minecraft:bricks"
}
},
"result": {
"item": "steampowered:bronze_burner",
"count": 1
}
}