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

19 lines
287 B
JSON

{
"type": "create:pressing",
"ingredients": [
{
"tag": "steampowered:ingots/steel"
}
],
"results": [
{
"item": "steampowered:steel_sheet"
}
],
"conditions": [
{
"tag": "forge:plates/steel",
"type": "forge:tag_empty"
}
]
}