-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Dario Maselli edited this page Jul 1, 2026
·
1 revision
NeroLogistics config is managed by Neroland Core's config manager (schema id nerologistics). Every
value below is server-authoritative — the server's values win and sync to clients.
-
enableController(defaulttrue) — master toggle for the controller's managed throughput boost. -
controllerUpkeepPerTick(default8) — NE/tick to keep a controller powered; below this it manages at base speed. -
controllerModuleBonusPercent(default25) — throughput bonus (%) each connected network module adds to a powered controller. -
controllerMaxModules(default16) — max modules a controller counts (bounds the flood-fill). -
controllerMaxPercent(default500) — cap on the managed throughput multiplier (100= no boost).
See Network Controller for how it works.
-
enableBuffers(defaulttrue) — master toggle for keep-stocked buffer leveling (passive buffers always hold). -
bufferIntervalTicks(default20) — ticks between a keep-stocked buffer's top-up/overflow passes.
See Buffers.
-
enableAutoCrafting(defaulttrue) — master toggle for the auto-crafter. -
craftIntervalTicks(default20) — ticks between an auto-crafter's crafting passes. -
autoCraftEnergyPerCraft(default200) — NE charged per item crafted. -
autoCraftsPerInterval(default4) — base crafts per pass, scaled by the managing controller's capacity.
See Auto-Crafting.
-
itemTransferPerTick(default64) — max items moved per item network per tick. -
fluidTransferPerTick(default1000) — max mB moved per fluid network per tick. -
energyTransferPerTick(default2560) — max NE moved per energy network per tick. -
maxNodesPerNetwork(default2000) — max conduits in one network; a conduit past the cap stays isolated rather than costing tick time.
-
enableWireless(defaulttrue) — master toggle for wireless cargo terminals. -
wirelessRange(default64) — max block distance between two terminals on a channel. -
wirelessEnergyPerItem(default16) — NE charged per item moved over a channel. -
wirelessIntervalTicks(default10) — ticks between wireless transport passes (batching window).
-
enableDrones(defaulttrue) — master toggle for drone hubs, drone ports and delivery drones. -
droneRange(default48) — max block distance a drone travels from its hub. -
dronesPerHub(default4) — hard cap on live drones per hub. -
droneEnergyPerDelivery(default512) — NE charged per delivery dispatched.
-
maxDronesPerPort(default8) — hard cap on drones (lanes) a port counts. -
dronePortRange(default256) — max distance an export port ships to an import port. -
dronePerDroneCapacity(default16) — items each drone carries per dispatch. -
dronePortEnergyPerStack(default256) — NE charged per dispatch.
See Drone Ports.
-
enableTrains(defaulttrue) — master toggle for native train stations. -
trainStationIntervalTicks(default100) — ticks between a load station's haul attempts. -
trainTicksPerBlock(default2) — transit ticks added per block of distance. -
trainMinTransitTicks(default40) — minimum transit time for a haul. -
trainMaxRange(default2048) — max distance a load station ships to an unload station. -
trainBulkPerTrip(default27) — max buffer slots hauled per trip.
See Trains.
-
enableCrossDimension(defaulttrue) — master toggle for rocket cargo ports. -
shipTransitTicks(default1200) — transit time for a shipment. -
shipEnergyPerStack(default10000) — NE charged per stack shipped. -
shipFuelPerLaunch(default1) — rocket-fuel-tagged items consumed per launch. -
shipIntervalTicks(default100) — ticks between a port's auto-ship attempts. -
maxPendingShipments(default1024) — hard cap on in-transit shipments; ports stop launching at the cap.
-
perPlayerThroughputAttribution(defaultfalse) — opt-in: attribute cargo-port shipments to the placing player (UUID only). Off means no player data is stored. -
attributionRetentionDays(default30) — days to retain per-player attribution before auto-prune (0= keep until erased).
See Dashboard & Privacy for the data posture.
Standalone: NeroLogistics needs only Neroland Core. Everything works out of the box with no progression unlock and nothing to configure, whether or not the other Nero mods are installed.