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.1-beta.1.jar

  • B
  • Jan 25, 2026
  • 372.87 KB
  • 633
  • 1.20.1
  • Forge

File Name

supplylines-mc1.20.1-1.3.1-beta.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

SupplyLines 1.3.1-beta.1

Features

  • Speculative Ordering
    Stock Keeper can now order items from remote suppliers when colonists request something that’s not in local stock. Requires the new Speculative Ordering research (child of Expanded Logistics). Enable per-supplier with the checkbox in the Suppliers tab. A configurable delay prevents spamming orders for items that might arrive locally.
    (fbb5c60)
  • Supplier Network Status
    Each supplier row now shows real-time status: Online (connected with items), Empty (connected but no items), or Offline (not accessible). Helps troubleshoot supplier connectivity at a glance.
    (273aa29)
  • Restock Policy Stock Columns
    Restock Policy tab now shows two columns: Stock (items in local network) and Remote (items available across all suppliers). Makes it easier to see where items are coming from.
    (1018ff1)
  • Per-Building Settings Module
    New Settings tab lets you override global config values for individual Stock Keeper huts. Delivery timing, idle wander behavior, speculative delay, and more can be tuned per building.
    (83ac0d0)
  • Delivery Statistics Module
    Track restock and speculative order counts, plus item delivery totals. Filter by Yesterday, Last Week, 100 Days, or All Time.
    (901a87d)

Bug Fixes

  • Fix duplicate restock orders
    Orders are now tracked via arrival events instead of periodic polling. Prevents the same restock order from being placed multiple times.
    (e8f8040)

Internal / Maintenance

  • Remove excessive debug logging from resolvers
    (0b5def3)
  • Integrate new modules and improve order management
    (016f89a)