Skip to content

Commit

Permalink
feat: add mc-1-20-2 implementation and relocate snakeyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeV220 committed Nov 3, 2023
1 parent 6f4bebd commit 534a193
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ dependencies {
implementation project(path: ':multiver:mc-1-19-3', configuration: 'reobf')
implementation project(path: ':multiver:mc-1-19-4', configuration: 'reobf')
implementation project(path: ':multiver:mc-1-20', configuration: 'reobf')
implementation project(path: ':multiver:mc-1-20-2', configuration: 'reobf')
}

shadowJar {
Expand All @@ -155,6 +156,7 @@ shadowJar {
relocate 'org.bstats', "${packageName}.bstats"
relocate 'com.georgev22.api.libraryloader', "${packageName}.libraryloader"
relocate 'com.georgev22.library', "${packageName}.library"
relocate 'org.yaml.snakeyaml', "${packageName}.snakeyaml"
relocate 'io.papermc.lib', "${packageName}.paperlib"
}

Expand Down

0 comments on commit 534a193

Please sign in to comment.