Skip to content

Commit

Permalink
Revert "Disable LithiumHashPalette optimization due to crash issues"
Browse files Browse the repository at this point in the history
This reverts commit 89e0248.
  • Loading branch information
2No2Name committed Feb 2, 2025
1 parent 385ae87 commit f676ef0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
@MixinConfigOption(
description = "Replaces the vanilla hash palette with an optimized variant. Disabled by default as many users report crashes regarding or caused by this setting.",
enabled = false
)
@MixinConfigOption(description = "Replaces the vanilla hash palette with an optimized variant")
package net.caffeinemc.mods.lithium.mixin.chunk.palette;

import net.caffeinemc.gradle.MixinConfigOption;
4 changes: 2 additions & 2 deletions lithium-fabric-mixin-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ Remove debug checks in block access code
Skip bounds validation when accessing blocks

### `mixin.chunk.palette`
(default: `false`)
Replaces the vanilla hash palette with an optimized variant. Disabled by default as many users report crashes regarding or caused by this setting.
(default: `true`)
Replaces the vanilla hash palette with an optimized variant

### `mixin.chunk.serialization`
(default: `true`)
Expand Down
4 changes: 2 additions & 2 deletions lithium-neoforge-mixin-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ Remove debug checks in block access code
Skip bounds validation when accessing blocks

### `mixin.chunk.palette`
(default: `false`)
Replaces the vanilla hash palette with an optimized variant. Disabled by default as many users report crashes regarding or caused by this setting.
(default: `true`)
Replaces the vanilla hash palette with an optimized variant

### `mixin.chunk.serialization`
(default: `true`)
Expand Down

0 comments on commit f676ef0

Please sign in to comment.