diff --git a/gradle.properties b/gradle.properties index 36c6dcf..dae0a2e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -284,19 +284,19 @@ enable_default_world_gen_port = false enable_top_addons = false # Whether to enable Actually Additions in runtime. Allows specifying Linear XP Scaling for AA Machines. -enable_aa = true +enable_aa = false # Whether to enable Ender Storage in runtime. Enables remappers to remap items in ender storage. # If this is set to false, the remappers will not apply there. enable_ender_storage = false # Whether to enable Inventory BogoSorter in runtime. Fixes duplication glitch with Thermal Satchels. -enable_bogo = true +enable_bogo = false # Whether to enable Thermal Expansion and its deps in runtime. These are used for the excitation coil textures. # Also sets the Tome of Experience to have Linear XP Scaling. # If this is set to false, the top of the excitation coil will have a null texture. -enable_thermal = true +enable_thermal = false # Whether to enable Mouse Tweaks in runtime. Useful for testing interactions with various GUIs. enable_mouse_tweaks = false