Skip to content

Commit

Permalink
Merge branch '1.19.4' into 1.19.2
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 7bb1b39 + 8dadfbb commit 1b466ff
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 @@ -8,7 +8,7 @@ pluginManagement {
}
}
gradle.extra.apply {
set("mod_version", "2.25.2")
set("mod_version", "2.25.3")
set("minecraft_version", "1.19.2")
set("parchment_version", "2022.11.27")
set("worldmap_version_fabric", "1.39.2")
Expand Down

0 comments on commit 1b466ff

Please sign in to comment.