mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-01 12:36:41 +00:00
Add configuration option for disabling books (#275)
FS-458 Co-authored-by: Video <videogamesm12@gmail.com> Co-authored-by: Paldiu <pawereus@gmail.com>
This commit is contained in:
@ -34,6 +34,7 @@ public enum ConfigEntry
|
||||
AUTO_CLEAR(Boolean.class, "allow.auto_clear"),
|
||||
ALLOW_GRAVITY(Boolean.class, "allow.gravity"),
|
||||
ALLOW_MASTERBLOCKS(Boolean.class, "allow.masterblocks"),
|
||||
ALLOW_BOOKS(Boolean.class, "allow.books"),
|
||||
//
|
||||
BLOCKED_CHATCODES(String.class, "blocked_chatcodes"),
|
||||
//
|
||||
|
Reference in New Issue
Block a user