Added all non-nbt crafting Recipes

This commit is contained in:
lucsoft
2021-01-11 10:36:21 +01:00
parent 9ae8074a40
commit dfb6cc2d3f
5 changed files with 97 additions and 0 deletions

View 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
}
}

View 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"
}
}

View 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
}
}

View 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"
}
}

View 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"
}
}