From 4ca26bc2ead22be1d8f139990e9915985e99d798 Mon Sep 17 00:00:00 2001 From: Wolf Date: Wed, 29 Jul 2026 13:54:23 -0400 Subject: [PATCH] Me when there are more h's then there should be --- .../assets/hbm/manual/fluids/cracked_naphtha.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/main/resources/assets/hbm/manual/fluids/cracked_naphtha.json diff --git a/src/main/resources/assets/hbm/manual/fluids/cracked_naphtha.json b/src/main/resources/assets/hbm/manual/fluids/cracked_naphtha.json new file mode 100644 index 000000000..2594dc58a --- /dev/null +++ b/src/main/resources/assets/hbm/manual/fluids/cracked_naphtha.json @@ -0,0 +1,11 @@ +{ + "name": "Cracked Naphtha", + "icon": ["hbm:item.fluid_icon", 1, 64], + "trigger": [["hbm:item.fluid_icon", 1, 64]], + "title": { + "en_US": "Cracked Naphtha" + }, + "content": { + "en_US": "Obtained after [[refining|Oil Refinery]] [[heated|Boiler]] cracked crude oil. Cracked naphtha may be [[reformed|Catalytic Reformer]] to obtain [[reformate|Reformate]] and other byproducts. It is also a key ingredient in the production of [[solvent|Solvent]]. It can also be [[fractioned|Fractioning Tower]].

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