File tree Expand file tree Collapse file tree 5 files changed +8
-57
lines changed
src/main/java/org/embeddedt/modernfix/neoforge/mixin/perf/kubejs Expand file tree Collapse file tree 5 files changed +8
-57
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,12 @@ repositories {
8484 exclusiveContent {
8585 forRepository {
8686 maven {
87- url = ' https://maven.saps .dev/minecraft '
87+ url = ' https://maven.latvian .dev/releases '
8888 }
8989 }
9090 filter {
9191 includeGroup " dev.latvian.mods"
92+ includeGroup " dev.latvian.apps"
9293 }
9394 }
9495 exclusiveContent {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 modImplementation " net.fabricmc:fabric-loader:${ rootProject.fabric_loader_version} "
1313 implementation(annotationProcessor(" io.github.llamalad7:mixinextras-common:${ rootProject.mixinextras_version} " ))
1414
15- modCompileOnly(" dev.latvian.mods:kubejs:${ kubejs_version} " ) {
15+ modCompileOnly(" dev.latvian.mods:kubejs-neoforge :${ kubejs_version} " ) {
1616 transitive = false
1717 }
1818 modApi(" dev.latvian.mods:rhino:${ rhino_version} " ) {
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ jei_version=19.0.0.9
1515rei_version =13.0.678
1616ctm_version =1.21-1.2.0+2
1717ldlib_version =5782845
18- kubejs_version =1902.6.0 -build.142
19- rhino_version =1902 .2.2 -build.268
18+ kubejs_version =2101.7.1 -build.181
19+ rhino_version =2101 .2.7 -build.74
2020supported_minecraft_versions =1.21.1
2121
2222fabric_loader_version =0.16.10
Original file line number Diff line number Diff line change @@ -52,7 +52,9 @@ dependencies {
5252
5353 modCompileOnly(" curse.maven:jeresources-240630:3951643" )
5454 modCompileOnly(" me.shedaniel:RoughlyEnoughItems-forge:${ rei_version} " ) { transitive false }
55- modCompileOnly(" dev.latvian.mods:kubejs-forge:${ kubejs_version} " )
55+ modCompileOnly(" dev.latvian.mods:kubejs-neoforge:${ kubejs_version} " ) {
56+ transitive = false
57+ }
5658 // modRuntimeOnly("curse.maven:ferritecore-429235:4441949")
5759 modCompileOnly(" team.chisel.ctm:CTM:${ ctm_version} " )
5860 modCompileOnly(" curse.maven:ldlib-626676:${ ldlib_version} " )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments