From 574cb5c23a605aa4400f558b360e36c3a91aa0c6 Mon Sep 17 00:00:00 2001 From: Wolf Date: Tue, 4 Aug 2026 23:48:01 -0400 Subject: [PATCH] What happens if I put you in the microwave --- .../assets/hbm/manual/fluids/antimatter.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/main/resources/assets/hbm/manual/fluids/antimatter.json diff --git a/src/main/resources/assets/hbm/manual/fluids/antimatter.json b/src/main/resources/assets/hbm/manual/fluids/antimatter.json new file mode 100644 index 000000000..3a62b4a40 --- /dev/null +++ b/src/main/resources/assets/hbm/manual/fluids/antimatter.json @@ -0,0 +1,11 @@ +{ + "name": "Antimatter", + "icon": ["hbm:item.fluid_icon", 1, 33], + "trigger": [["hbm:item.fluid_icon", 1, 33]], + "title": { + "en_US": "Antimatter" + }, + "content": { + "en_US": "Antimatter can be produced using a [[particle accelerator|Particle Detector]] or as a byproduct from the [[cyclotron|Cyclotron]]. It can be used to produce some rbmk fuels, or as a component of [[balefire plasma|Balefire Plasma]] to be used in a [[fusion reactor vessel|Fusion Reactor Vessel]].

See also:
[[Particle Accelerator]]
[[Fusion Reactor]]" + } +} \ No newline at end of file