@@ -4,5 +4,67 @@ title: Hydrogen Cell
44
55<ItemImage file = " hydrogen_cell" alt = " Hydrogen Cell" size = " 200" />
66
7+ ** Hydrogen Cell** is used in the <McItem slug = " techreborn:chemical_reactor" /> and the <McItem slug = " techreborn:industrial_electrolyzer" />.
78
8- ** Fluids** are essential part of TechReborn mod. Thay are widely used for powering generators, producing other fluids or items.
9+ ### As An Input
10+
11+ <Machine config = { {
12+ input: [
13+ {id: " techreborn:carbon_cell" , qty: 1 },
14+ {id: " techreborn:hydrogen_cell" , qty: 4 }
15+ ],
16+ output: [
17+ {id: " techreborn:methane_cell" , qty: 5 }
18+ ],
19+ tool: " techreborn:chemical_reactor"
20+ }} />
21+
22+ <Machine config = { {
23+ input: [
24+ {id: " techreborn:compressed_air_cell" , qty: 1 },
25+ {id: " techreborn:hydrogen_cell" , qty: 1 }
26+ ],
27+ output: [
28+ {id: " techreborn:water_cell" , qty: 1 }
29+ ],
30+ tool: " techreborn:chemical_reactor"
31+ }} />
32+
33+ ### As An Output
34+
35+ <Machine config = { {
36+ input: [
37+ {id: " techreborn:sulfuric_acid_cell" , qty: 5 }
38+ ],
39+ output: [
40+ {id: " techreborn:hydrogen_cell" , qty: 2 },
41+ {id: " techreborn:sulfur_cell" , qty: 1 },
42+ {id: " techreborn:compressed_air_cell" , qty: 2 }
43+ ],
44+ tool: " techreborn:industrial_electrolyzer"
45+ }} />
46+
47+ <Machine config = { {
48+ input: [
49+ {id: " techreborn:electrolyzed_water_cell" , qty: 5 }
50+ ],
51+ output: [
52+ {id: " techreborn:hydrogen_cell" , qty: 4 },
53+ {id: " techreborn:compressed_air_cell" , qty: 1 }
54+ ],
55+ tool: " techreborn:industrial_electrolyzer"
56+ }} />
57+
58+ <Machine config = { {
59+ input: [
60+ {id: " techreborn:bauxite_dust" , qty: 12 },
61+ {id: " techreborn:empty_cell" , qty: 8 }
62+ ],
63+ output: [
64+ {id: " techreborn:aluminum_dust" , qty: 8 },
65+ {id: " techreborn:small_pile_of_titanium_dust" , qty: 2 },
66+ {id: " techreborn:hydrogen_cell" , qty: 5 },
67+ {id: " techreborn:compressed_air_cell" , qty: 3 }
68+ ],
69+ tool: " techreborn:industrial_electrolyzer"
70+ }} />
0 commit comments