diff --git a/Common/src/main/resources/data/hyperlighting/recipes/advanced_candle.json b/Common/src/main/resources/data/hyperlighting/recipes/advanced_candle.json new file mode 100644 index 0000000..51c9404 --- /dev/null +++ b/Common/src/main/resources/data/hyperlighting/recipes/advanced_candle.json @@ -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 +}