File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ val packNatives = tasks.register<Zip>("packNatives") {
149149
150150tasks.processResources.configure {
151151 dependsOn(zigBuildTask, packNatives)
152- into(" META-INF/falsepatternlib_repo/mega/megatraceservice/1.2 .0/" ) {
152+ into(" META-INF/falsepatternlib_repo/mega/megatraceservice/1.3 .0/" ) {
153153 from(configurations.compileClasspath.map { it.filter { file -> file.name.contains(" megatraceservice" ) } })
154154 }
155155 into(minecraft_fp.mod.rootPkg.map { " /assets/falsetweaks" } ) {
@@ -247,7 +247,7 @@ dependencies {
247247 implementationSplit(" com.falsepattern:falsepatternlib-mc1.7.10:1.9.1" )
248248 compileOnly(" org.joml:joml:1.10.8" )
249249 compileOnly(" it.unimi.dsi:fastutil:8.5.16" )
250- compileOnly(" mega:megatraceservice:1.2 .0" )
250+ compileOnly(" mega:megatraceservice:1.3 .0" )
251251 compileOnly(" com.ventooth:swansong-mc1.7.10:1.2.5:dev" )
252252 compileOnly(" maven.modrinth:etfuturum:2.6.2:dev" )
253253 add(panamaNatives.compileOnlyConfigurationName, " com.falsepattern:zanama-rt:0.2.0" )
Original file line number Diff line number Diff line change 88 "common" : [
99 " org.joml:joml:1.10.8" ,
1010 " it.unimi.dsi:fastutil:8.5.16" ,
11- " mega:megatraceservice:1.2 .0"
11+ " mega:megatraceservice:1.3 .0"
1212 ],
1313 "client" : [],
1414 "server" : []
You can’t perform that action at this time.
0 commit comments