Skip to content

Commit

Permalink
Disable broken mixin.world.game_events.dispatch optimization by default
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Aug 24, 2024
1 parent fc7ad4a commit 83df07e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
" listener is added to a section. This reduces memory usage for chunks that do not have any listeners." +
" The dispatchers are accessed more directly instead of indirectly through chunks." +
" In total this speeds up attempting to dispatch events especially when there are no nearby listeners.",
depends = @MixinConfigDependency(dependencyPath = "mixin.util.data_storage")
depends = @MixinConfigDependency(dependencyPath = "mixin.util.data_storage"),
enabled = false
)
package me.jellysquid.mods.lithium.mixin.world.game_events.dispatch;

Expand Down

0 comments on commit 83df07e

Please sign in to comment.