Skip to content

Commit

Permalink
fix lithium conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Oct 26, 2024
1 parent f01bc7b commit a6d5333
Show file tree
Hide file tree
Showing 2 changed files with 6 additions 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(value = LevelChunkSection.class, priority = 2000)
@Mixin(LevelChunkSection.class)
public abstract class LevelChunkSectionMixin {
// Will be real due to mixin plugin
private static final int MASK_BITS = 1048575;
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@
"fabricloader": ">=${fabric_loader_version}",
"fabric-api": ">=${fabric_api_version}",
"minecraft": "${minecraft_version}"
},
"custom": {
"lithium:options": {
"util.block_tracking": false
}
}
}

0 comments on commit a6d5333

Please sign in to comment.