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.1.0.jar

  • R
  • Jun 13, 2026
  • 10.37 KB
  • 122
  • 1.21.1
  • NeoForge

File Name

ropefix-1.1.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

 

  • Fixed a rare NullPointerException (NPE) that could still occur during Sable movement updates when a connector had a null rope strand.
  • Added a safety guard in makeUpdatePacket(): if no server-side strand exists, an empty rope data packet is sent instead of crashing.
  • Added accessor for the private owned server strand field.