From 581ae3f6276910e63f9a832562c35a88f45a1f06 Mon Sep 17 00:00:00 2001 From: Wolf Date: Tue, 28 Jul 2026 01:48:23 -0400 Subject: [PATCH] I gotta stop doing this when I need to sleep --- .../hbm/manual/fluids/aromatic_hydrocarbons.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/main/resources/assets/hbm/manual/fluids/aromatic_hydrocarbons.json diff --git a/src/main/resources/assets/hbm/manual/fluids/aromatic_hydrocarbons.json b/src/main/resources/assets/hbm/manual/fluids/aromatic_hydrocarbons.json new file mode 100644 index 000000000..7c1994368 --- /dev/null +++ b/src/main/resources/assets/hbm/manual/fluids/aromatic_hydrocarbons.json @@ -0,0 +1,11 @@ +{ + "name": "Aromatic Hydrocarbons", + "icon": ["hbm:item.fluid_icon", 1, 67], + "trigger": [["hbm:item.fluid_icon", 1, 67]], + "title": { + "en_US": "Aromatic Hydrocarbons" + }, + "content": { + "en_US": "Obtained after [[refining|Oil Refinery]] [[heated|Boiler]] cracked crude oil. Aromatic hydrocarbons are primarily used in the production of [[bakelite|Bakelite]] and [[solvent|Solvent]].

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