No Floating Gravity Blocks

Description

(aka No Floating Falling Blocks)

This mod ensures that falling blocks like sand and gravel will not remain floating for long. It works with any game that has gravity blocks.

Features 🔗

  • Ensures gravity blocks don't remain floating
  • Compatible with any Minetest game featuring gravity blocks
  • No dependencies or complexities

Reviews

Review

Do you recommend this mod?

  • English

    Functional, but not ideal

    This mod is small and simple, which I like. And it does what it claims to do. But I dislike the fast interval (every second) at which it checks for falling nodes - it can impact performance and in my opinion, it's unnecessary.

    If the source code were on Github or something, I'd offer this change request:

    core.register_abm({
    		label = "Make falling nodes fall",
    		interval = 20,
    		nodenames = {"group:falling_node"},
    		action = function(pos)
    			core.check_for_falling(pos)
    		end
    	})
    

    I like the effect of the blocks falling at more random, spaced out intervals. It makes the world feel more dynamic and can be a fun jumpscare in a dark cave.

    0 comments

Releases

All releases

Threads

New thread

Thread Last Reply

No threads found

Information

Provides

nofloatingfallingblocks

Dependencies

Required
No required dependencies

Information

Type
Mod
Technical Name
nofloatingfallingblocks
Languages
English
License
MIT
Maintenance State
As-Is
Added
2024-07-05 01:33 UTC
Maintainers
nneett