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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user