Skip to content

Commit b7afd8c

Browse files
committed
more fluid fixing
1 parent 33add2e commit b7afd8c

9 files changed

Lines changed: 166 additions & 9 deletions

File tree

docs/blocks/machines/industrial_electrolyzer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ title: Industrial Electrolyzer
4747
| 2x<McItem slug="techreborn:cinnabar_dust"/> + <McItem slug="techreborn:empty_cell"/> | <McItem slug="techreborn:mercury_cell"/> + <McItem slug="techreborn:sulfur_dust"/> |
4848
| <McItem slug="techreborn:charcoal_dust"/> + <McItem slug="techreborn:empty_cell"/> | <McItem slug="techreborn:carbon_cell"/> |
4949
| 10x<McItem slug="techreborn:calcite_dust"/> + 7x<McItem slug="techreborn:empty_cell"/> | 2x<McItem slug="techreborn:calcium_cell"/> + 2x<McItem slug="techreborn:carbon_cell"/> + 3x<McItem slug="techreborn:compressed_air_cell"/> |
50-
| 3x <McItem slug="minecraft:bonemeal"/> + <McItem slug="techreborn:empty_cell"/> | <McItem slug="techreborn:calcium_cell"/> |
50+
| 3x <McItem slug="minecraft:bone_meal"/> + <McItem slug="techreborn:empty_cell"/> | <McItem slug="techreborn:calcium_cell"/> |
5151
| 4x<McItem slug="minecraft:blaze_powder"/> | <McItem slug="techreborn:dark_ashes"/> + <McItem slug="techreborn:sulfur_dust"/> |
5252
| 12x<McItem slug="techreborn:bauxite_dust"/> + 8x<McItem slug="techreborn:empty_cell"/> | 8x<McItem slug="techreborn:aluminum_dust"/> + 2x<McItem slug="techreborn:small_pile_of_titanium_dust"/> + 5x<McItem slug="techreborn:hydrogen_cell"/> + 3x<McItem slug="techreborn:compressed_air_cell"/> |
5353
| 2x<McItem slug="techreborn:ashes"/> + <McItem slug="techreborn:empty_cell"/> | <McItem slug="techreborn:carbon_fiber_cell"/> |

docs/items/fluids/calcium_cell.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ title: Calcium Cell
6565

6666
<Machine config={{
6767
input: [
68-
{id: "minecraft:bonemeal", qty: 3},
68+
{id: "minecraft:bone_meal", qty: 3},
6969
{id: "techreborn:empty_cell", qty: 1}
7070
],
7171
output: [

docs/items/fluids/carbon_fiber_cell.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,17 @@ title: Carbon Fiber Cell
44

55
<ItemImage file="carbon_fiber_cell" alt="Carbon Fiber Cell" size="200" />
66

7+
**Carbon Fiber Cell** is produced in 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 Output
10+
11+
<Machine config={{
12+
input: [
13+
{id: "techreborn:ashes", qty: 2},
14+
{id: "techreborn:empty_cell", qty: 1}
15+
],
16+
output: [
17+
{id: "techreborn:carbon_fiber_cell", qty: 1}
18+
],
19+
tool: "techreborn:industrial_electrolyzer"
20+
}} />

docs/items/fluids/chlorite_cell.mdx

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,34 @@ title: Chlorite Cell
55
<ItemImage file="chlorite_cell" alt="Chlorite Cell" size="200" />
66

77

8-
**Fluids** are essential part of TechReborn mod. Thay are widely used for powering generators, producing other fluids or items.
8+
**Chlorite Cell** is produced in the <McItem slug="techreborn:industrial_electrolyzer" />.
9+
10+
### As An Output
11+
12+
<Machine config={{
13+
input: [
14+
{id: "techreborn:sodalite_dust", qty: 23},
15+
{id: "techreborn:empty_cell", qty: 8}
16+
],
17+
output: [
18+
{id: "techreborn:sodium_cell", qty: 4},
19+
{id: "techreborn:aluminum_dust", qty: 3},
20+
{id: "techreborn:silicon_cell", qty: 3},
21+
{id: "techreborn:chlorite_cell", qty: 1}
22+
],
23+
tool: "techreborn:industrial_electrolyzer"
24+
}} />
25+
26+
<Machine config={{
27+
input: [
28+
{id: "techreborn:ender_pearl_dust", qty: 16},
29+
{id: "techreborn:empty_cell", qty: 16}
30+
],
31+
output: [
32+
{id: "techreborn:nitrogen_cell", qty: 5},
33+
{id: "techreborn:beryllium_cell", qty: 1},
34+
{id: "techreborn:potassium_cell", qty: 4},
35+
{id: "techreborn:chlorite_cell", qty: 6}
36+
],
37+
tool: "techreborn:industrial_electrolyzer"
38+
}} />

docs/items/fluids/deuterium_cell.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,16 @@ title: Deuterium Cell
55
<ItemImage file="deuterium_cell" alt="Deuterium Cell" size="200" />
66

77

8-
**Fluids** are essential part of TechReborn mod. Thay are widely used for powering generators, producing other fluids or items.
8+
**Deuterium Cell** is used in the <McItem slug="techreborn:industrial_centrifuge" />.
9+
10+
### As An Input
11+
12+
<Machine config={{
13+
input: [
14+
{id: "techreborn:deuterium_cell", qty: 4}
15+
],
16+
output: [
17+
{id: "techreborn:tritium_cell", qty: 3}
18+
],
19+
tool: "techreborn:industrial_centrifuge"
20+
}} />

docs/items/fluids/helium3_cell.mdx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,20 @@ title: Helium3 Cell
44

55
<ItemImage file="helium3_cell" alt="Helium3 Cell" size="200" />
66

7+
**Helium3 Cell** is used in the <McItem slug="techreborn:industrial_centrifuge" />.
78

8-
**Fluids** are essential part of TechReborn mod. Thay are widely used for powering generators, producing other fluids or items.
9+
### As An Output
10+
11+
<Machine config={{
12+
input: [
13+
{id: "minecraft:endstone", qty: 16},
14+
{id: "techreborn:empty_cell", qty: 2}
15+
],
16+
output: [
17+
{id: "techreborn:helium3_cell", qty: 1},
18+
{id: "techreborn:helium_cell", qty: 1},
19+
{id: "techreborn:small_pile_of_tungsten_dust", qty: 1},
20+
{id: "minecraft:sand", qty: 12},
21+
],
22+
tool: "techreborn:industrial_centrifuge"
23+
}} />

docs/items/fluids/helium_cell.mdx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,20 @@ title: Helium Cell
44

55
<ItemImage file="helium_cell" alt="Helium Cell" size="200" />
66

7+
**Helium Cell** is used in the <McItem slug="techreborn:industrial_centrifuge" />.
78

8-
**Fluids** are essential part of TechReborn mod. Thay are widely used for powering generators, producing other fluids or items.
9+
### As An Output
10+
11+
<Machine config={{
12+
input: [
13+
{id: "minecraft:endstone", qty: 16},
14+
{id: "techreborn:empty_cell", qty: 2}
15+
],
16+
output: [
17+
{id: "techreborn:helium3_cell", qty: 1},
18+
{id: "techreborn:helium_cell", qty: 1},
19+
{id: "techreborn:small_pile_of_tungsten_dust", qty: 1},
20+
{id: "minecraft:sand", qty: 12},
21+
],
22+
tool: "techreborn:industrial_centrifuge"
23+
}} />

docs/items/fluids/hydrogen_cell.mdx

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
}} />

docs/items/fluids/tritium_cell.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,16 @@ title: Tritium Cell
44

55
<ItemImage file="tritium_cell" alt="Tritium Cell" size="200" />
66

7+
**Tritium Cell** is produced in the <McItem slug="techreborn:industrial_centrifuge" />.
78

8-
**Fluids** are essential part of TechReborn mod. Thay are widely used for powering generators, producing other fluids or items.
9+
### As An Output
10+
11+
<Machine config={{
12+
input: [
13+
{id: "techreborn:deuterium_cell", qty: 4}
14+
],
15+
output: [
16+
{id: "techreborn:tritium_cell", qty: 3}
17+
],
18+
tool: "techreborn:industrial_centrifuge"
19+
}} />

0 commit comments

Comments
 (0)