Skip to content

Commit

Permalink
Disable experimental options by default
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Dec 11, 2023
1 parent eaf2581 commit 367f0a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lithium-mixin-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Accesses entities of the correct type directly instead of accessing all nearby e
Skips repeated checks whether the equipment of an entity changed. Instead equipment updates are detected

### `mixin.experimental`
(default: `true`)
(default: `false`)
Various experimental optimizations

### `mixin.experimental.chunk_tickets`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@MixinConfigOption(description = "Various experimental optimizations", enabled = true)
@MixinConfigOption(description = "Various experimental optimizations", enabled = false)
package me.jellysquid.mods.lithium.mixin.experimental;

import net.caffeinemc.gradle.MixinConfigOption;

0 comments on commit 367f0a4

Please sign in to comment.