diff --git a/Common/src/main/resources/data/hyperlighting/recipes/advanced_lantern.json b/Common/src/main/resources/data/hyperlighting/recipes/advanced_lantern.json new file mode 100644 index 0000000..7981bbb --- /dev/null +++ b/Common/src/main/resources/data/hyperlighting/recipes/advanced_lantern.json @@ -0,0 +1,28 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "minecraft:glass" + }, + "A": { + "item": "minecraft:iron_nugget" + }, + "Y": [ + { + "item": "minecraft:torch" + }, + { + "item": "hyperlighting:advanced_torch" + } + ] + }, + "pattern": [ + "AAA", + "CYC", + "AAA" + ], + "result": { + "item": "hyperlighting:advanced_lantern" + }, + "show_notification": true +} diff --git a/Common/src/main/resources/data/hyperlighting/recipes/battery_neon.json b/Common/src/main/resources/data/hyperlighting/recipes/battery_neon.json new file mode 100644 index 0000000..0045c17 --- /dev/null +++ b/Common/src/main/resources/data/hyperlighting/recipes/battery_neon.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "minecraft:cobblestone" + }, + "Y": { + "item": "minecraft:glass" + } + }, + "pattern": [ + " ", + "CYC", + " " + ], + "result": { + "item": "hyperlighting:battery_neon" + }, + "show_notification": true +} diff --git a/Common/src/main/resources/data/hyperlighting/recipes/lighter_tool.json b/Common/src/main/resources/data/hyperlighting/recipes/lighter_tool.json new file mode 100644 index 0000000..1d5816c --- /dev/null +++ b/Common/src/main/resources/data/hyperlighting/recipes/lighter_tool.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "tag": "minecraft:coals" + }, + { + "item": "minecraft:cobblestone" + } + ], + "result": { + "item": "hyperlighting:lighter_tool" + }, + "show_notification": true +} diff --git a/Common/src/main/resources/data/hyperlighting/recipes/solar_panel.json b/Common/src/main/resources/data/hyperlighting/recipes/solar_panel.json new file mode 100644 index 0000000..51ec5fe --- /dev/null +++ b/Common/src/main/resources/data/hyperlighting/recipes/solar_panel.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "minecraft:cobblestone" + }, + "Y": { + "item": "minecraft:glass" + } + }, + "pattern": [ + " ", + "YYY", + "CCC" + ], + "result": { + "item": "hyperlighting:solar_panel" + }, + "show_notification": true +} diff --git a/Common/src/main/resources/data/hyperlighting/recipes/wireless_battery.json b/Common/src/main/resources/data/hyperlighting/recipes/wireless_battery.json new file mode 100644 index 0000000..cc5be77 --- /dev/null +++ b/Common/src/main/resources/data/hyperlighting/recipes/wireless_battery.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "minecraft:redstone" + }, + "L": { + "item": "minecraft:cobblestone" + } + }, + "pattern": [ + " ", + "LCL", + "LLL" + ], + "result": { + "count": 3, + "item": "hyperlighting:wireless_battery" + }, + "show_notification": true +} diff --git a/gradle.properties b/gradle.properties index 5b4e1b2..81ee347 100644 --- a/gradle.properties +++ b/gradle.properties @@ -28,7 +28,7 @@ org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false #dependencies -craterlib_version=0.0.5d +craterlib_version=0.0.6d mod_menu_version=6.1.0-rc.4 //shimmer_version=0.1.12 //sodium_version=3957319