Create: Additional Logistics

Adds a few new logistics-oriented blocks to Create, and tweaks a few behaviors.

File Details

Create: Additional Logistics 1.4.5

  • R
  • Jan 14, 2026
  • 926.26 KB
  • 44.9K
  • 1.20.1
  • Forge + 1

File Name

createadditionallogistics-1.20.1-1.4.5.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:create-additional-logistics-1359885:7460284")

NeoForge

implementation fg.deobf("curse.maven:create-additional-logistics-1359885:7460284")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Hey everyone, sorry I've been absent from modding for a while. Just got really busy with other stuff. Here are some much needed fixes for a few things.

Fixed

  • Incompatibility with other mods that patch a Create method used for determining the height of an entity when placed on a seat on a contraption, such as Another Furniture.
  • Incompatibility with Create: Factory Logistics causing purchases to not send items. As a result of this fix, users with Factory Logistics installed will be unable to use the currency conversion system.
  • Issue where regular expression validation issues could leak exceptions and cause crashes in some situations. Thanks chaoticunnatural on GitHub!