Tags in recipes
Not a lot I could do about the reformat of jsons
This commit is contained in:
parent
b1545b3021
commit
158d8acd21
260 changed files with 1479 additions and 1479 deletions
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "techreborn:copper_ingot",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:zinc_ingot"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:brass_ingot",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
{
|
||||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients": [
|
||||
{
|
||||
"count": 3,
|
||||
"tag": "c:copper_ingot"
|
||||
},
|
||||
{
|
||||
"tag": "c:zinc_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:brass_ingot",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "techreborn:copper_dust",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:zinc_dust"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:brass_ingot",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
{
|
||||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients": [
|
||||
{
|
||||
"count": 3,
|
||||
"tag": "c:copper_dust"
|
||||
},
|
||||
{
|
||||
"tag": "c:zinc_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:brass_ingot",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "techreborn:copper_ingot",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:zinc_dust"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:brass_ingot",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
{
|
||||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients": [
|
||||
{
|
||||
"count": 3,
|
||||
"tag": "c:copper_ingot"
|
||||
},
|
||||
{
|
||||
"tag": "c:zinc_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:brass_ingot",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "techreborn:copper_dust",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:zinc_ingot"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:brass_ingot",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
{
|
||||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients": [
|
||||
{
|
||||
"count": 3,
|
||||
"tag": "c:copper_dust"
|
||||
},
|
||||
{
|
||||
"tag": "c:zinc_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:brass_ingot",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
|
@ -2,16 +2,16 @@
|
|||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients" : [
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:tin_ingot"
|
||||
"tag": "c:tin_ingot"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:copper_ingot",
|
||||
"count": 3
|
||||
"count": 3,
|
||||
"tag": "c:copper_ingot"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:bronze_ingot",
|
||||
"count": 4
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients" : [
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:tin_dust"
|
||||
"tag": "c:tin_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:copper_dust",
|
||||
"count": 3
|
||||
"count": 3,
|
||||
"tag": "c:copper_dust"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:bronze_ingot",
|
||||
"count": 4
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients" : [
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:tin_dust"
|
||||
"tag": "c:tin_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:copper_ingot",
|
||||
"count": 3
|
||||
"count": 3,
|
||||
"tag": "c:copper_ingot"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:bronze_ingot",
|
||||
"count": 4
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients" : [
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:tin_ingot"
|
||||
"tag": "c:tin_ingot"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:copper_dust",
|
||||
"count": 3
|
||||
"count": 3,
|
||||
"tag": "c:copper_dust"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:bronze_ingot",
|
||||
"count": 4
|
||||
|
|
|
@ -2,15 +2,15 @@
|
|||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients" : [
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:gold_ingot"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:silver_ingot"
|
||||
"tag": "c:silver_ingot"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:electrum_ingot",
|
||||
"count": 2
|
||||
|
|
|
@ -2,15 +2,15 @@
|
|||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients" : [
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:gold_dust"
|
||||
"tag": "c:gold_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:silver_dust"
|
||||
"tag": "c:silver_dust"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:electrum_ingot",
|
||||
"count": 2
|
||||
|
|
|
@ -2,15 +2,15 @@
|
|||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients" : [
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:gold_ingot"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:silver_dust"
|
||||
"tag": "c:silver_dust"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:electrum_ingot",
|
||||
"count": 2
|
||||
|
|
|
@ -2,15 +2,15 @@
|
|||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients" : [
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:gold_dust"
|
||||
"tag": "c:gold_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:silver_ingot"
|
||||
"tag": "c:silver_ingot"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:electrum_ingot",
|
||||
"count": 2
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "techreborn:iron_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:nickel_dust"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:invar_ingot",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
{
|
||||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients": [
|
||||
{
|
||||
"count": 2,
|
||||
"tag": "c:iron_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:nickel_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:invar_ingot",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "techreborn:iron_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:nickel_ingot"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:invar_ingot",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
{
|
||||
"type": "techreborn:alloy_smelter",
|
||||
"power": 6,
|
||||
"time": 200,
|
||||
"ingredients": [
|
||||
{
|
||||
"count": 2,
|
||||
"tag": "c:iron_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:nickel_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:invar_ingot",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
}
|
|
@ -3,12 +3,12 @@
|
|||
"power": 128,
|
||||
"time": 200,
|
||||
"heat": 1700,
|
||||
"ingredients" : [
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:aluminum_dust"
|
||||
"tag": "c:aluminum_dust"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:aluminum_ingot"
|
||||
}
|
||||
|
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"type": "techreborn:blast_furnace",
|
||||
"power": 128,
|
||||
"time": 2000,
|
||||
"heat": 3000,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:steel_ingot"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:tungsten_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:hot_tungstensteel_ingot"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:dark_ashes_dust",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
{
|
||||
"type": "techreborn:blast_furnace",
|
||||
"power": 128,
|
||||
"time": 2000,
|
||||
"heat": 3000,
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "c:steel_ingot"
|
||||
},
|
||||
{
|
||||
"tag": "c:tungsten_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:hot_tungstensteel_ingot"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:dark_ashes_dust",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"type": "techreborn:blast_furnace",
|
||||
"power": 128,
|
||||
"time": 100,
|
||||
"heat": 1000,
|
||||
"ingredients" : [
|
||||
{
|
||||
"item": "techreborn:steel_dust"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
{
|
||||
"item": "techreborn:steel_ingot"
|
||||
}
|
||||
]
|
||||
{
|
||||
"type": "techreborn:blast_furnace",
|
||||
"power": 128,
|
||||
"time": 100,
|
||||
"heat": 1000,
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "c:steel_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:steel_ingot"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -3,12 +3,12 @@
|
|||
"power": 128,
|
||||
"time": 3600,
|
||||
"heat": 1500,
|
||||
"ingredients" : [
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:titanium_dust"
|
||||
"tag": "c:titanium_dust"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:titanium_ingot"
|
||||
}
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
"power": 128,
|
||||
"time": 2000,
|
||||
"heat": 2500,
|
||||
"ingredients" : [
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:tungsten_dust"
|
||||
"tag": "c:tungsten_dust"
|
||||
}
|
||||
],
|
||||
"results" : [
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:tungsten_ingot"
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 1500,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:brass_dust"
|
||||
"tag": "c:brass_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"time": 2400,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:copper_dust",
|
||||
"count": 3
|
||||
"count": 3,
|
||||
"tag": "c:copper_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 3600,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:electrum_dust"
|
||||
"tag": "c:electrum_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"time": 2400,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:gold_dust",
|
||||
"count": 3
|
||||
"count": 3,
|
||||
"tag": "c:gold_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"time": 1500,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:iron_dust",
|
||||
"count": 2
|
||||
"count": 2,
|
||||
"tag": "c:iron_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"time": 2400,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:lead_dust",
|
||||
"count": 2
|
||||
"count": 2,
|
||||
"tag": "c:lead_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"time": 3000,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:platinum_dust",
|
||||
"count": 2
|
||||
"count": 2,
|
||||
"tag": "c:platinum_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"time": 2400,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:silver_dust",
|
||||
"count": 2
|
||||
"count": 2,
|
||||
"tag": "c:silver_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"time": 2100,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:tin_dust",
|
||||
"count": 2
|
||||
"count": 2,
|
||||
"tag": "c:tin_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 1050,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:zinc_dust"
|
||||
"tag": "c:zinc_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 300,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:aluminum_ingot"
|
||||
"tag": "c:aluminum_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 300,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 300,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:copper_ingot"
|
||||
"tag": "c:copper_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 250,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:diamond_dust"
|
||||
"tag": "c:diamond_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 300,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:electrum_ingot"
|
||||
"tag": "c:electrum_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 300,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:iridium_ingot"
|
||||
"tag": "c:iridium_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 300,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:lead_ingot"
|
||||
"tag": "c:lead_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 250,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:peridot_dust"
|
||||
"tag": "c:peridot_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 300,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:platinum_ingot"
|
||||
"tag": "c:platinum_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 250,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:ruby_dust"
|
||||
"tag": "c:ruby_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 250,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:sapphire_dust"
|
||||
"tag": "c:sapphire_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 300,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:silver_ingot"
|
||||
"tag": "c:silver_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 300,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:steel_ingot"
|
||||
"tag": "c:steel_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 300,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:tin_ingot"
|
||||
"tag": "c:tin_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 300,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:titanium_ingot"
|
||||
"tag": "c:titanium_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 300,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:tungsten_ingot"
|
||||
"tag": "c:tungsten_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"time": 300,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:zinc_ingot"
|
||||
"tag": "c:zinc_ingot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"FOF",
|
||||
"SPS",
|
||||
"FIF"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "techreborn:energy_flow_chip"
|
||||
},
|
||||
"O": {
|
||||
"item": "techreborn:lapotronic_orb"
|
||||
},
|
||||
"S": {
|
||||
"item": "techreborn:superconductor"
|
||||
},
|
||||
"P": {
|
||||
"item": "techreborn:lithium_ion_batpack"
|
||||
},
|
||||
"I": {
|
||||
"item": "techreborn:iridium_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:lapotronic_orbpack"
|
||||
}
|
||||
}
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"FOF",
|
||||
"SPS",
|
||||
"FIF"
|
||||
],
|
||||
"key": {
|
||||
"F": {
|
||||
"item": "techreborn:energy_flow_chip"
|
||||
},
|
||||
"O": {
|
||||
"item": "techreborn:lapotronic_orb"
|
||||
},
|
||||
"S": {
|
||||
"item": "techreborn:superconductor"
|
||||
},
|
||||
"P": {
|
||||
"item": "techreborn:lithium_ion_batpack"
|
||||
},
|
||||
"I": {
|
||||
"tag": "c:iridium_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:lapotronic_orbpack"
|
||||
}
|
||||
}
|
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"BCB",
|
||||
"BPB",
|
||||
"B B"
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "techreborn:advanced_circuit"
|
||||
},
|
||||
"P": {
|
||||
"item": "techreborn:aluminum_plate"
|
||||
},
|
||||
"B": {
|
||||
"item": "techreborn:lithium_ion_battery"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:lithium_ion_batpack"
|
||||
}
|
||||
}
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"BCB",
|
||||
"BPB",
|
||||
"B B"
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "techreborn:advanced_circuit"
|
||||
},
|
||||
"P": {
|
||||
"tag": "c:aluminum_plate"
|
||||
},
|
||||
"B": {
|
||||
"item": "techreborn:lithium_ion_battery"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:lithium_ion_batpack"
|
||||
}
|
||||
}
|
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" C ",
|
||||
"PFP",
|
||||
"PFP"
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "techreborn:insulated_gold_cable"
|
||||
},
|
||||
"P": {
|
||||
"item": "techreborn:aluminum_plate"
|
||||
},
|
||||
"F": {
|
||||
"item": "techreborn:cell"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:lithium_ion_battery"
|
||||
}
|
||||
}
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" C ",
|
||||
"PFP",
|
||||
"PFP"
|
||||
],
|
||||
"key": {
|
||||
"C": {
|
||||
"item": "techreborn:insulated_gold_cable"
|
||||
},
|
||||
"P": {
|
||||
"tag": "c:aluminum_plate"
|
||||
},
|
||||
"F": {
|
||||
"item": "techreborn:cell"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:lithium_ion_battery"
|
||||
}
|
||||
}
|
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" W ",
|
||||
"TRT",
|
||||
"TRT"
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
"item": "techreborn:insulated_copper_cable"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:tin_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:red_cell_battery"
|
||||
}
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" W ",
|
||||
"TRT",
|
||||
"TRT"
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
"item": "techreborn:insulated_copper_cable"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"T": {
|
||||
"tag": "c:tin_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:red_cell_battery"
|
||||
}
|
||||
}
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"III"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "techreborn:copper_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:copper_cable",
|
||||
"count": 6
|
||||
}
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"III"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"tag": "c:copper_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:copper_cable",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -1,23 +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
|
||||
}
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"RUR",
|
||||
"GGG"
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"U": {
|
||||
"tag": "c:ruby_dust"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:glassfiber_cable",
|
||||
"count": 3
|
||||
}
|
||||
}
|
|
@ -1,23 +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
|
||||
}
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"RDR",
|
||||
"GGG"
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"R": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"D": {
|
||||
"tag": "c:diamond_dust"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:glassfiber_cable",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -1,23 +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
|
||||
}
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"SDS",
|
||||
"GGG"
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"S": {
|
||||
"tag": "c:silver_dust"
|
||||
},
|
||||
"D": {
|
||||
"tag": "c:diamond_dust"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:glassfiber_cable",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -1,23 +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
|
||||
}
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"GGG",
|
||||
"EDE",
|
||||
"GGG"
|
||||
],
|
||||
"key": {
|
||||
"G": {
|
||||
"item": "minecraft:glass"
|
||||
},
|
||||
"E": {
|
||||
"tag": "c:electrum_dust"
|
||||
},
|
||||
"D": {
|
||||
"tag": "c:diamond_dust"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:glassfiber_cable",
|
||||
"count": 8
|
||||
}
|
||||
}
|
|
@ -1,20 +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
|
||||
}
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"RRR",
|
||||
"III",
|
||||
"RRR"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"tag": "c:copper_ingot"
|
||||
},
|
||||
"R": {
|
||||
"item": "techreborn:rubber"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:insulated_copper_cable",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -1,20 +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
|
||||
}
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"RIR",
|
||||
"RIR",
|
||||
"RIR"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"tag": "c:copper_ingot"
|
||||
},
|
||||
"R": {
|
||||
"item": "techreborn:rubber"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:insulated_copper_cable",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"III"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"item": "techreborn:tin_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:tin_cable",
|
||||
"count": 9
|
||||
}
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"III"
|
||||
],
|
||||
"key": {
|
||||
"I": {
|
||||
"tag": "c:tin_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:tin_cable",
|
||||
"count": 9
|
||||
}
|
||||
}
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" T ",
|
||||
"T T",
|
||||
" T "
|
||||
],
|
||||
"key": {
|
||||
"T": {
|
||||
"item": "techreborn:tin_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:cell"
|
||||
}
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" T ",
|
||||
"T T",
|
||||
" T "
|
||||
],
|
||||
"key": {
|
||||
"T": {
|
||||
"tag": "c:tin_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:cell"
|
||||
}
|
||||
}
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"N": {
|
||||
"item": "techreborn:aluminum_nugget"
|
||||
"tag": "c:aluminum_nugget"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"N": {
|
||||
"item": "techreborn:brass_nugget"
|
||||
"tag": "c:brass_nugget"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"N": {
|
||||
"item": "techreborn:copper_nugget"
|
||||
"tag": "c:copper_nugget"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"N": {
|
||||
"item": "techreborn:electrum_nugget"
|
||||
"tag": "c:electrum_nugget"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -10,10 +10,10 @@
|
|||
"item": "techreborn:advanced_alloy_plate"
|
||||
},
|
||||
"D": {
|
||||
"item": "techreborn:diamond_dust"
|
||||
"tag": "c:diamond_dust"
|
||||
},
|
||||
"I": {
|
||||
"item": "techreborn:iridium_ingot"
|
||||
"tag": "c:iridium_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"N": {
|
||||
"item": "techreborn:iridium_nugget"
|
||||
"tag": "c:iridium_nugget"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"N": {
|
||||
"item": "techreborn:lead_nugget"
|
||||
"tag": "c:lead_nugget"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:tin_ingot"
|
||||
"tag": "c:tin_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:refined_iron_ingot"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:tin_ingot"
|
||||
"tag": "c:tin_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:refined_iron_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:aluminum_ingot"
|
||||
"tag": "c:aluminum_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:invar_ingot"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:aluminum_ingot"
|
||||
"tag": "c:aluminum_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:nickel_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:aluminum_ingot"
|
||||
"tag": "c:aluminum_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:nickel_ingot"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:aluminum_ingot"
|
||||
"tag": "c:aluminum_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:titanium_ingot"
|
||||
"tag": "c:titanium_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:aluminum_ingot"
|
||||
"tag": "c:aluminum_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:titanium_ingot"
|
||||
"tag": "c:titanium_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:bronze_ingot"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:aluminum_ingot"
|
||||
"tag": "c:aluminum_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:tungsten_ingot"
|
||||
"tag": "c:tungsten_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:aluminum_ingot"
|
||||
"tag": "c:aluminum_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:tungsten_ingot"
|
||||
"tag": "c:tungsten_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:bronze_ingot"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:aluminum_ingot"
|
||||
"tag": "c:aluminum_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:tungstensteel_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:aluminum_ingot"
|
||||
"tag": "c:aluminum_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:tungstensteel_ingot"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:aluminum_ingot"
|
||||
"tag": "c:aluminum_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:invar_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:tin_ingot"
|
||||
"tag": "c:tin_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:titanium_ingot"
|
||||
"tag": "c:titanium_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:bronze_ingot"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:zinc_ingot"
|
||||
"tag": "c:zinc_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:invar_ingot"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:tin_ingot"
|
||||
"tag": "c:tin_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:invar_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:tin_ingot"
|
||||
"tag": "c:tin_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:invar_ingot"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:tin_ingot"
|
||||
"tag": "c:tin_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:nickel_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:tin_ingot"
|
||||
"tag": "c:tin_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:nickel_ingot"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:tin_ingot"
|
||||
"tag": "c:tin_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:titanium_ingot"
|
||||
"tag": "c:titanium_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:tin_ingot"
|
||||
"tag": "c:tin_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:tungsten_ingot"
|
||||
"tag": "c:tungsten_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:tin_ingot"
|
||||
"tag": "c:tin_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:tungsten_ingot"
|
||||
"tag": "c:tungsten_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:bronze_ingot"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:tin_ingot"
|
||||
"tag": "c:tin_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:tungstensteel_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:tin_ingot"
|
||||
"tag": "c:tin_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:tungstensteel_ingot"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:zinc_ingot"
|
||||
"tag": "c:zinc_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:invar_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:zinc_ingot"
|
||||
"tag": "c:zinc_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:refined_iron_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:zinc_ingot"
|
||||
"tag": "c:zinc_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:refined_iron_ingot"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:zinc_ingot"
|
||||
"tag": "c:zinc_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:nickel_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:zinc_ingot"
|
||||
"tag": "c:zinc_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:nickel_ingot"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:zinc_ingot"
|
||||
"tag": "c:zinc_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:titanium_ingot"
|
||||
"tag": "c:titanium_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:zinc_ingot"
|
||||
"tag": "c:zinc_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:titanium_ingot"
|
||||
"tag": "c:titanium_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:bronze_ingot"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:zinc_ingot"
|
||||
"tag": "c:zinc_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:tungsten_ingot"
|
||||
"tag": "c:tungsten_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:zinc_ingot"
|
||||
"tag": "c:zinc_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:tungsten_ingot"
|
||||
"tag": "c:tungsten_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:bronze_ingot"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:zinc_ingot"
|
||||
"tag": "c:zinc_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:tungstensteel_ingot"
|
||||
},
|
||||
"M": {
|
||||
"item": "techreborn:brass_ingot"
|
||||
"tag": "c:brass_ingot"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "techreborn:zinc_ingot"
|
||||
"tag": "c:zinc_ingot"
|
||||
},
|
||||
"T": {
|
||||
"item": "techreborn:tungstensteel_ingot"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue