Skip to content

Commit

Permalink
Actually fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Oct 10, 2024
1 parent d28216a commit dfac208
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public static void checkSyncedRegistry(RegistryKey<? extends Registry<?>> regist
return;
}

if (registry == Registries.RECIPE_SERIALIZER) {
if (registry.getValue().equals(Identifier.of("recipe_serializer"))) {
// Recipe serializers are not synced, as there is an unused codec left over.
return;
}
Expand Down

0 comments on commit dfac208

Please sign in to comment.