mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-07 07:49:43 +00:00
32 lines
546 B
JSON
32 lines
546 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:netherite_ingot"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:netherite_scrap",
|
|
"count": 4
|
|
},
|
|
{
|
|
"item": "minecraft:gold_ingot",
|
|
"count": 4
|
|
}
|
|
],
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:netherite_scrap"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:netherite_ingot",
|
|
"data": 0,
|
|
"count": 1
|
|
}
|
|
}
|
|
}
|