Files
IMoO/recipes/netherite_ingot.json
T
2022-01-23 21:24:12 +03:00

27 lines
463 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:netherite_ingot"
},
"tags": [ "crafting_table" ],
"ingredients": [
{
"item": "minecraft:netherite_scrap",
"count": 4
},
{
"item": "minecraft:gold_ingot",
"count": 4
}
],
"result": {
"item": "minecraft:netherite_ingot",
"data": 0,
"count": 1
}
}
}