Skip to content

Commit

Permalink
fix #263 #262 #266
Browse files Browse the repository at this point in the history
fix surveyor#71
  • Loading branch information
sisby-folk committed Jan 27, 2025
1 parent 7c37108 commit a5de079
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authors=Hunternif, tyra314, Sisby folk
contributors=Kenkron, asiekierka, Haven King, TheCodeWarrior, osipxd, coolAlias, TehNut, lumiscosity, frodolon
license=LGPL-3.0-or-later
# Mod Version
baseVersion=2.11.0
baseVersion=2.11.1
# Branch Metadata
branch=1.20
tagBranch=1.20
Expand Down
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fl = "0.15.0"
yarn = "1.20.1+build.10"
fapi = "0.83.0+1.20.1"

surveyor = "0.6.24+1.20"
surveyor = "0.6.26+1.20"

[plugins]
loom = { id = "fabric-loom", version.ref = "loom" }
Expand Down
1 change: 1 addition & 0 deletions src/main/java/folk/sisby/antique_atlas/WorldAtlasData.java
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ public void placeCustomMarker(World world, MarkerTexture selectedTexture, DyeCol
SurveyorClient.getClientUuid(),
color,
label,
null,
selectedTexture.keyId()
));
}
Expand Down

0 comments on commit a5de079

Please sign in to comment.