Part of the Neroland sci-fi Minecraft mod ecosystem, built on Neroland Core.
Status: barebones multiloader skeleton — version 0.0.1-alpha.1. No gameplay content yet.
- Minecraft: 26.1.2 and 26.2
- Loaders: NeoForge, MinecraftForge/Forge, Fabric (the "6 cells")
- Java: 25
- Mod id:
neroquests· packageza.co.neroland.neroquests
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.
Design, feature and dependency docs for this mod live in the umbrella repo under
../neroland-mc-ecosystem/neroquests.