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