Note to self: syncing is important
This commit is contained in:
@@ -174,7 +174,7 @@ public final class Settings {
|
||||
* <b>[Server-only]</b> Whether to replace Minecraft's distance-based fall damage calculation with an equivalent,
|
||||
* velocity-based one.
|
||||
*/
|
||||
public boolean replaceVanillaFallDamage = true;
|
||||
public boolean replaceVanillaFallDamage = true; // TODO: This should be synced
|
||||
/** <b>[Server-only]</b> Whether using bonemeal on grass blocks has a chance to grow crystal flowers. */
|
||||
public boolean bonemealGrowsCrystalFlowers = true;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user