feat: update to 1.21
This commit is contained in:
parent
6e796febe4
commit
bd41cacdb9
9 changed files with 64 additions and 29 deletions
|
@ -20,7 +20,9 @@ dependencies {
|
|||
paperweight.paperDevBundle("1.21-R0.1-SNAPSHOT")
|
||||
|
||||
// Game Libraries
|
||||
implementation("xyz.xenondevs.invui:invui:1.33")
|
||||
compileOnly("xyz.xenondevs.invui:invui:1.33")
|
||||
compileOnly("xyz.xenondevs.invui:invui-kotlin:1.33")
|
||||
|
||||
implementation("ru.brikster:glyphs-api:1.1.0")
|
||||
implementation("ru.brikster:glyphs-resources:1.1.0")
|
||||
implementation("team.unnamed:creative-api:1.7.2")
|
||||
|
@ -38,10 +40,6 @@ kotlin {
|
|||
}
|
||||
|
||||
tasks {
|
||||
assemble {
|
||||
dependsOn(reobfJar)
|
||||
}
|
||||
|
||||
runServer {
|
||||
minecraftVersion("1.21")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue