-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Disable LithiumHashPalette optimization due to crash issues"
This reverts commit 89e0248.
- Loading branch information
Showing
3 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
5 changes: 1 addition & 4 deletions
5
common/src/main/java/net/caffeinemc/mods/lithium/mixin/chunk/palette/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters