Skip to content

Commit ad22b76

Browse files
committed
removed baritone from the jar
1 parent 1973152 commit ad22b76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ loom {
108108
property("org.lwjgl.util.DebugFunctions", "true")
109109
property("mixin.debug.export", "true")
110110

111-
vmArgs("-XX:+HeapDumpOnOutOfMemoryError", "-XX:+CreateCoredumpOnCrash", "-XX:+UseOSErrorReporting")
111+
vmArgs("-XX:+HeapDumpOnOutOfMemoryError", "-XX:+CreateCoredumpOnCrash")
112112
programArgs("--username", "Steve", "--uuid", "8667ba71b85a4004af54457a9734eed7", "--accessToken", "****")
113113
}
114114
}
@@ -150,7 +150,6 @@ dependencies {
150150
modImplementation("net.fabricmc:fabric-loader:$fabricLoaderVersion")
151151
modImplementation("net.fabricmc.fabric-api:fabric-api:$fabricApiVersion+$minecraftVersion")
152152
modImplementation("net.fabricmc:fabric-language-kotlin:$kotlinFabricVersion.$kotlinVersion")
153-
modCompileOnly("maven.modrinth:sodium:$sodiumVersion")
154153

155154
// Add dependencies on the required Kotlin modules.
156155
includeLib("io.github.classgraph:classgraph:${classGraphVersion}")
@@ -173,8 +172,9 @@ dependencies {
173172
includeLib("io.ktor:ktor-client-content-negotiation:$ktorVersion")
174173
includeLib("io.ktor:ktor-serialization-gson:$ktorVersion")
175174

176-
// Add mods to the mod jar
177-
includeMod("com.github.rfresh2:baritone-fabric:$minecraftVersion")
175+
// Add mods
176+
modImplementation("com.github.rfresh2:baritone-fabric:$minecraftVersion")
177+
modCompileOnly("maven.modrinth:sodium:$sodiumVersion")
178178

179179
// Test implementations
180180
testImplementation(kotlin("test"))

0 commit comments

Comments
 (0)