23 lines
345 B
JSON
23 lines
345 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"###",
|
|
"#G#",
|
|
" i "
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:tinted_glass"
|
|
},
|
|
"G": {
|
|
"item": "minecraft:glowstone"
|
|
},
|
|
"i": {
|
|
"item": "society:battery"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "etcetera:tinted_light_bulb",
|
|
"count": 4
|
|
}
|
|
} |