Recipe for cables
This commit is contained in:
parent
8b37482494
commit
9db0e068e1
18 changed files with 254 additions and 20 deletions
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"III"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "techreborn:copper_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:copper_cable",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"III"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "minecraft:gold_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:gold_cable",
|
||||
"count": 12
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"III"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "techreborn:refined_iron_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:hv_cable",
|
||||
"count": 12
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
|
@ -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
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"III"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "techreborn:tin_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:tin_cable",
|
||||
"count": 9
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue