Recipe for cables

This commit is contained in:
drcrazy 2019-07-16 23:06:32 +03:00
parent 8b37482494
commit 9db0e068e1
18 changed files with 254 additions and 20 deletions

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"III"
],
"key": {
"I": {
"item": "techreborn:copper_ingot"
}
},
"result": {
"item": "techreborn:copper_cable",
"count": 6
}
}

View file

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"GGG",
"RUR",
"GGG"
],
"key": {
"G": {
"item": "minecraft:glass"
},
"R": {
"item": "minecraft:redstone"
},
"U": {
"item": "techreborn:ruby_dust"
}
},
"result": {
"item": "techreborn:glassfiber_cable",
"count": 3
}
}

View file

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"GGG",
"RDR",
"GGG"
],
"key": {
"G": {
"item": "minecraft:glass"
},
"R": {
"item": "minecraft:redstone"
},
"D": {
"item": "techreborn:diamond_dust"
}
},
"result": {
"item": "techreborn:glassfiber_cable",
"count": 4
}
}

View file

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"GGG",
"SDS",
"GGG"
],
"key": {
"G": {
"item": "minecraft:glass"
},
"S": {
"item": "techreborn:silver_dust"
},
"D": {
"item": "techreborn:diamond_dust"
}
},
"result": {
"item": "techreborn:glassfiber_cable",
"count": 6
}
}

View file

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"GGG",
"EDE",
"GGG"
],
"key": {
"G": {
"item": "minecraft:glass"
},
"E": {
"item": "techreborn:electrum_dust"
},
"D": {
"item": "techreborn:diamond_dust"
}
},
"result": {
"item": "techreborn:glassfiber_cable",
"count": 8
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"III"
],
"key": {
"I": {
"item": "minecraft:gold_ingot"
}
},
"result": {
"item": "techreborn:gold_cable",
"count": 12
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"III"
],
"key": {
"I": {
"item": "techreborn:refined_iron_ingot"
}
},
"result": {
"item": "techreborn:hv_cable",
"count": 12
}
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"RRR",
"III",
"RRR"
],
"key": {
"I": {
"item": "techreborn:copper_ingot"
},
"R": {
"item": "techreborn:rubber"
}
},
"result": {
"item": "techreborn:insulated_copper_cable",
"count": 6
}
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"RIR",
"RIR",
"RIR"
],
"key": {
"I": {
"item": "techreborn:copper_ingot"
},
"R": {
"item": "techreborn:rubber"
}
},
"result": {
"item": "techreborn:insulated_copper_cable",
"count": 6
}
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"RRR",
"RIR",
"RRR"
],
"key": {
"I": {
"item": "minecraft:gold_ingot"
},
"R": {
"item": "techreborn:rubber"
}
},
"result": {
"item": "techreborn:insulated_gold_cable",
"count": 4
}
}

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"RRR",
"RIR",
"RRR"
],
"key": {
"I": {
"item": "techreborn:refined_iron_ingot"
},
"R": {
"item": "techreborn:rubber"
}
},
"result": {
"item": "techreborn:insulated_hv_cable",
"count": 4
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"RRR",
"RRR",
" R "
],
"key": {
"R": {
"item": "techreborn:refined_iron_ingot"
}
},
"result": {
"item": "techreborn:refined_iron_fence"
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"III"
],
"key": {
"I": {
"item": "techreborn:tin_ingot"
}
},
"result": {
"item": "techreborn:tin_cable",
"count": 9
}
}