Skip to content

Commit

Permalink
fix: enable chunk.palette optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Nov 30, 2021
1 parent cc7e185 commit 13c533f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private LithiumConfig() {
this.addMixinRule("chunk.entity_class_groups", true);
this.addMixinRule("chunk.no_locking", true);
this.addMixinRule("chunk.no_validation", true);
this.addMixinRule("chunk.palette", false); //causes a pretty mess being rendered
this.addMixinRule("chunk.palette", true);
this.addMixinRule("chunk.section_update_tracking", true);
this.addMixinRule("chunk.serialization", true);

Expand Down

0 comments on commit 13c533f

Please sign in to comment.