From cf2b719af4a71fdffba66634b4d14debdd4fdc31 Mon Sep 17 00:00:00 2001 From: Wolf Date: Fri, 31 Jul 2026 01:53:03 -0400 Subject: [PATCH 1/3] Fill in the blank for when Im wakey --- .../resources/assets/hbm/manual/fluids/solvent.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/main/resources/assets/hbm/manual/fluids/solvent.json diff --git a/src/main/resources/assets/hbm/manual/fluids/solvent.json b/src/main/resources/assets/hbm/manual/fluids/solvent.json new file mode 100644 index 000000000..9cf6d3008 --- /dev/null +++ b/src/main/resources/assets/hbm/manual/fluids/solvent.json @@ -0,0 +1,11 @@ +{ + "name": "Solvent", + "icon": ["hbm:item.fluid_icon", 1, 83], + "trigger": [["hbm:item.fluid_icon", 1, 83]], + "title": { + "en_US": "Solvent" + }, + "content": { + "en_US": "" + } +} \ No newline at end of file From 497d96020332eda5ceeb7a4b90c28eaf34e143e8 Mon Sep 17 00:00:00 2001 From: Wolf Date: Fri, 31 Jul 2026 15:00:15 -0400 Subject: [PATCH 2/3] Meow --- src/main/resources/assets/hbm/manual/fluids/solvent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/hbm/manual/fluids/solvent.json b/src/main/resources/assets/hbm/manual/fluids/solvent.json index 9cf6d3008..e41cf06d5 100644 --- a/src/main/resources/assets/hbm/manual/fluids/solvent.json +++ b/src/main/resources/assets/hbm/manual/fluids/solvent.json @@ -6,6 +6,6 @@ "en_US": "Solvent" }, "content": { - "en_US": "" + "en_US": "Solvent is obtained by combining both [[cracked naphtha|Cracked Naphtha]] and [[aromatic hydrocarbons|Aromatic Hydrocarbons]]. It has multiple uses including [[bedrock ore processing|Bedrock Ore Processing]] and advanced circuit production.

See also:
[[Advanced Oil Processing]]" } } \ No newline at end of file From 6ffd923f4435ff929bb728f9a30a45051a26a813 Mon Sep 17 00:00:00 2001 From: Wolf Date: Mon, 10 Aug 2026 00:18:05 -0400 Subject: [PATCH 3/3] Solvent fixed --- src/main/resources/assets/hbm/manual/fluids/solvent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/hbm/manual/fluids/solvent.json b/src/main/resources/assets/hbm/manual/fluids/solvent.json index e41cf06d5..1da228c60 100644 --- a/src/main/resources/assets/hbm/manual/fluids/solvent.json +++ b/src/main/resources/assets/hbm/manual/fluids/solvent.json @@ -6,6 +6,6 @@ "en_US": "Solvent" }, "content": { - "en_US": "Solvent is obtained by combining both [[cracked naphtha|Cracked Naphtha]] and [[aromatic hydrocarbons|Aromatic Hydrocarbons]]. It has multiple uses including [[bedrock ore processing|Bedrock Ore Processing]] and advanced circuit production.

See also:
[[Advanced Oil Processing]]" + "en_US": "Solvent is obtained by combining any [[naphtha|Naphtha]] variant and [[aromatic hydrocarbons|Aromatic Hydrocarbons]]. It has multiple uses including [[bedrock ore processing|Bedrock Ore Processing]] and advanced circuit production.

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