Finish recipes for currently implemented blocks and items
This commit is contained in:
@@ -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
|
||||||
|
}
|
@@ -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
|
||||||
|
}
|
@@ -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
|
||||||
|
}
|
@@ -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
|
||||||
|
}
|
@@ -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
|
||||||
|
}
|
@@ -28,7 +28,7 @@ org.gradle.jvmargs=-Xmx3G
|
|||||||
org.gradle.daemon=false
|
org.gradle.daemon=false
|
||||||
|
|
||||||
#dependencies
|
#dependencies
|
||||||
craterlib_version=0.0.5d
|
craterlib_version=0.0.6d
|
||||||
mod_menu_version=6.1.0-rc.4
|
mod_menu_version=6.1.0-rc.4
|
||||||
//shimmer_version=0.1.12
|
//shimmer_version=0.1.12
|
||||||
//sodium_version=3957319
|
//sodium_version=3957319
|
||||||
|
Reference in New Issue
Block a user