The foundation library of the Neroland sci-fi Minecraft mod ecosystem.
Status: V1 foundation complete — version 1.0.0. The full Core API surface is in
place (materials, config, progression gates, currency/reputation contracts, and the
machine/power/upgrade framework) on the platform, registration and networking seams.
Core is a library, not a content mod. All six cells build; runtime client/server
testing is the recommended next step before tagging a release.
- Minecraft: 26.1.2 and 26.2
- Loaders: NeoForge, MinecraftForge/Forge, Fabric (the "6 cells")
- Java: 25
- Mod id:
nerolandcore· packageza.co.neroland.nerolandcore
The build is the repo root, with a flattened cross-loader structure driven by Stonecutter:
common/— shared, loader-agnostic source spliced into every loader nodefabric/— Fabric Loomforge/— ForgeGradleneoforge/— ModDevGradlestonecutter.gradle— the real root build script;build.gradleis intentionally inert
./gradlew :fabric:26.2:build # one cell
./gradlew :neoforge:26.1.2:build :neoforge:26.2:build \
:forge:26.1.2:build :forge:26.2:build \
:fabric:26.1.2:build :fabric:26.2:build # all sixSee AGENTS.md / CLAUDE.md for agent and contributor context.
- wiki/Home.md — player- and pack-maker-facing wiki (materials, recipes, commands, FAQ)
- docs/V1-PLAN.md · docs/V1-CHECKLIST.md — the V1 plan and progress
- docs/USING-CORE.md — how to depend on Core and use each system
- docs/API-STABILITY.md — public API surface + versioning policy
- docs/TAGS-AND-DATAPACKS.md — materials,
c:/neroland:tags, datapack hooks - docs/CONFIG.md — the config framework
- docs/PROGRESSION.md — progression gates
- docs/ECONOMY-REPUTATION.md — currency & reputation APIs
- docs/MACHINES-POWER-UPGRADES.md — machine / power / upgrade framework
- docs/COMPLIANCE.md — POPIA/GDPR: erasure, retention, logging
Deep developer documentation lives in docs/; player- and pack-maker-facing
pages live in the wiki.