diff --git a/build.gradle.kts b/build.gradle.kts index 73e800e..6915995 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,10 +1,10 @@ plugins { - kotlin("jvm") version "1.9.21" - kotlin("plugin.serialization") version "1.9.21" - id("com.modrinth.minotaur") version "2.8.5" apply (false) + kotlin("jvm") version "1.9.22" + kotlin("plugin.serialization") version "1.9.22" + id("com.modrinth.minotaur") version "2.8.7" apply (false) id("com.github.breadmoirai.github-release") version "2.5.2" apply (false) - id("fabric-loom") version "1.4-SNAPSHOT" apply (false) + id("fabric-loom") version "1.5-SNAPSHOT" apply (false) id("io.papermc.paperweight.userdev") version "1.5.5" apply (false) } diff --git a/settings.gradle.kts b/settings.gradle.kts index bf8d4db..1cfdacb 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -10,5 +10,5 @@ pluginManagement { } } -include("telekinesis-paper") +//include("telekinesis-paper") include("telekinesis-fabric") \ No newline at end of file diff --git a/telekinesis-fabric/build.gradle.kts b/telekinesis-fabric/build.gradle.kts index 317c319..509e129 100644 --- a/telekinesis-fabric/build.gradle.kts +++ b/telekinesis-fabric/build.gradle.kts @@ -47,12 +47,12 @@ repositories { dependencies { minecraft("com.mojang:minecraft:$mcVersion") mappings(loom.layered { - parchment("org.parchmentmc.data:parchment-1.20.2:2023.10.22@zip") + parchment("org.parchmentmc.data:parchment-1.20.3:2023.12.31@zip") officialMojangMappings() }) implementation("org.vineflower:vineflower:1.9.3") modImplementation("net.fabricmc:fabric-loader:0.15.3") - modImplementation("net.fabricmc:fabric-language-kotlin:1.10.16+kotlin.1.9.21") + modImplementation("net.fabricmc:fabric-language-kotlin:1.10.17+kotlin.1.9.22") modImplementation("dev.isxander.yacl:yet-another-config-lib-fabric:3.3.1+1.20.4") modImplementation("com.terraformersmc:modmenu:9.0.0-pre.1") @@ -60,7 +60,7 @@ dependencies { include(implementation(annotationProcessor("com.github.bawnorton.mixinsquared:mixinsquared-fabric:0.1.1")!!)!!) - include(implementation("com.akuleshov7:ktoml-core-jvm:0.5.0")!!) + include(implementation("com.akuleshov7:ktoml-core-jvm:0.5.1")!!) // Integration modCompileOnly("maven.modrinth:abooMhox:c2klaSgQ") // tree-harvester by ricksouth @@ -88,7 +88,7 @@ tasks { "name" to modName, "description" to modDescription, "version" to project.version, - "github" to githubRepo, + "github" to githubRepo ) } } diff --git a/telekinesis-fabric/src/main/resources/fabric.mod.json b/telekinesis-fabric/src/main/resources/fabric.mod.json index d796bfb..5ef054f 100644 --- a/telekinesis-fabric/src/main/resources/fabric.mod.json +++ b/telekinesis-fabric/src/main/resources/fabric.mod.json @@ -18,7 +18,7 @@ "version": "${version}", "environment": "*", "depends": { - "fabric-language-kotlin": ">=1.10.16+kotlin.1.9.21", + "fabric-language-kotlin": ">=1.10.17+kotlin.1.9.22", "yet_another_config_lib_v3": ">=3.3.1+1.20.4", "minecraft": ">=1.20.3" },