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..61fa2f203 --- /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