more recipes
This commit is contained in:
parent
83483ce8d3
commit
4cc8ab9d68
31 changed files with 966 additions and 153 deletions
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 100,
|
||||
"time": 1460,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:lazurite_dust",
|
||||
"count": 29
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 10,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:aluminum_dust",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:silicon"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:calcium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 4,
|
||||
"tag": {
|
||||
"fluid": "techreborn:sodium"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 128,
|
||||
"time": 2000,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:bauxite_dust",
|
||||
"count": 12
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 8,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:aluminum_dust",
|
||||
"count": 8
|
||||
},
|
||||
{
|
||||
"item": "techreborn:titanium_small_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 5,
|
||||
"tag": {
|
||||
"fluid": "techreborn:hydrogen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:compressedair"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 50,
|
||||
"time": 500,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:ruby_dust",
|
||||
"count": 9
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:aluminum_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:chrome_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:compressedair"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 50,
|
||||
"time": 400,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:sapphire_dust",
|
||||
"count": 8
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:aluminum_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:compressedair"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 50,
|
||||
"time": 600,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:emerald_dust",
|
||||
"count": 29
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 18,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:aluminum_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:berylium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 6,
|
||||
"tag": {
|
||||
"fluid": "techreborn:silicon"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 9,
|
||||
"tag": {
|
||||
"fluid": "techreborn:compressedair"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 50,
|
||||
"time": 1800,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:spessartine_dust",
|
||||
"count": 20
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 9,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:aluminum_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:manganese_dust",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:silicon"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 6,
|
||||
"tag": {
|
||||
"fluid": "techreborn:compressedair"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 80,
|
||||
"time": 700,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:calcite_dust",
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 7,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 2,
|
||||
"tag": {
|
||||
"fluid": "techreborn:calcium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 2,
|
||||
"tag": {
|
||||
"fluid": "techreborn:carbon"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:compressedair"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 50,
|
||||
"time": 1280,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:andradite_dust",
|
||||
"count": 20
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 12,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:calcium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:iron_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:silicon"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 6,
|
||||
"tag": {
|
||||
"fluid": "techreborn:compressedair"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 50,
|
||||
"time": 204,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:grossular_dust",
|
||||
"count": 20
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 12,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:calcium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:aluminum_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:silicon"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 6,
|
||||
"tag": {
|
||||
"fluid": "techreborn:compressedair"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 50,
|
||||
"time": 2200,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:uvarovite_dust",
|
||||
"count": 20
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 12,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:calcium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:chrome_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:silicon"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 6,
|
||||
"tag": {
|
||||
"fluid": "techreborn:compressedair"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 50,
|
||||
"time": 40,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:coal_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 2,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 2,
|
||||
"tag": {
|
||||
"fluid": "techreborn:carbon"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 50,
|
||||
"time": 20,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:charcoal_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"tag": {
|
||||
"fluid": "techreborn:carbon"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 50,
|
||||
"time": 20,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:ashes_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"tag": {
|
||||
"fluid": "techreborn:carbonfiber"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 50,
|
||||
"time": 140,
|
||||
"ingredients": [
|
||||
{
|
||||
"fluid": "techreborn:methane",
|
||||
"holder": "techreborn:cell"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 4,
|
||||
"tag": {
|
||||
"fluid": "techreborn:hydrogen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"tag": {
|
||||
"fluid": "techreborn:carbon"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 100,
|
||||
"time": 40,
|
||||
"ingredients": [
|
||||
{
|
||||
"fluid": "techreborn:sulfuricacid",
|
||||
"holder": "techreborn:cell"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 2,
|
||||
"tag": {
|
||||
"fluid": "techreborn:hydrogen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"tag": {
|
||||
"fluid": "techreborn:sulfur"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 2,
|
||||
"tag": {
|
||||
"fluid": "techreborn:compressedair"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 2
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 128,
|
||||
"time": 120,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:pyrite_dust",
|
||||
"count": 3
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:iron_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:sulfur_dust",
|
||||
"count": 2
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 50,
|
||||
"time": 1640,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:almandine_dust",
|
||||
"count": 20
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 9,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:iron_dust",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:aluminum_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:silicon"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 6,
|
||||
"tag": {
|
||||
"fluid": "techreborn:compressedair"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 60,
|
||||
"time": 600,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:peridot_dust",
|
||||
"count": 9
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:magnesium_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:iron_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"tag": {
|
||||
"fluid": "techreborn:silicon"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 2,
|
||||
"tag": {
|
||||
"fluid": "techreborn:compressedair"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 50,
|
||||
"time": 1780,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:pyrope_dust",
|
||||
"count": 20
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 9,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:magnesium_dust",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:aluminum_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:silicon"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 6,
|
||||
"tag": {
|
||||
"fluid": "techreborn:compressedair"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 5,
|
||||
"time": 500,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:obsidian_dust",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:magnesium_small_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:iron_small_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"tag": {
|
||||
"fluid": "techreborn:silicon"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 2,
|
||||
"tag": {
|
||||
"fluid": "techreborn:compressedair"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 128,
|
||||
"time": 100,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:cinnabar_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"tag": {
|
||||
"fluid": "techreborn:mercury"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:sulfur_dust"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 50,
|
||||
"time": 1300,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:ender_pearl_dust",
|
||||
"count": 16
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 16,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 5,
|
||||
"tag": {
|
||||
"fluid": "techreborn:nitrogen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"tag": {
|
||||
"fluid": "techreborn:berylium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 4,
|
||||
"tag": {
|
||||
"fluid": "techreborn:potassium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 6,
|
||||
"tag": {
|
||||
"fluid": "techreborn:chlorite"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 110,
|
||||
"time": 40,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:saltpeter_dust",
|
||||
"count": 10
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 7,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 2,
|
||||
"tag": {
|
||||
"fluid": "techreborn:potassium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 2,
|
||||
"tag": {
|
||||
"fluid": "techreborn:nitrogen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:compressedair"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 5,
|
||||
"time": 1000,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:flint_dust",
|
||||
"count": 8
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 2,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"tag": {
|
||||
"fluid": "techreborn:silicon"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"tag": {
|
||||
"fluid": "techreborn:compressedair"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 120,
|
||||
"time": 1000,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:galena_dust",
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:silver_small_dust",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:lead_small_dust",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:sulfur_small_dust",
|
||||
"count": 2
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 90,
|
||||
"time": 1340,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:sodalite_dust",
|
||||
"count": 23
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 8,
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 4,
|
||||
"tag": {
|
||||
"fluid": "techreborn:sodium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:aluminum_dust",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 3,
|
||||
"tag": {
|
||||
"fluid": "techreborn:silicon"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"tag": {
|
||||
"fluid": "techreborn:chlorite"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 50,
|
||||
"time": 20,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:tungsten_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"nbt": "empty"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"tag": {
|
||||
"fluid": "techreborn:wolframium"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"type": "techreborn:industrial_electrolyzer",
|
||||
"power": 100,
|
||||
"time": 140,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:sphalerite_dust",
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:zinc_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:sulfur_dust"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue