Field Manual
Servers and Modpacks
For server owners and modpack makers: installation, commands, the settings you can change, and how Lantea fits into bigger packs.
Installation
- Minecraft 1.20.1 with Forge 47.
- Put the same
lanteajar on the server and on every client. - Patchouli is optional. With it, every player gets the Stargate Field Manual on their first join.
Commands
All under /lantea, for operators (permission level 2).
| Command | What it does |
|---|---|
/lantea registry list | Lists every gate in the network with its address. |
/lantea dial <address> | Dials an address from the gate controller you are looking at. |
/lantea abort | Stops a dial in progress on the gate controller you are looking at. |
/lantea close | Closes the wormhole of the gate controller you are looking at. |
/lantea connections | Lists every open wormhole. |
/lantea outpost | Tells where this world's Ancient outpost is. |
/lantea gene <player> [set <0-100>] | Shows a player's Ancient gene, or sets its strength. |
Config
The game rules live per world in serverconfig/lantea-server.toml. The most useful settings:
| Setting | Default | What it does |
|---|---|---|
energy.required | true | When false, gates cost nothing and need no power. |
energy.openingCost | 2000000 | EU to open a wormhole in the same world. |
energy.crossDimensionMultiplier | 4 | How many times that another dimension takes. |
energy.intergalacticMultiplier | 40 | How many times that another galaxy takes. |
connection.maxDurationTicks | 45600 | Longest a wormhole stays open (38 minutes). |
connection.maxConcurrent | 8 | Wormholes open at once across the server. |
energy.fePerEu | 4 | How many Forge Energy make one EU. |
dhd.linkRange | 16 | How far a DHD looks for its gate, in blocks. |
transit.autoCloseSeconds | 8 | Seconds after the last traveller before the gate closes; 0 turns it off. |
kawoosh.destroysBlocks | true | Whether the opening surge destroys blocks. |
kawoosh.killsEntities | true | Whether it kills what it touches. |
ancient.outpostGenerates | true | Whether the Ancient outpost generates in new chunks. |
ancient.outpostDimensions | ["minecraft:overworld"] | The worlds an outpost may stand in. |
ancient.dronesEnabled | true | Whether the chair launches drones. |
ancient.naturalGenePercent | 4 | Players in a hundred born with the gene. |
ancient.chairKnowsAllGates | true | When false, the chair offers only gates its rider has been through. |
Each player can also switch off the chair's sound in the mod's own settings (Mods → Lantea → Config), stored in config/lantea-client.toml.
GregTech CEu and TerraFirmaGreg
- With GregTech CEu installed, Lantea's crafting-table recipes for the gate, DHD, crystals, generators and power parts step aside for machine recipes (assembler, autoclave, canner and so on), placed at GregTech's IV to LuV tiers. Check them in JEI.
- With GregTech or TerraFirmaCraft, Lantea adds no ores of its own and uses theirs; its items share the usual
forge:tags (forge:ingots/naquadah,forge:ingots/titaniumand so on). - In TerraFirmaCraft worlds the Ancient outpost stands at the north pole, the coldest place there is. In TerraFirmaGreg the plate pieces turn up in mineshaft chests and illager camps.
- GregTech's own Zero Point Module fits in the DHD's energy slot, as does any item in the tag
lantea:zero_point_modules.
Galaxies and datapacks
Which galaxy a world lies in is data: data/<namespace>/lantea/galaxies/<galaxy>.json lists its dimensions. Lantea ships the Milky Way (the Overworld) and an empty Pegasus. A datapack or addon that adds a world can place it in a galaxy there.