Skip to content

Commit

Permalink
Change: add config option for servercore_compat package
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdElAziz333 committed Jan 6, 2024
1 parent 9ae18a3 commit 6b27127
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ private CanaryConfig() {
this.addMixinRule("chunk.palette", true);
this.addMixinRule("chunk.serialization", true);
this.addMixinRule("chunk.replace_streams", true);
this.addMixinRule("chunk.replace_streams.servercore_compat", true);

this.addMixinRule("collections", true);
this.addMixinRule("collections.attributes", true);
Expand Down

0 comments on commit 6b27127

Please sign in to comment.