Skip to content

Commit ba57114

Browse files
committed
bump version
1 parent 4566bda commit ba57114

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.parallel=true
33

44
archives_base_name=civmodern
55
maven_group=sh.okx.civmodern
6-
mod_version=2.0.0-beta.6
6+
mod_version=2.0.0-beta.7
77
mod_name=CivModern
88
mod_description=Radar and civ utilities
99
mod_authors=Okx,Protonull

src/main/java/sh/okx/civmodern/common/map/Minimap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public void onRender(PostRenderGameOverlayEvent event) {
150150
((source, stack) -> renderers.forEach(r -> r.render(source, stack)))));
151151

152152
if (config.isShowMinimapCoords()) {
153-
event.guiGraphics().drawCenteredString(mc.font, "(%d, %s, %d)".formatted(playerBX, playerBY, playerBZ), (int) (size / 2), (int) size + 2, -1);
153+
event.guiGraphics().drawCenteredString(mc.font, "(%d, %s, %d)".formatted(playerBX, playerBY, playerBZ), (int) (size / 2), (int) size + 2, -1);
154154
}
155155
if (config.isPlayerWaypointsEnabled()) {
156156
// TODO fix the player rendering above the chevron

0 commit comments

Comments
 (0)