d16851f5f6
SemVer: 1.21
24 lines
367 B
JSON
24 lines
367 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "redstone",
|
|
"key": {
|
|
"B": {
|
|
"item": "minecraft:blaze_rod"
|
|
},
|
|
"C": {
|
|
"item": "minecraft:copper_block"
|
|
},
|
|
"R": {
|
|
"item": "minecraft:redstone"
|
|
}
|
|
},
|
|
"pattern": [
|
|
" C ",
|
|
"CBC",
|
|
" R "
|
|
],
|
|
"result": {
|
|
"count": 4,
|
|
"id": "minecraft:copper_bulb"
|
|
}
|
|
} |