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