Note to self: syncing is important

This commit is contained in:
Electroblob77
2020-04-18 19:14:47 +01:00
parent 0a2368650a
commit 3316c8e5cb
@@ -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;
/**