Compatibility
Minecraft: Java Edition
1.21.4–1.21.5
1.20.1–1.20.4
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed ARR
Published last week
Updated last week
Summary
Falling Sand is a simple mod that rewrites the logic for falling blocks. Most falling blocks such as sand and gravel will no longer be converted into entities when suspended in the air, they will instead stay as blocks and move down, and can now slide down hills and cliffs, adding landslides and sometimes even cave-ins. This can also improve performance with falling blocks in some cases, as they no longer spawn falling block entities! The mod can also be configured to apply these physics to any blocks you want!
Config
Config can be found in your mod profile/config/falling_sand.json
"applyToAllBasicFallingBlocks"
Defualt value: true
Makes most falling blocks without much custom behaviour (such as sand, gravel and concrete powder) be affected by the mod's physics.
"additionalAffectedBlocks"
Default value: []
Additional blocks to be affected by the mod's physics.
Example value, will make andesite, granite and diorite be affected by the mod's physics:
[
"minecraft:andesite",
"minecraft:granite",
"minecraft:diorite"
]
"sandFallDelay"
Default value: 2
How much time in ticks passes between physics steps (1 second = 20 ticks)