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

Configure falling blocks dropping items

This commit is contained in:
Samsuik
2025-05-03 19:04:33 +01:00
parent a6e391d6a7
commit 9bc7feb4c4
8 changed files with 28 additions and 25 deletions

View File

@@ -79,6 +79,7 @@ public final class WorldConfiguration extends ConfigurationPart {
public boolean preventAgainstBorder = false;
@NestedSetting({"prevent-stacking", "world-height"})
public boolean preventAtWorldHeight = false;
public boolean dropItems = true;
}
public Explosion explosion = new Explosion();