promotional bannermobile promotional banner

SupplyLines

Supply Lines bridges Minecolonies with Create-based production, allowing colonies to fulfill demands from player-built logistics networks.

File Details

supplylines-mc1.20.1-1.3.0-beta.2.jar

  • B
  • Jan 17, 2026
  • 318.18 KB
  • 16.0K
  • 1.20.1
  • Forge

File Name

supplylines-mc1.20.1-1.3.0-beta.2.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:supplylines-1415669:7476874")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Dependency Version Upgrades

  • Create updated to 6.0.7 (refactoring changes with GlobalPackagePort)
  • MineColonies updated to 1164-snapshot (minor building UI tweaks)

Features

  • Expanded Logistics Research
    New University research upgrade that increases the restock policy limit from 20 to 50 when completed.
    (562358f)

  • ForgeConfigSpec Configuration System
    Externalized ~44 hardcoded values into server-side config, including:

    • Timing/performance intervals (rescan, snapshot, staging, restock)
    • Building level requirements (stock ticker, restock policy)
    • AI settings (tick rate, walk speed, arrive distance, inspect duration)
    • Skill scaling parameters with documented formulas
    • XP award calculations for all resolver types
    • Display settings (item name truncation, ETA threshold)
      (7879833)
  • StockKeeper Scepter Item Model
    Added proper item model texture.
    (d8b245a)


Bug Fixes

  • Fix panel migration stack quantity conversion
    Factory panels configured in “stacks” mode were being migrated with raw count values instead of converting to item quantities, causing RestockPolicies to target incorrect amounts.
    (4277efc)

  • Preserve Stock Ticker / Link network links during building upgrades
    Structurize’s default placement handler was destroying block entities during upgrades, disconnecting them from the logistics network. Stock Tickers and Packager Links now survive upgrades with network links intact.
    (2f94fdc)

  • Fix config UI showing “Impl missing - Long”
    Converted LongValue config fields to IntValue so MineColonies’ config UI can render them properly.
    (fef2501)


Improvements

  • Belt patrol point filtering
    AI now patrols to MIDDLE or PULLEY belt segments, avoiding belt ends which are typically covered by funnels.
    (f347d6d)

  • Upgrade Create dependency to 6.0.8
    Updated import for GlobalPackagePort, which was moved in Create 6.0.7.
    (79090a5)


Internal / Maintenance

  • Extract sound fallback logic to SoundFallbacks utility class (0319b06)
  • Extract placement handler registration to ModPlacementHandlers (186d318)
  • Suppress deprecation warnings for 1.20.1 compatibility (59c5ce1)
  • Minor fixes to StockKeeperHutLvl5 blueprint (9084abe)