superb-warfare/src/main/resources/data/superbwarfare/recipes/steel_ingot_crafting.json
2024-09-11 15:56:35 +08:00

13 lines
No EOL
217 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category":"misc",
"ingredients": [
{
"item":"superbwarfare:steel_block"
}
],
"result": {
"item": "superbwarfare:steel_ingot",
"count": 9
}
}