Skip to content

Commit adf0804

Browse files
committed
Update fabric versions
why not
1 parent 90b2d78 commit adf0804

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '1.0-SNAPSHOT'
2+
id 'fabric-loom' version '1.1-SNAPSHOT'
33
id 'maven-publish'
44
}
55

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G
33
# Fabric Properties
44
# check these on https://fabricmc.net/develop/
55
minecraft_version=1.19.4
6-
yarn_mappings=1.19.4+build.1
7-
loader_version=0.14.17
6+
yarn_mappings=1.19.4+build.2
7+
loader_version=0.14.19
88
# Mod Properties
99
mod_version=1.1
1010
maven_group=dev.dfonline
1111
archives_base_name=CodeClient
1212
# Dependencies
1313
# check this on https://modmuss50.me/fabric.html
14-
fabric_version=0.76.0+1.19.4
14+
fabric_version=0.79.0+1.19.4
1515
modmenu_version=6.1.0-rc.4
1616
yacl_version=2.4.0

0 commit comments

Comments
 (0)