Skip to content

Commit

Permalink
bump remapper; i forgot this existed
Browse files Browse the repository at this point in the history
  • Loading branch information
tasgon committed Sep 18, 2024
1 parent aeae2f9 commit 9ad8a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/kotlin/observable/server/Remapper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enum class ModLoader {
FORGE
}

val BASE_URL = "https://raw.githubusercontent.com/lucko/spark-mappings/master/dist/1_18"
val BASE_URL = "https://raw.githubusercontent.com/lucko/spark-mappings/master/dist/1_21"
val MAPPING_URLS =
mapOf(
ModLoader.FABRIC to "$BASE_URL/yarn.json",
Expand Down

0 comments on commit 9ad8a0c

Please sign in to comment.