promotional bannermobile promotional banner

Create Aeronautics: Rope fix

This mod fixes the problem where structures containing ropes lose their physical ropes after being copied by a Structure Block — or loaded from an NBT file. The knot texture stays rendered, but the rope is gone.

File Details

ropefix-1.2.0.jar

  • R
  • Jun 16, 2026
  • 11.18 KB
  • 169
  • 1.21.1
  • NeoForge

File Name

ropefix-1.2.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:create-aeronautics-rope-fix-1574291:8260220"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

    • Fix: ropes no longer break on assembly/disassembly. On world↔plot transfer, read() now

    remaps the strand anchors (START/END + points) by the block's own move delta instead of

    letting Simulated destroy them (ghost knot: rope rendered but attached to nothing, wrench KO).

    • Edge case: copy of a connector roped to an already-assembled ship → ghost knot stripped

    (wrench usable again).

    • World→world structure-block copy: unchanged (strip + re-link).