This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ dependencies {
33
33
modImplementation " net.fabricmc:fabric-loader:${ project.loader_version} "
34
34
35
35
modImplementation " net.fabricmc.fabric-api:fabric-api:${ project.fabric_version} "
36
- modImplementation " net.fabricmc:fabric-language-kotlin:1.8.1+kotlin.1.7.0"
36
+ modImplementation ' net.fabricmc:fabric-language-kotlin:1.8.1+kotlin.1.7.0'
37
37
38
- modImplementation ' com.terraformersmc:modmenu:4.0.4 '
39
- modCompileOnly ' me.shedaniel:RoughlyEnoughItems-api-fabric:9.1.517 '
40
- modRuntimeOnly ' me.shedaniel:RoughlyEnoughItems-fabric:9.1.517 '
38
+ modImplementation ' com.terraformersmc:modmenu:4.0.6 '
39
+ modCompileOnly ' me.shedaniel:RoughlyEnoughItems-api-fabric:9.1.520 '
40
+ modRuntimeOnly ' me.shedaniel:RoughlyEnoughItems-fabric:9.1.520 '
41
41
}
42
42
43
43
sourceCompatibility = JavaVersion . VERSION_17
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx2G
2
2
kotlin.code.style =official
3
3
4
- minecraft_version =1.19
5
- yarn_mappings =1.19+build.4
6
- loader_version =0.14.8
4
+ minecraft_version =1.19.2
5
+ yarn_mappings =1.19.2 +build.1
6
+ loader_version =0.14.9
7
7
8
- fabric_version =0.57 .0+1.19
8
+ fabric_version =0.59 .0+1.19.2
You can’t perform that action at this time.
0 commit comments