superb-warfare/src/main/resources/data/target/recipes/soulsteel_ingot_crafting.json
2024-05-06 20:08:36 +08:00

37 lines
No EOL
648 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "target:soul_steel_nugget"
},
{
"item": "target:soul_steel_nugget"
},
{
"item": "target:soul_steel_nugget"
},
{
"item": "target:soul_steel_nugget"
},
{
"item": "target:soul_steel_nugget"
},
{
"item": "target:soul_steel_nugget"
},
{
"item": "target:soul_steel_nugget"
},
{
"item": "target:soul_steel_nugget"
},
{
"item": "target:soul_steel_nugget"
}
],
"result": {
"item": "target:soul_steel_ingot",
"count": 1
}
}