Skip to content

Commit

Permalink
Update tinyremapper for all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KaspianDev committed May 7, 2024
1 parent 3e753c5 commit a4872f3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
userdevVer=1.7.0
shadowVer=8.1.7
tinyRemapperVer=0.10.3
2 changes: 1 addition & 1 deletion v1.19.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies {
compileOnly project(path: ":nms")

paperweightDevelopmentBundle "io.papermc.paper:dev-bundle:1.19.2-R0.1-SNAPSHOT"
pluginRemapper "net.fabricmc:tiny-remapper:0.10.3:fat"
pluginRemapper "net.fabricmc:tiny-remapper:${tinyRemapperVer}:fat"
}
1 change: 1 addition & 0 deletions v1.19.3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ dependencies {
compileOnly project(path: ":nms")

paperweightDevelopmentBundle "io.papermc.paper:dev-bundle:1.19.3-R0.1-SNAPSHOT"
pluginRemapper "net.fabricmc:tiny-remapper:${tinyRemapperVer}:fat"
}
1 change: 1 addition & 0 deletions v1.19.4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ dependencies {
compileOnly project(path: ":nms")

paperweightDevelopmentBundle "io.papermc.paper:dev-bundle:1.19.4-R0.1-SNAPSHOT"
pluginRemapper "net.fabricmc:tiny-remapper:${tinyRemapperVer}:fat"
}
1 change: 1 addition & 0 deletions v1.20.1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ dependencies {
compileOnly project(path: ":nms")

paperweightDevelopmentBundle "io.papermc.paper:dev-bundle:1.20.1-R0.1-SNAPSHOT"
pluginRemapper "net.fabricmc:tiny-remapper:${tinyRemapperVer}:fat"
}
1 change: 1 addition & 0 deletions v1.20.2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ dependencies {
compileOnly project(path: ":nms")

paperweightDevelopmentBundle "io.papermc.paper:dev-bundle:1.20.2-R0.1-SNAPSHOT"
pluginRemapper "net.fabricmc:tiny-remapper:${tinyRemapperVer}:fat"
compileOnly "net.kyori:adventure-platform-bukkit:4.3.1"
}
1 change: 1 addition & 0 deletions v1.20.4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ dependencies {
compileOnly project(path: ":nms")

paperweightDevelopmentBundle "io.papermc.paper:dev-bundle:1.20.4-R0.1-SNAPSHOT"
pluginRemapper "net.fabricmc:tiny-remapper:${tinyRemapperVer}:fat"
}
1 change: 1 addition & 0 deletions v1.20.6/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ dependencies {
compileOnly project(path: ":nms")

paperweightDevelopmentBundle "io.papermc.paper:dev-bundle:1.20.6-R0.1-SNAPSHOT"
pluginRemapper "net.fabricmc:tiny-remapper:${tinyRemapperVer}:fat"
}

0 comments on commit a4872f3

Please sign in to comment.