Skip to content

Commit

Permalink
WM1.37.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Feb 1, 2024
1 parent 2d63c66 commit 46ffe9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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:
branches:
- "mainline"
env:
WORLDMAP_VERSION: "1.37.7"
WORLDMAP_VERSION: "1.37.8"
MINIMAP_VERSION: "23.9.7"
MINECRAFT_VERSION: "1.12.2"
MINECRAFT_VERSION_SHORT: "1.12"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ 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.37.7_Forge_1.12"))
implementation(fg.deobf("maven.modrinth:xaeros-world-map:1.37.8_Forge_1.12"))
implementation(fg.deobf("maven.modrinth:xaeros-minimap:23.9.7_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.37.7];"
dependencies = "after:xaerominimap;after:xaerobetterpvp;required-after:xaeroworldmap@[1.37.8];"
)
public class XaeroPlus {
public static final String MODID = "xaeroplus";
Expand Down

0 comments on commit 46ffe9b

Please sign in to comment.