Sable: True Impact

Experimental physics-based collision damage for Sable and Create Aeronautics structures, with terrain destruction, cracking, and early fracture behavior.

File Details

true_impact-0.5.6-delta.jar

  • B
  • Jul 13, 2026
  • 265.97 KB
  • 106
  • 1.21.1
  • NeoForge

File Name

true_impact-0.5.6-delta.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:sable-true-impact-1544491:8423745"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Complete Rewrite: This build is not a patch on top of the old gamma line, it's a ground-up rewrite of True Impact's entire damage system, physics event handling, and configuration architecture. The goal was a sturdier foundation: fewer crashes, more predictable behavior under heavy physics load, and room to keep building without fighting the old codebase. Some things you already know (block damage, cracking, Create interactions) are still here, just running on entirely new internals, alongside the new features below.

In-game configuration editing is finally here, along with a fully customizable compaction system and a batch of confirmed fixes carried over from the gamma line.

Highlights

  • In-Game Config Editing: True Impact's settings can now be edited directly from the pause menu, no more digging through the .toml file by hand. Categories are laid out for easier browsing, and edits can be cancelled without saving.

  • Custom Compaction Rules: Which blocks compact into which (grass into dirt, sand into sandstone, and so on), at what impact energy, and with what probability, is now fully configurable as a list you can add to and edit in-game, instead of a fixed set of hardcoded transformations.

Fixes

  • Fixed block drop chance not being configurable, drops from destroyed blocks could pile up and cause lag when a lot of blocks broke at once. A new drop chance setting lets you dial this down independently of drop mode.

  • Fixed tightly-fitted structure parts occasionally taking damage from resting contact instead of only from real impacts.

  • Fixed terrain underneath a structure sliding along the ground being destroyed too easily compared to a direct downward impact; damage now scales properly with the actual direction of the hit.

  • Fixed a crash that could occur when a physics structure was knocked over or rolled hard enough to trigger a native engine panic.

  • Fixed the game crash tied to rope winches and rope connectors interacting with Sable's rope physics.

Config

  • Added a large set of previously hardcoded tuning constants (crack thresholds, break formulas, confinement behavior, material base thresholds, and feedback rate limiting) to the advanced config, for players who want finer control over the damage formulas.