1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-31 02:31:25 +00:00
bedrock-samples/behavior_pack/recipes/waxing_oxidized_copper_bulb.json
Mike Ammerlaan c989e80c35 v1.21.0.3
2024-06-13 09:45:16 -07:00

28 lines
543 B
JSON

{
"format_version": "1.20.10",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:waxing_oxidized_copper_bulb"
},
"tags": [ "crafting_table" ],
"ingredients": [
{
"item": "minecraft:oxidized_copper_bulb"
},
{
"item": "minecraft:honeycomb"
}
],
"unlock": [
{
"item": "minecraft:oxidized_copper_bulb"
}
],
"result": {
"item": "minecraft:waxed_oxidized_copper_bulb",
"count": 1
},
"priority": 1
}
}