Make sure fall damage stuff is processed on the server only, and reactivate the config option by default

This commit is contained in:
Electroblob77
2020-03-18 16:00:23 +00:00
parent 74d9198522
commit d68f968632
2 changed files with 2 additions and 2 deletions
@@ -170,7 +170,7 @@ public final class Settings {
public boolean legacyWandLevelling = false;
/** <b>[Server-only]</b> Whether to replace Minecraft's distance-based fall damage calculation with an equivalent,
* velocity-based one. */
public boolean replaceVanillaFallDamage = false;
public boolean replaceVanillaFallDamage = true;
/** <b>[Server-only]</b> Whether using bonemeal on grass blocks has a chance to grow crystal flowers. */
public boolean bonemealGrowsCrystalFlowers = true;
/**