aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle18
1 files changed, 7 insertions, 11 deletions
diff --git a/build.gradle b/build.gradle
index f2cff89..b18923a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,10 +1,9 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
- id 'fabric-loom' version '1.2-SNAPSHOT'
+ id 'fabric-loom' version '1.5-SNAPSHOT'
id 'maven-publish'
id "org.jetbrains.kotlin.jvm" version "1.8.21"
- id "io.github.juuxel.loom-quiltflower" version "1.10.0"
id "org.jetbrains.kotlin.plugin.serialization" version "1.8.10"
}
@@ -45,16 +44,13 @@ dependencies {
modRuntimeOnly("me.djtheredstoner:DevAuth-fabric:1.1.2")
implementation "meteordevelopment:orbit:0.2.3"
include "meteordevelopment:orbit:0.2.3"
- modApi "me.shedaniel.cloth:cloth-config-fabric:11.0.99"
- include "me.shedaniel.cloth:cloth-config-fabric:11.0.99"
- include "com.github.llamalad7.mixinextras:mixinextras-fabric:0.2.0-beta.9"
- implementation "com.github.llamalad7.mixinextras:mixinextras-fabric:0.2.0-beta.9"
- annotationProcessor "com.github.llamalad7.mixinextras:mixinextras-fabric:0.2.0-beta.9"
+ modApi "me.shedaniel.cloth:cloth-config-fabric:13.0.121"
+ include "me.shedaniel.cloth:cloth-config-fabric:13.0.121"
modImplementation("moe.nea.jarvis:jarvis-api:1.1.1")
include("moe.nea.jarvis:jarvis-fabric:1.1.1")
modLocalRuntime("moe.nea.jarvis:jarvis-fabric:1.1.1")
- modImplementation "maven.modrinth:modmenu:7.0.0"
- modLocalRuntime "maven.modrinth:modmenu:7.0.0"
+ modImplementation "maven.modrinth:modmenu:9.0.0"
+ modLocalRuntime "maven.modrinth:modmenu:9.0.0"
}
loom {
@@ -65,8 +61,8 @@ loom {
property("fabric.log.level", "info")
vmArg("-ea")
vmArg("-XX:+AllowEnhancedClassRedefinition")
- vmArg("-XX:HotswapAgent=external")
- vmArg("-javaagent:/home/ronald/Software-Packages/hotswap-agent-1.4.2-SNAPSHOT.jar")
+ /*vmArg("-XX:HotswapAgent=external")
+ vmArg("-javaagent:/home/ronald/Software-Packages/hotswap-agent-1.4.2-SNAPSHOT.jar")*/
}
}
accessWidenerPath = file("src/main/resources/dulkirmod.accesswidener")