mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-12 20:24:53 +00:00
28 lines
508 B
JSON
28 lines
508 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:waxing_exposed_copper_chain"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:exposed_copper_chain"
|
|
},
|
|
{
|
|
"item": "minecraft:honeycomb"
|
|
}
|
|
],
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:copper_chain"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:waxed_exposed_copper_chain"
|
|
}
|
|
}
|
|
}
|