Skip to content

Commit

Permalink
Merge branch '1.20.4' into 1.20.6
Browse files Browse the repository at this point in the history
# Conflicts:
#	settings.gradle.kts
  • Loading branch information
rfresh2 committed Jan 24, 2025
2 parents 0c359d1 + df69a23 commit a529b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public ListenableFuture<Long2LongMap> getHighlightsInCustomWindow(int windowRegi
map.put(chunkPos, entry.getLongValue());
}
}
lock.readLock().unlock();
}
} catch (final Exception e) {
XaeroPlus.LOGGER.error("Failed to load highlights in custom window for {} disk cache dimension: {}", database.databaseName, dimension.location(), e);
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pluginManagement {
}
}
gradle.extra.apply {
set("mod_version", "2.25.2")
set("mod_version", "2.25.3")
set("minecraft_version", "1.20.6")
set("parchment_version", "2024.06.16")
set("worldmap_version_fabric", "1.39.2")
Expand Down

0 comments on commit a529b3d

Please sign in to comment.