Skip to content

Commit

Permalink
fix: remove outdated world.chunk_task_system
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Dec 12, 2021
1 parent 1c41ed5 commit 981d4e8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 106 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ private LithiumConfig() {
this.addMixinRule("world.block_entity_ticking", true);
this.addMixinRule("world.block_entity_ticking.support_cache", false); //have to check whether the cached state bugfix fixes any detectable vanilla bugs first
this.addMixinRule("world.chunk_access", true);
this.addMixinRule("world.chunk_task_system", true);
this.addMixinRule("world.chunk_tickets", true);
this.addMixinRule("world.chunk_ticking", false); //removed during 1.18 update
this.addMixinRule("world.explosions", true);
Expand Down

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/lithium.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
"world.chunk_access.ChunkHolderMixin",
"world.chunk_access.ServerChunkManagerMixin",
"world.chunk_access.WorldMixin",
"world.chunk_task_system.ChunkTaskPrioritySystemMixin",
"world.chunk_tickets.SortedArraySetMixin",
"world.explosions.ExplosionMixin",
"world.inline_block_access.WorldChunkMixin",
Expand Down

0 comments on commit 981d4e8

Please sign in to comment.