Neroland Core Wiki
Player- and contributor-facing documentation for Neroland Core, the foundation library of the Neroland ecosystem.
Status: V1 foundation complete — version
1.3.0. Core is a library, not a content mod: it ships materials, tags, and a stack of APIs that other Neroland mods (Nerospace, Nerotech, NeroPower, NeroEconomy, NeroFactions, NeroQuests, NeroEvents) build on. On its own it adds a few crafting materials, a creative tab, and a set of passive storage blocks (Battery, Fluid Tank, Gas Tank, Item Store, Trash Can); the gameplay — machines, generators, planets — lives in the mods that depend on it.
Built for Minecraft 26.1.2 and 26.2 on NeoForge, Forge, and Fabric.
Start here
- Getting Started — what Core is, who it's for, and how to install it.
- Commands — every
/neroland …command in one place. - FAQ — quick answers.
Content & systems
- Materials — Nero Alloy, Starsteel, Void Crystal, Plasma Glass and their forms.
- Recipes — the compaction recipes Core ships.
- Machines, Power & Upgrades — the Nero Flux + machine framework.
- Side Configuration — the per-face input/output/power/disabled control every machine shares.
- Storage blocks — passive endpoints Core ships: Battery, Fluid Tank, Gas Tank, Item Store, Trash Can, and the Creative Source Blocks.
- Progression Gates — the shared milestone system.
- Meteor Material Registry — the shared list of grindable random-output materials.
- Economy & Reputation — currency and faction-standing contracts.
- Item Highlights — the coloured slot borders that mark Nero items in inventories.
- Configuration — the config file and reload command.
- Tags & Datapacks —
c:/neroland:tags and pack retuning. - Decor Contracts — palette export, dashboard surfaces, and
neroland:decor/*tags. - Space Tags & Entity Registration — the
neroland:space/*biome vocabulary and the cross-loader mob-registration seam. - Privacy & Data — POPIA/GDPR, erasure, and retention.
For developers
- For Developers — how to depend on Core and use each system.
- Deeper API docs live in
../docs/.