9
0
mirror of https://github.com/Samsuik/Sakura.git synced 2025-12-29 03:39:07 +00:00

Revert "Protect blocks outside the world border from explosions"

This reverts commit d6b47ce481.
This commit is contained in:
Samsuik
2025-03-07 17:14:52 +00:00
parent dbd72dc699
commit 01115e23c1
2 changed files with 0 additions and 24 deletions

View File

@@ -98,8 +98,6 @@ public final class WorldConfiguration extends ConfigurationPart {
public boolean explosionsHurtPlayers = true;
public boolean explosionsDropItems = true;
public boolean useBlockCacheAcrossExplosions = false;
@Comment("Protect blocks being destroyed outside the world border")
public boolean protectBlocksOutsideTheWorldBorder = false;
}
public Mechanics mechanics = new Mechanics();