File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ modrinth {
132132 additionalFiles.set(listOf (tasks.remapSourcesJar))
133133 dependencies {
134134 required.project(" fabric-api" )
135- optional.version(" axolotlclient" , project.property(" axolotlclient" ).toString() )
135+ optional.version(" axolotlclient" , " ${ project.property(" axolotlclient" )} + $minecraftVersion " )
136136 }
137137
138138 // Changelog fetching: Credit LambdAurora.
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ modrinth {
139139 additionalFiles.set(listOf (tasks.remapSourcesJar))
140140 dependencies {
141141 required.project(" fabric-api" )
142- optional.version(" axolotlclient" , project.property(" axolotlclient" ).toString() )
142+ optional.version(" axolotlclient" , " ${ project.property(" axolotlclient" )} + $minecraftVersion " )
143143 }
144144
145145 // Changelog fetching: Credit LambdAurora.
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ modrinth {
132132 additionalFiles.set(listOf (tasks.remapSourcesJar))
133133 dependencies {
134134 required.project(" fabric-api" )
135- optional.version(" axolotlclient" , project.property(" axolotlclient" ).toString() )
135+ optional.version(" axolotlclient" , " ${ project.property(" axolotlclient" )} + $minecraftVersion " )
136136 }
137137
138138 // Changelog fetching: Credit LambdAurora.
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ modrinth {
156156 dependencies {
157157 required.project(" osl" )
158158 required.project(" moehreag-legacy-lwjgl3" )
159- optional.version(" axolotlclient" , project.property(" axolotlclient" ).toString() )
159+ optional.version(" axolotlclient" , " ${ project.property(" axolotlclient" )} + $minecraftVersion " )
160160 }
161161
162162 // Changelog fetching: Credit LambdAurora.
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ Features:
1010- World and level(/dimension)-specific waypoints
1111- Worldmap
1212
13- This map mod also features reasonable performance by using map color values of blocks.
14-
1513Certain aspects of the mod can be disabled by servers:
1614- Whether the minimap is enabled
1715- Whether caves may be seen on the world map or the minimap
You can’t perform that action at this time.
0 commit comments