Skip to content

Commit

Permalink
change: mark gcFreeSerializer incompatible with architectury-api
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Sep 13, 2023
1 parent 0235355 commit 563432e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public final class ModuleEntryPoint {
Whether to use the fast reduced allocation chunk serializer
(may cause incompatibility with other mods)
""")
.incompatibleMod("architectury", "*")
.getBoolean(false, false);

}

0 comments on commit 563432e

Please sign in to comment.