@@ -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