- Nix 93.1%
- ZenScript 6.9%
| patches | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
| sources.nix | ||
NomiFactory harder config
For installation instructions, see Playing section
Motivation
First of all: THERE IS NO "CORRECT" WAY TO PLAY NOMI OR MINECRAFT, IN GENERAL.
This challenge is intended for people well-acquainted with GT, enjoying Nomi and wishing for it to have more challenge, but not insane enough to cope with whatever nonsense GT:NH would throw at them.
The balancing in this mode is mostly unaltered, but aims to encourage using more of GregTech's own mechanics, like pipes and unique energy setups.
List of (proposed) changes
Legend:
ximplemented/partially implemented- [
] not implemented yet
World
- Single frozen biome (alike frozen tundra)
- No structures (beside caves, probably)
- No void world
- Permanent night
- Hardcore Darkness (i.e. no light = pitch black world)
- Permanent storm starting at day 2
- Locked at hard difficulty
- Higher mob spawning rate
- No mob spawning before day 3
- No blazes
- No thermal foundation blaze variants
Progression
- [/] Not allowed to use oil, in any form
- Other planets provide meaningful outputs via drilling rig
- EIO Farming Station is lowered to early MV
- No fancy metal furnaces
Transportation
- No energy sources beside GT-native ones and Nuclearcraft reactors (no solar panels, no TE dynamos, no DE reactors)
- No energy distribution beside GT-native ones (for instance -- no EIO energy conduits)
- No resource management solutions beside Logistics Pipes (no ME networks, no EIO item/fluid conduits). Bulk storage (think drawers and barrels) are allowed to come from any mod.
- No "magic teleportation stuff" (Ender Chests, Dimensional Transcievers), unless:
- it's an EIO Telepad
- they are used to tranport between the Nether and Overworld, and have a positions that of a vanilla nether portal (identical y, 8-scaled x and z)
Playing
Get yourself Java 8, or operate in the environment where Java 8 is available. Good launchers generally allow you to pick and test the Java installation.
Get yourself a CurseForge -compatible launcher:
- Curse Forge (obviously)
- Prism Launcher
- Multi MC
- some other launchers exist, this is not a wiki
Then, import the modpack at:
https://git.dzuchun.ing/api/packages/dzu/generic/nomisuffory/1.0.0/NomiSuffory.zip
If you want to play with yourself (shush), you are ok to go.
If you want to join the server I host:
- contact me somehow (if you don't know how, then you probably should not)
- prepare to join
nomi.dzuchun.ing - for the first time, you'll need to join while I am at the server
If you want to host a server on your own, here is simplified docker compose file:
nomifactory:
image: git.dzuchun.ing/dzu/nomisuffory:main
ports:
- 25565
volumes:
- ./eula.txt:/srv/eula.txt:ro
- ./world:/srv/world:rw
environment:
MC_MEMORY: 4G
here,
MC_MEMORYdetermined the JVM heap size (2G by default)eula.txtis a file you must create and puteula=trueinto it, to confirm you've accepted the EULA