[FEAT] Advanced Candle Recipe

This commit is contained in:
2023-04-02 17:15:01 +02:00
parent f31f98817f
commit 61fbeb58df

View File

@@ -0,0 +1,22 @@
{
"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
}