Skip to content

Commit

Permalink
Blocks: Update the list of blocks that can be effected by gravity (fa…
Browse files Browse the repository at this point in the history
…ll when disturbed).

Added falling_sand, falling_block, suspicious_sand, suspecicious_gravel
  • Loading branch information
rbluer committed Aug 28, 2024
1 parent 6a918fc commit 2851b34
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changelog_v3.3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ These change logs represent the work that has been going on within prison.
# 3.3.0-alpha.18d 2024-08-28


* **Blocks: Update the list of blocks that can be effected by gravity (fall when disturbed).**
Added falling_sand, falling_block, suspicious_sand, suspecicious_gravel


* **AutoFeatures: EntityExplodeEvent: Fixed a few issues with how it was setup. **
Apparently the event can be fired with zero blocks! This now handles that situation and will bypass handling of that event, but it will log a warning in the console.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,11 @@ private boolean checkGravityAffects( String blockName )
{
case "sand":
case "red_sand":
case "falling_sand":
case "falling_block":
case "suspicious_sand":
case "suspicious_gravel":

case "gravel":

case "white_concrete_powder":
Expand Down

0 comments on commit 2851b34

Please sign in to comment.