We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d928344 commit d0bb662Copy full SHA for d0bb662
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'fabric-loom' version '0.4-SNAPSHOT'
+ id 'fabric-loom' version '0.5-SNAPSHOT'
3
id 'maven-publish'
4
}
5
gradle.properties
@@ -1,13 +1,13 @@
#Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
-mod_version = 1.1.0
+mod_version = 1.1.1
6
## Game / Fabric deps
7
-minecraft_version = 1.16.1
8
-yarn_version=1.16.1+build.4
9
-loader_version=0.8.8+build.202
10
-api_version=0.13.1+build.370-1.16
+minecraft_version = 1.16.4
+yarn_version=1.16.4+build.6
+loader_version=0.10.6+build.214
+api_version=0.25.1+build.416-1.16
11
12
## Dev Deps
13
-modmenu_version=1.12+
+modmenu_version=1.14+
0 commit comments