Skip to content

Commit

Permalink
lithium tick scheduler seems to be not vanilla (as not vanilla as lit…
Browse files Browse the repository at this point in the history
…hium in mc 1.15/1.16), disable for now

to reproduce: 0t -> repeater, the repeater depower event will be executed in a wrong priority
todo: update to the lithium 1.17
  • Loading branch information
Fallen-Breath committed Jun 25, 2024
1 parent 7525359 commit 71249cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ public class LithiumConfig
public static final boolean TAG = LITHIUM_ENABLE && true;
public static final boolean WORLD_BLOCK_ENTITY_TICKING = LITHIUM_ENABLE && true;
public static final boolean WORLD_EXPLOSIONS = LITHIUM_ENABLE && true;
public static final boolean WORLD_TICK_SCHEDULER = LITHIUM_ENABLE && true;
public static final boolean WORLD_TICK_SCHEDULER = LITHIUM_ENABLE && false;
}

0 comments on commit 71249cd

Please sign in to comment.