From 4a5fe12b6713273e52440702502dad2ceb27dde7 Mon Sep 17 00:00:00 2001 From: Wolf Date: Tue, 4 Aug 2026 00:52:25 -0400 Subject: [PATCH 1/2] Yo I should put this shit in a toilet or smth --- .../assets/hbm/manual/fluids/chlorine_gas.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/main/resources/assets/hbm/manual/fluids/chlorine_gas.json diff --git a/src/main/resources/assets/hbm/manual/fluids/chlorine_gas.json b/src/main/resources/assets/hbm/manual/fluids/chlorine_gas.json new file mode 100644 index 000000000..97322b57f --- /dev/null +++ b/src/main/resources/assets/hbm/manual/fluids/chlorine_gas.json @@ -0,0 +1,11 @@ +{ + "name": "Chlorine Gas", + "icon": ["hbm:item.fluid_icon", 1, 89], + "trigger": [["hbm:item.fluid_icon", 1, 89]], + "title": { + "en_US": "Chlorine Gas" + }, + "content": { + "en_US": "Chlorine gas can be obtained using either the [[combination oven|Combination Oven]] or the [[electrolysis machine|Electrolysis Machine]]. Alternatively, it can be made over time with the chlorine pinwheel. It has many uses including [[bedrock ore processing|Bedrock Ore Processing]] and producing [[high-performance solvent|High-Performance Solvent]]. One of its primary uses is the production of [[PVC]], or [[hard plastic|Hard Plastic]] through [[phosgene|Phosgene]].

See also:
[[Basic Oil Processing]]
[[Advanced Oil Processing]]
[[Vacuum Oil Processing]]" + } +} \ No newline at end of file From a40727be3d2f77fcbbfab0d32345b3f1f7c0b0b0 Mon Sep 17 00:00:00 2001 From: Wolf Date: Mon, 10 Aug 2026 02:51:21 -0400 Subject: [PATCH 2/2] Fixed --- src/main/resources/assets/hbm/manual/fluids/chlorine_gas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/hbm/manual/fluids/chlorine_gas.json b/src/main/resources/assets/hbm/manual/fluids/chlorine_gas.json index 97322b57f..4901a6b09 100644 --- a/src/main/resources/assets/hbm/manual/fluids/chlorine_gas.json +++ b/src/main/resources/assets/hbm/manual/fluids/chlorine_gas.json @@ -6,6 +6,6 @@ "en_US": "Chlorine Gas" }, "content": { - "en_US": "Chlorine gas can be obtained using either the [[combination oven|Combination Oven]] or the [[electrolysis machine|Electrolysis Machine]]. Alternatively, it can be made over time with the chlorine pinwheel. It has many uses including [[bedrock ore processing|Bedrock Ore Processing]] and producing [[high-performance solvent|High-Performance Solvent]]. One of its primary uses is the production of [[PVC]], or [[hard plastic|Hard Plastic]] through [[phosgene|Phosgene]].

See also:
[[Basic Oil Processing]]
[[Advanced Oil Processing]]
[[Vacuum Oil Processing]]" + "en_US": "Early methods of getting chlorine gas include using glowstone or [[sodalite|Sodalite]] obtained from lapis ore in the [[combination oven|Combination Oven]]. Alternatively, it can be made with an [[electrolysis machine|Electrolysis Machine]] or gradually over time with the chlorine pinwheel. It has many uses including [[bedrock ore processing|Bedrock Ore Processing]] and producing [[high-performance solvent|High-Performance Solvent]]. One of its primary uses is the production of [[PVC]], or [[hard plastic|Hard Plastic]] through [[phosgene|Phosgene]].

See also:
[[Vacuum Oil Processing]]" } } \ No newline at end of file