Skip to content

Commit

Permalink
More work on 1.20.5 port
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Apr 28, 2024
1 parent 1186cc6 commit d0742be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ public static void handleSync(SyncOresPayload payload, IPayloadContext ctx) {
}

public static void onCollectConfigTasks(final RegisterConfigurationTasksEvent event) {
if (!event.getListener().getConnection().isMemoryConnection()) {
event.register(new OresConfigTask());
}
event.register(new OresConfigTask());
}
}
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=4.1.3
version=4.2.0

0 comments on commit d0742be

Please sign in to comment.