Skip to content

Commit

Permalink
bump prio
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Oct 26, 2024
1 parent 4d5fc3f commit cc4a6e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* setting. As many minecraft structures rely on the palette, when the palette is queried, for saving or networking,
* it flushes the data from the flat array back into the palette.
*/
@Mixin(LevelChunkSection.class)
@Mixin(value = LevelChunkSection.class, priority = 2000)
public abstract class LevelChunkSectionMixin {
// Will be real due to mixin plugin
private static final int MASK_BITS = 1048575;
Expand Down

0 comments on commit cc4a6e6

Please sign in to comment.