superb-warfare/src/main/resources/data/superbwarfare/recipe/silver_ingot_crafting.json
2025-04-02 20:11:07 +08:00

13 lines
No EOL
217 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category":"misc",
"ingredients": [
{
"item":"superbwarfare:silver_block"
}
],
"result": {
"id": "superbwarfare:silver_ingot",
"count": 9
}
}