EngineHub/WorldGuard

Extend Falling Block Physics Settings to Include All Blocks

Timtendo12 opened this issue · 1 comments

The Problem

Currently, we're limited to disabling the falling physics solely for Sand and Gravel. This limitation excludes other blocks such as Concrete Powder.

A Solution

Expand the block physics setting to encompass all falling blocks, ensuring consistency.

Currently, it looks like this:

physics:
    no-physics-gravel: true
    no-physics-sand: true

Alternatives

Introducing options for additional falling blocks to provide control over their physics.

Anything Else?

No further adjustments needed.

Duplicate of #1411