Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit fdcce13

Browse files
author
xtexChooser
committed
build: bump to 1.19.2
1 parent 63608b7 commit fdcce13

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ dependencies {
3333
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
3434

3535
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'
3737

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'
4141
}
4242

4343
sourceCompatibility = JavaVersion.VERSION_17

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
org.gradle.jvmargs=-Xmx2G
22
kotlin.code.style=official
33

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
77

8-
fabric_version=0.57.0+1.19
8+
fabric_version=0.59.0+1.19.2

0 commit comments

Comments
 (0)