promotional banner

Neroland Core

The shared foundation library for the Neroland sci-fi mod ecosystem — required by Nerospace and every other Nero mod.
Back to Files

NerolandCore 1.12.0 - Forge 26.2

File namenerolandcore-forge-26.2-1.12.0-all.jar
Uploader
NerolandNeroland
Uploaded
Sep 19, 2026
Downloads
17
Size
1.6 MB
Mod Loaders
Forge
File ID
8925223
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

Forge

implementation "curse.maven:neroland-core-1590384:8925223"

Learn more about Curse Maven

What's new

Fluid interoperability with the rest of the modded ecosystem. Additive only — no existing API signature, tag, id, capability or config key changes.

Added

Standard fluid-capability bridge on all three loaders

  • NeoForgeFluidHandlers, ForgeFluidHandlers and FabricFluidHandlers adapt Core's NeroFluidStorage to and from each loader's own fluid surface — NeoForge Capabilities.Fluid.BLOCK (a ResourceHandler<FluidResource>), Forge ForgeCapabilities.FLUID_HANDLER (IFluidHandler), and Fabric FluidStorage.SIDED (Storage<FluidVariant>). This is the fluid twin of the Forge-Energy bridge added in 1.3.2, and it closes the "deferred enhancement" NeroFluidStorage has carried since 1.1.0.
  • FluidLookup.find(...) now falls back to the loader's standard fluid capability when a block exposes no Nero fluid, so Core tanks and downstream machines treat third-party fluid pipes and tanks as first-class neighbours.
  • Core's Fluid Tank, Creative Fluid Tank and Trash Can are additionally exposed on the standard fluid capability, so any mod's pipes fill and drain them directly — the same way the Item Store has always ridden the standard item handler.
  • Transactions are honoured in both directions: the NeoForge adapter is a SnapshotJournal and the Fabric adapter a SnapshotParticipant, so an aborted transfer rolls a Nero tank back exactly.
  • SideConfig.Builder#preset(Channel, SidePreset) — a per-channel starting preset, for machines whose channels want different layouts (power and fluid in on every face while gas leaves on every face, which no single preset expresses). resetToPreset restores each channel to its own preset.

Notes

  • Units. NeoForge and Forge count millibuckets, as Core does, so nothing is converted there. Fabric counts droplets at 81 per mB; the adapter floors, and moves fluid in two phases (probe in a rolled-back transaction, then transfer exactly the whole-millibucket amount) so no sub-millibucket remainder is created or lost at the seam.
  • Resources carrying data components are refused rather than silently stripped: a NeroFluidStorage holds a bare fluid.

This mod has no additional files