Added all non-nbt crafting Recipes
This commit is contained in:
20
src/main/resources/data/oc2/recipes/bus_cable.json
Normal file
20
src/main/resources/data/oc2/recipes/bus_cable.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"NNN",
|
||||
"WWW",
|
||||
"NNN"
|
||||
],
|
||||
"key": {
|
||||
"N": {
|
||||
"item": "minecraft:gold_nugget"
|
||||
},
|
||||
"W": {
|
||||
"item": "oc2:network_cable"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "oc2:bus_cable",
|
||||
"count": 3
|
||||
}
|
||||
}
|
||||
19
src/main/resources/data/oc2/recipes/bus_interface.json
Normal file
19
src/main/resources/data/oc2/recipes/bus_interface.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"N ",
|
||||
"NC ",
|
||||
"N "
|
||||
],
|
||||
"key": {
|
||||
"N": {
|
||||
"item": "minecraft:gold_nugget"
|
||||
},
|
||||
"C": {
|
||||
"item": "oc2:bus_cable"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "oc2:bus_interface"
|
||||
}
|
||||
}
|
||||
20
src/main/resources/data/oc2/recipes/network_connector.json
Normal file
20
src/main/resources/data/oc2/recipes/network_connector.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" ",
|
||||
"NWN",
|
||||
"NWN"
|
||||
],
|
||||
"key": {
|
||||
"N": {
|
||||
"item": "minecraft:gold_nugget"
|
||||
},
|
||||
"W": {
|
||||
"item": "oc2:network_cable"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "oc2:network_connector",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
19
src/main/resources/data/oc2/recipes/network_hub.json
Normal file
19
src/main/resources/data/oc2/recipes/network_hub.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"GCG",
|
||||
"GGG"
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "minecraft:gold_nugget"
|
||||
},
|
||||
"C": {
|
||||
"item": "oc2:network_interface_card"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "oc2:network_hub"
|
||||
}
|
||||
}
|
||||
19
src/main/resources/data/oc2/recipes/redstone_interface.json
Normal file
19
src/main/resources/data/oc2/recipes/redstone_interface.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"GCG",
|
||||
"GGG"
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "minecraft:gold_nugget"
|
||||
},
|
||||
"C": {
|
||||
"item": "oc2:redstone_interface_card"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "oc2:redstone_interface"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user