We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b2d78 commit adf0804Copy full SHA for adf0804
2 files changed
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'fabric-loom' version '1.0-SNAPSHOT'
+ id 'fabric-loom' version '1.1-SNAPSHOT'
3
id 'maven-publish'
4
}
5
gradle.properties
@@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/develop/
minecraft_version=1.19.4
6
-yarn_mappings=1.19.4+build.1
7
-loader_version=0.14.17
+yarn_mappings=1.19.4+build.2
+loader_version=0.14.19
8
# Mod Properties
9
mod_version=1.1
10
maven_group=dev.dfonline
11
archives_base_name=CodeClient
12
# Dependencies
13
# check this on https://modmuss50.me/fabric.html
14
-fabric_version=0.76.0+1.19.4
+fabric_version=0.79.0+1.19.4
15
modmenu_version=6.1.0-rc.4
16
yacl_version=2.4.0
0 commit comments