Skip to content

Commit

Permalink
MM25.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Jan 23, 2025
1 parent 94a64ca commit 86060f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/1.12.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
WORLDMAP_VERSION: "1.39.2"
MINIMAP_VERSION: "24.7.1"
MINIMAP_VERSION: "25.0.0"
MINECRAFT_VERSION: "1.12.2"
MINECRAFT_VERSION_SHORT: "1.12"
MOD_LOADER: "Forge"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
WORLDMAP_VERSION: "1.39.2"
MINIMAP_VERSION: "24.7.1"
MINIMAP_VERSION: "25.0.0"
MINECRAFT_VERSION: "1.12.2"
MINECRAFT_VERSION_SHORT: "1.12"
MOD_LOADER: "Forge"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dependencies {
jarLibs 'org.xerial:sqlite-jdbc:3.45.0.0'

implementation(fg.deobf("maven.modrinth:xaeros-world-map:1.39.2_Forge_1.12"))
implementation(fg.deobf("maven.modrinth:xaeros-minimap:24.7.1_Forge_1.12"))
implementation(fg.deobf("maven.modrinth:xaeros-minimap:25.0.0_Forge_1.12"))
implementation(fg.deobf('cabaletta:baritone-deobf-unoptimized-mcp-dev:1.2')).setChanging(true)
compileOnly(fg.deobf("curse.maven:waystones-245755:2859589"))
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/xaeroplus/XaeroPlus.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
name = XaeroPlus.NAME,
version = XaeroPlus.VERSION,
clientSideOnly = true,
dependencies = "required:mixinbooter@[9.4,);after:xaerominimap@[24.7.1];required-after:xaeroworldmap@[1.39.2];"
dependencies = "required:mixinbooter@[9.4,);after:xaerominimap@[25.0.0];required-after:xaeroworldmap@[1.39.2];"
)
public class XaeroPlus {
public static final String MODID = "xaeroplus";
Expand Down

0 comments on commit 86060f9

Please sign in to comment.