Files
Hyper-Lighting2/Common/src/main/resources/data/hyperlighting/recipes/advanced_candle.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
}