1
0
Fork 0

feat: update to 1.21

This commit is contained in:
ineanto 2024-07-09 12:07:30 +02:00
parent 6e796febe4
commit bd41cacdb9
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84
9 changed files with 64 additions and 29 deletions

View file

@ -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")
}