Skip to content

Commit

Permalink
Update InvUI
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed Apr 15, 2023
1 parent c87b0ab commit 80e9ae1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 3 additions & 4 deletions nova/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,16 @@ dependencies {
novaLoaderApi(libs.bundles.cbf)
novaLoaderApi(libs.bundles.xenondevs.commons)
novaLoaderApi(libs.bundles.kyori.adventure)
novaLoaderApi("xyz.xenondevs.invui:invui:1.2") { for (i in 1..13) exclude("xyz.xenondevs.invui", "inventory-access-r$i") }
novaLoaderApi("xyz.xenondevs.invui:inventory-access-r13:1.2:remapped-mojang")
novaLoaderApi("xyz.xenondevs.invui:invui-kotlin:1.2")
novaLoaderApi(libs.invui.kotlin)
novaLoaderApi("xyz.xenondevs:nms-utilities:0.8:remapped-mojang")

// internal dependencies
compileOnly(project(":nova-api"))
compileOnly(project(":nova-loader"))
novaLoader(libs.bundles.ktor)
novaLoader(libs.bundles.minecraft.assets)
novaLoader("xyz.xenondevs.invui:invui-resourcepack:1.2") { exclude("xyz.xenondevs.invui", "invui") }
novaLoader(libs.invui.resourcepack)
novaLoader(variantOf(libs.inventoryaccess) { classifier("remapped-mojang") })
novaLoader("xyz.xenondevs.bstats:bstats-bukkit:3.0.1")
novaLoader("xyz.xenondevs.bytebase:ByteBase-Runtime:0.4.5")
novaLoader("me.xdrop:fuzzywuzzy:1.4.0")
Expand Down
6 changes: 6 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencyResolutionManagement {
version("spigot", "1.19.4-R0.1-SNAPSHOT")
version("cbf", "0.5")
version("xenondevs-commons", "1.0")
version("invui", "1.3")

// lib - kotlin
library("kotlin-stdlib", "org.jetbrains.kotlin", "kotlin-stdlib").versionRef("kotlin")
Expand Down Expand Up @@ -64,6 +65,11 @@ dependencyResolutionManagement {
library("adventure-text-serializer-plain", "net.kyori:adventure-text-serializer-plain:4.12.0")
library("adventure-platform-bukkit", "net.kyori:adventure-platform-bukkit:4.2.0")

// lib - invui
library("invui-kotlin", "xyz.xenondevs.invui", "invui-kotlin").versionRef("invui")
library("invui-resourcepack", "xyz.xenondevs.invui", "invui-resourcepack").versionRef("invui")
library("inventoryaccess", "xyz.xenondevs.invui", "inventory-access-r13").versionRef("invui")

// bundles
bundle("kotlin", listOf("kotlin-stdlib", "kotlin-reflect"))
bundle("test", listOf("kotlin-test-junit", "junit-jupiter"))
Expand Down

0 comments on commit 80e9ae1

Please sign in to comment.