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 {
132
132
additionalFiles.set(listOf (tasks.remapSourcesJar))
133
133
dependencies {
134
134
required.project(" fabric-api" )
135
- optional.version(" axolotlclient" , project.property(" axolotlclient" ).toString() )
135
+ optional.version(" axolotlclient" , " ${ project.property(" axolotlclient" )} + $minecraftVersion " )
136
136
}
137
137
138
138
// Changelog fetching: Credit LambdAurora.
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ modrinth {
139
139
additionalFiles.set(listOf (tasks.remapSourcesJar))
140
140
dependencies {
141
141
required.project(" fabric-api" )
142
- optional.version(" axolotlclient" , project.property(" axolotlclient" ).toString() )
142
+ optional.version(" axolotlclient" , " ${ project.property(" axolotlclient" )} + $minecraftVersion " )
143
143
}
144
144
145
145
// Changelog fetching: Credit LambdAurora.
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ modrinth {
132
132
additionalFiles.set(listOf (tasks.remapSourcesJar))
133
133
dependencies {
134
134
required.project(" fabric-api" )
135
- optional.version(" axolotlclient" , project.property(" axolotlclient" ).toString() )
135
+ optional.version(" axolotlclient" , " ${ project.property(" axolotlclient" )} + $minecraftVersion " )
136
136
}
137
137
138
138
// Changelog fetching: Credit LambdAurora.
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ modrinth {
156
156
dependencies {
157
157
required.project(" osl" )
158
158
required.project(" moehreag-legacy-lwjgl3" )
159
- optional.version(" axolotlclient" , project.property(" axolotlclient" ).toString() )
159
+ optional.version(" axolotlclient" , " ${ project.property(" axolotlclient" )} + $minecraftVersion " )
160
160
}
161
161
162
162
// Changelog fetching: Credit LambdAurora.
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ Features:
10
10
- World and level(/dimension)-specific waypoints
11
11
- Worldmap
12
12
13
- This map mod also features reasonable performance by using map color values of blocks.
14
-
15
13
Certain aspects of the mod can be disabled by servers:
16
14
- Whether the minimap is enabled
17
15
- Whether caves may be seen on the world map or the minimap
You can’t perform that action at this time.
0 commit comments