9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-28 11:29:12 +00:00

Old Throwable Projectile tick order (#520)

This commit is contained in:
violetc
2025-07-01 01:32:30 +08:00
parent 550dba491b
commit cb64df44fa
2 changed files with 71 additions and 0 deletions

View File

@@ -351,6 +351,9 @@ public final class LeavesConfig {
@GlobalConfig("disable-item-damage-check")
public boolean disableItemDamageCheck = false;
@GlobalConfig("old-throwable-projectile-tick-order")
public boolean oldThrowableProjectileTickOrder = false;
}
public ElytraAeronauticsConfig elytraAeronautics = new ElytraAeronauticsConfig();