Skip to content

Commit

Permalink
WM1.38.3 MM24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Apr 13, 2024
1 parent 97db50e commit c8d68bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- "mainline"
env:
WORLDMAP_VERSION: "1.38.1"
MINIMAP_VERSION: "24.0.1"
WORLDMAP_VERSION: "1.38.3"
MINIMAP_VERSION: "24.1.0"
MINECRAFT_VERSION: "1.12.2"
MINECRAFT_VERSION_SHORT: "1.12"
MOD_LOADER: "Forge"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ dependencies {
jarLibs 'com.github.ben-manes.caffeine:caffeine:2.9.3'
jarLibs 'org.xerial:sqlite-jdbc:3.45.0.0'

implementation(fg.deobf("maven.modrinth:xaeros-world-map:1.38.1_Forge_1.12"))
implementation(fg.deobf("maven.modrinth:xaeros-minimap:24.0.1_Forge_1.12"))
implementation(fg.deobf("maven.modrinth:xaeros-world-map:1.38.3_Forge_1.12"))
implementation(fg.deobf("maven.modrinth:xaeros-minimap:24.1.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 @@ -17,7 +17,7 @@
modid = XaeroPlus.MODID,
name = XaeroPlus.NAME,
version = XaeroPlus.VERSION,
dependencies = "after:xaerominimap;after:xaerobetterpvp;required-after:xaeroworldmap@[1.38.1];"
dependencies = "after:xaerominimap;after:xaerobetterpvp;required-after:xaeroworldmap@[1.38.3];"
)
public class XaeroPlus {
public static final String MODID = "xaeroplus";
Expand Down

0 comments on commit c8d68bd

Please sign in to comment.