23 lines
338 B
JSON
23 lines
338 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "misc",
|
|
"key": {
|
|
"H": {
|
|
"item": "minecraft:honeycomb"
|
|
},
|
|
"S": {
|
|
"item": "minecraft:string"
|
|
}
|
|
},
|
|
"pattern": [
|
|
"S",
|
|
"H",
|
|
"H"
|
|
],
|
|
"result": {
|
|
"item": "hyperlighting:advanced_candle",
|
|
"count": 2
|
|
},
|
|
"show_notification": true
|
|
}
|