
SableCat
Reliability fixes and a full sub-level recovery toolkit for Sable: rescue, purge, offline backup import, and automatic archiving. A fork of Create-Aeronautics:Compatibility + Bug fixes (F**kSable), built to fix root causes instead of papering over them.
Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
SableCat
Reliability fixes and a full sub-level recovery toolkit for Sable. A fork of Create-Aeronautics:Compatibility + Bug fixes (F**kSable), rebuilt to fix root causes instead of papering over them.
Overview
Sable sub-levels power airships, rovers, and other contraptions in Create: Aeronautics. Over time, servers accumulate abandoned builds, runaways, half finished projects, and corrupted sub-levels, all of which can cause performance issues, data loss, or crashes.
SableCat keeps the same command structure CACB users already know, but replaces the internals with a more robust architecture: fixing root causes rather than papering over them, handling edge cases properly through correct state management and coordinate space calculations, and adding preventative measures like automatic backups that CACB lacked.
Reliability Fixes
Async save visibility. Save failures now log clearly, get tracked, and flash an alert to online operators, instead of failing completely silently.
Chain save guard. Sable groups physically touching sub-levels together for save operations. Previously, one corrupted sub-level in that group could silently abort the entire batch. Each chain member's save is now isolated.
Null data deletion crash. Genuine sub-level deletions could crash the entire server on the very next save cycle. Fixed at the source.
Live eviction on deletion. Deleted sub-levels are now properly removed from the running simulation, not just their on-disk record.
Recovery & Management Toolkit
All commands live under /sablecat.
- rescue: repairs sub-levels whose pose is corrupted but whose block content is intact.
- purge: removes a currently loaded sub-level confirmed to be near empty.
- rescue purge: removes a sub-level captured as an unrecoverable failed load.
- forcepurge: unconditional removal of a loaded sub-level, no content check, fully logged and broadcast to operators.
- manifest: tracks every sub-level seen this session, including UUID, name, location, and last seen time.
- tphere: safely relocates a sub-level by UUID or name, preserving orientation and zeroing momentum on arrival.
- import: recovers a sub-level from an offline backup by UUID.
- backup: automatic, non-destructive, periodic backups to an independent library. Timestamped, never overwritten, atomic writes.
Credit
SableCat is a fork of Create-Aeronautics:Compatibility + Bug fixes (F**kSable), the mod that first brought visibility and management to Sable's internals. This project stands on that foundation, and we encourage users to check out the original mod as well.
Happy Sabling!

