minecraft-src/data/minecraft/recipe/waxed_exposed_copper_bulb.json
2025-07-04 01:41:11 +03:00

24 lines
No EOL
389 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"B": {
"item": "minecraft:blaze_rod"
},
"C": {
"item": "minecraft:waxed_exposed_copper"
},
"R": {
"item": "minecraft:redstone"
}
},
"pattern": [
" C ",
"CBC",
" R "
],
"result": {
"count": 4,
"id": "minecraft:waxed_exposed_copper_bulb"
}
}