Auto Sable Physics
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (3 images)
🔍 Analysis
- 👍 0.7% endorsement rate
- 🏆 #199 of 274 decoration mods in this game by downloads
📋 About This Mod
# Auto Sable Physics <details open> <summary><strong>English</strong></summary> **Auto Sable Physics** is a Minecraft physics automation mod based on **Sable**. It makes unsupported blocks, trees, and small structures behave more physically while trying to keep normal building, exploration, and modpack gameplay stable. Instead of scanning the entire world every tick, the mod reacts to actual block changes such as breaking, placing, explosions, pistons, falling blocks, fluid updates, and other vanilla events. When a structure loses support, Auto Sable Physics can turn it into a movable physics object. --- ## Main Features ### Automatic Structure Physics Blocks that lose support may be converted into Sable physics objects. The mod checks connected block groups instead of handling every block separately, so larger unsupported components can fall or move as a single object. ### Tree Physics Trees can become physical when their trunk loses support. When you cut or break a tree, the mod can detect connected logs and bring nearby leaves into the physicalized tree object. Leaves, vines, cocoa beans, and similar tree-related blocks are handled with special rules so trees behave more naturally. ### Lightweight Falling Blocks Small unsupported single blocks can use vanilla-style falling block behavior instead of creating a full Sable physics object. This helps reduce unnecessary tiny physics objects and improves performance in common cases. ### Automatic Restoration Physics objects created by this mod can automatically turn back into normal Minecraft blocks after they stop moving. This helps keep worlds clean and reduces long-term physics load. Pinned objects are not automatically restored. ### Sable Hammer The mod includes a Sable Hammer tool: - **Hammer face**: pin/save a physics object and prevent automatic restoration. - **Claw face**: manually restore a physics object back into normal blocks. You can switch hammer mode by sneak-using it or through commands. ### Tree Physics Only Mode A configuration option allows the mod to only process tree-related physics. When enabled, buildings, terrain, machines, and other non-tree structures will not be automatically physicalized. This is useful for modpacks that only want falling trees. ### Better Attachment Support Ladders, wall signs, glow lichen, buttons, vines, and similar attached blocks are less likely to fall incorrectly while their proper support still exists. Modded blocks that correctly define their own support behavior should also work better with this system. ### Snow and Plant Compatibility Snow can stay on leaves without breaking them. Tall grass, vines, and other weak decorative plants are handled more safely, so they should not randomly become falling objects when affected. ### Void Cleanup Falling blocks and physics objects created or tracked by this mod are automatically deleted if they fall too far into the void. This prevents objects from falling forever and helps reduce unnecessary world or server load. --- ## Performance and Stability Auto Sable Physics is designed to avoid full-world physics scanning. It only focuses on recently affected areas, uses delayed physics creation, and limits how many physics objects are created at once. This helps reduce TPS spikes and lowers the risk of Sable synchronization issues. --- ## For Modpack Creators The mod provides configuration options and block tags for compatibility tuning. You can adjust: - Whether only tree physics should be enabled. - Which blocks should never be physicalized. - Which blocks should always or never provide support. - Which blocks should connect or not connect to nearby components. - Void cleanup height for custom dimensions. This makes the mod easier to adapt for survival packs, physics-focused packs, sky island packs, and heavily modded environments. --- ## Requirements - Minecraft 1.21.1 - NeoForge 21.1.x - Java 21 - Sable 1.2.2 - Sable Companion 1.6.0 - (https://modrinth.com/mod/leaves-be-gone)(Suggestion) - (https://modrinth.com/mod/passable-foliage)(Suggestion) --- ## Notes This mod is still designed around controlled automatic physics, not full-world real-time destruction. Very large unsupported structures, unusual modded blocks, or complex modpack interactions may still require configuration tuning. </details> <details> <summary><strong>中文</strong></summary> **Auto Sable Physics** 是一个基于 **Sable** 的 Minecraft 自动物理化模组。 它可以让失去支撑的方块、树木和小型结构表现得更像真实物体,同时尽量保持正常建造、探索和整合包玩法的稳定性。 模组不会每 tick 扫描整个世界,而是响应真实发生的方块变化,例如破坏、放置、爆炸、活塞、下落方块、流体更新等事件。当结构失去支撑时,Auto Sable Physics 可以将其转换为可移动的物理对象。 --- ## 主要功能 ### 自动结构物理化 失去支撑的方块可能会被转换为 Sable 物理对象。 模组会按连通结构整体判断,而不是把每个方块都单独处理,因此较大的悬空组件可以作为一个整体下落或移动。 ### 树木物理化 当树干失去支撑时,整棵树可以被物理化。 玩家砍树或破坏树木时,模组会检测相连的原木,并将附近树叶带入物理化对象中。树叶、藤蔓、可可豆等树相关方块有专门规则,使树木表现更自然。 ### 轻量单方块下落 小型悬空单方块可以优先使用原版下落方块行为,而不是创建完整的 Sable 物理对象。 这可以减少大量微型物理体,提高常见场景下的性能表现。 ### 自动还原 由本模组创建的物理对象在停止移动一段
# Auto Sable Physics
English
Auto Sable Physics is a Minecraft physics automation mod based on Sable. It makes unsupported blocks, trees, and small structures behave more physically while trying to keep normal building, exploration, and modpack gameplay stable.
Instead of scanning the entire world every tick, the mod reacts to actual block changes such as breaking, placing, explosions, pistons, falling blocks, fluid updates, and other vanilla events. When a structure loses support, Auto Sable Physics can turn it into a movable physics object.
## Main Features
### Automatic Structure Physics
Blocks that lose support may be converted into Sable physics objects.
The mod checks connected block groups instead of handling every block separately, so larger unsupported components can fall or move as a single object.
### Tree Physics
Trees can become physical when their trunk loses support.
When you cut or break a tree, the mod can detect connected logs and bring nearby leaves into the physicalized tree object. Leaves, vines, cocoa beans, and similar tree-related blocks are handled with special rules so trees behave more naturally.
### Lightweight Falling Blocks
Small unsupported single blocks can use vanilla-style falling block behavior instead of creating a full Sable physics object.
This helps reduce unnecessary tiny physics objects and improves performance in common cases.
### Automatic Restoration
Physics objects created by this mod can automatically turn back into normal Minecraft blocks after they stop moving.
This helps keep worlds clean and reduces long-term physics load. Pinned objects are not automatically restored.
### Sable Hammer
The mod includes a Sable Hammer tool:
- Hammer face: pin/save a physics object and prevent automatic restoration.
- Claw face: manually restore a physics object back into normal blocks.
You can switch hammer mode by sneak-using it or through commands.
### Tree Physics Only Mode
A configuration option allows the mod to only process tree-related physics.
When enabled, buildings, terrain, machines, and other non-tree structures will not be automatically physicalized. This is useful for modpacks that only want falling trees.
### Better Attachment Support
Ladders, wall signs, glow lichen, buttons, vines, and similar attached blocks are less likely to fall incorrectly while their proper support still exists.
Modded blocks that correctly define their own support behavior should also work better with this system.
### Snow and Plant Compatibility
Snow can stay on leaves without breaking them.
Tall grass, vines, and other weak decorative plants are handled more safely, so they should not randomly become falling objects when affected.
### Void Cleanup
Falling blocks and physics objects created or tracked by this mod are automatically deleted if they fall too far into the void.
This prevents objects from falling forever and helps reduce unnecessary world or server load.
## Performance and Stability
Auto Sable Physics is designed to avoid full-world physics scanning.
It only focuses on recently affected areas, uses delayed physics creation, and limits how many physics objects are created at once. This helps reduce TPS spikes and lowers the risk of Sable synchronization issues.
## For Modpack Creators
The mod provides configuration options and block tags for compatibility tuning.
You can adjust:
- Whether only tree physics should be enabled.
- Which blocks should never be physicalized.
- Which blocks should always or never provide support.
- Which blocks should connect or not connect to nearby components.
- Void cleanup height for custom dimensions.
This makes the mod easier to adapt for survival packs, physics-focused packs, sky island packs, and heavily modded environments.
## Requirements
- Minecraft 1. 21. 1
- NeoForge 21. 1.x
- Java 21
- Sable 1. 2. 2
- Sable Companion 1. 6. 0
- (https://modrinth.com/mod/leaves-be-gone)(Suggestion)
- (https://modrinth.com/mod/passable-foliage)(Suggestion)
This mod is still designed around controlled automatic physics, not full-world real-time destruction.
Very large unsupported structures, unusual modded blocks, or complex modpack interactions may still require configuration tuning.
中文
Auto Sable Physics 是一个基于 Sable 的 Minecraft 自动物理化模组。 它可以让失去支撑的方块、树木和小型结构表现得更像真实物体,同时尽量保持正常建造、探索和整合包玩法的稳定性。
模组不会每 tick 扫描整个世界,而是响应真实发生的方块变化,例如破坏、放置、爆炸、活塞、下落方块、流体更新等事件。当结构失去支撑时,Auto Sable Physics 可以将其转换为可移动的物理对象。
### 自动结构物理化
失去支撑的方块可能会被转换为 Sable 物理对象。
模组会按连通结构整体判断,而不是把每个方块都单独处理,因此较大的悬空组件可以作为一个整体下落或移动。
当树干失去支撑时,整棵树可以被物理化。
玩家砍树或破坏树木时,模组会检测相连的原木,并将附近树叶带入物理化对象中。树叶、藤蔓、可可豆等树相关方块有专门规则,使树木表现更自然。
### 轻量单方块下落
小型悬空单方块可以优先使用原版下落方块行为,而不是创建完整的 Sable 物理对象。
这可以减少大量微型物理体,提高常见场景下的性能表现。
由本模组创建的物理对象在停止移动一段
📊 Mod Details
- Game
- Minecraft Mods
- Author
- ZXTangYuan
- Version
- 0.3.7
- Downloads
- 1,726
- Endorsements
- 12
- Category
- decoration
- Created
- 5/16/2026
- Updated
- 5/24/2026
- Game Versions
- 1.21.1
- Tags
- decoration, game-mechanics, technology
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Auto Sable Physics support?
The author lists 1.21.1. Other versions may work but are untested by the author.
What is the latest version of Auto Sable Physics?
Version 0.3.7, published 2026-05-24 with 1,726 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await


