From 4a5fe12b6713273e52440702502dad2ceb27dde7 Mon Sep 17 00:00:00 2001 From: Wolf Date: Tue, 4 Aug 2026 00:52:25 -0400 Subject: [PATCH] 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