9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2026-01-01 21:36:39 +00:00

feat: old projectile explosion behavior(#516)

This commit is contained in:
MC_XiaoHei
2025-07-04 09:12:37 +08:00
parent 6e8796c4ac
commit 6483a9bb1d
2 changed files with 22 additions and 0 deletions

View File

@@ -355,6 +355,9 @@ public final class LeavesConfig {
@GlobalConfig("tnt-wet-explosion-no-item-damage")
public boolean tntWetExplosionNoItemDamage = false;
@GlobalConfig("old-projectile-explosion-behavior")
public boolean oldProjectileExplosionBehavior = false;
}
public ElytraAeronauticsConfig elytraAeronautics = new ElytraAeronauticsConfig();