Skip to content

Commit

Permalink
change: Disable world.block_entity_ticking by default until issues …
Browse files Browse the repository at this point in the history
…are resolved
  • Loading branch information
jellysquid3 committed Sep 20, 2020
1 parent 4402e7b commit 6f66372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private LithiumConfig() {
this.addMixinRule("tag", true);

this.addMixinRule("world", true);
this.addMixinRule("world.block_entity_ticking", true);
this.addMixinRule("world.block_entity_ticking", false /* TODO: fix remaining issues */);
this.addMixinRule("world.chunk_access", true);
this.addMixinRule("world.chunk_inline_block_access", true);
this.addMixinRule("world.chunk_task_system", true);
Expand Down

0 comments on commit 6f66372

Please sign in to comment.