mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-29 19:46:42 +00:00
Disables block gravity and makes it togglable (FS-89) (#50)
* Disables block gravity by default (FS-89) * Combine these checks as Codacy ever so kindly suggested
This commit is contained in:
@ -34,6 +34,7 @@ public enum ConfigEntry
|
||||
ALLOW_RESPAWN_ANCHORS(Boolean.class, "allow.respawnanchors"),
|
||||
AUTO_TP(Boolean.class, "allow.auto_tp"),
|
||||
AUTO_CLEAR(Boolean.class, "allow.auto_clear"),
|
||||
ALLOW_GRAVITY(Boolean.class, "allow.gravity"),
|
||||
//
|
||||
BLOCKED_CHATCODES(String.class, "blocked_chatcodes"),
|
||||
//
|
||||
|
Reference in New Issue
Block a user