Skip to content

Commit

Permalink
uninclude surveyor and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Oct 11, 2024
1 parent 1a09fa8 commit c466dab
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A hand-drawn client-side world map with biomes, structures, waypoints, and less!<br/>

A rewrite of <a href="https://modrinth.com/mod/antique-atlas">Antique Atlas</a> by <a href="https://github.com/Hunternif">Hunternif</a>, as continued by <a href="https://github.com/Kenkron">Kenkron</a>, <a href="https://github.com/asiekierka">asie</a>, and <a href="https://github.com/tyra314">tyra314</a>.<br/>
Utilizes <a href="https://modrinth.com/mod/surveyor">Surveyor Map Framework</a>.
<b>Requires <a href="https://modrinth.com/mod/surveyor">Surveyor Map Framework</a>.</b>
<b>Requires <a href="https://modrinth.com/mod/connector">Connector</a> and <a href="https://modrinth.com/mod/forgified-fabric-api">FFAPI</a> on (neo)forge.</b><br/>
</center>

Expand Down Expand Up @@ -47,7 +47,7 @@ Antique Atlas can be configured from `config/antique-atlas.toml`:<br/>
> `structureMarkers` can be edited to toggle markers for structures - this is populated at runtime.<br/>
> `graveStyle` will change the icon and tooltip for player graves - try each out to suit your pack's aesthetics.<br/>
Further options, including options for map sharing & visibility, are documented in `config/surveyor.toml`
Surveyor, which handles features including map sharing & visibility, can be configured from `config/surveyor.toml`

## Resource Packs
Tiles, markers, biome detection, and structure detection is fully data-driven via resource packs.<br/>
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ dependencies {
modImplementation libs.fapi

modImplementation libs.surveyor
include libs.surveyor
}

processResources {
Expand Down Expand Up @@ -91,7 +90,7 @@ modrinth {
syncBodyFrom = rootProject.file("README.md").text
dependencies {
required.version libs.fapi.get().getName(), libs.versions.fapi.get()
embedded.version libs.surveyor.get().getName(), libs.versions.surveyor.get()
required.version libs.surveyor.get().getName(), libs.versions.surveyor.get()
}
}

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.23+1.20"
surveyor = "0.6.24+1.20"

[plugins]
loom = { id = "fabric-loom", version.ref = "loom" }
Expand Down
7 changes: 7 additions & 0 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,10 @@ mandatory = true
versionRange = "[${fapi},)"
ordering = "NONE"
side = "BOTH"

[[dependencies.${ modId }]]
modId = "surveyor"
mandatory = true
versionRange = "[${surveyor},)"
ordering = "NONE"
side = "BOTH"

0 comments on commit c466dab

Please sign in to comment.