Skip to content

Commit

Permalink
Add reason for disabled mixin config setting
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Aug 2, 2023
1 parent 53fde78 commit 057b519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lithium-mixin-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Various world generation optimizations

### `mixin.gen.cached_generator_settings`
(default: `false`)
World generator settings cache the sea level
World generator settings cache the sea level. Disabled by default due to startup crash.

### `mixin.gen.chunk_region`
(default: `true`)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@MixinConfigOption(
description = "World generator settings cache the sea level",
enabled = false
)
description = "World generator settings cache the sea level. Disabled by default due to startup crash.", enabled = false)
package me.jellysquid.mods.lithium.mixin.gen.cached_generator_settings;

import net.caffeinemc.gradle.MixinConfigOption;

0 comments on commit 057b519

Please sign in to comment.