Skip to content

Commit d0bb662

Browse files
committed
1.16.2+ update
1 parent d928344 commit d0bb662

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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 '0.4-SNAPSHOT'
2+
id 'fabric-loom' version '0.5-SNAPSHOT'
33
id 'maven-publish'
44
}
55

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#Done to increase the memory available to gradle.
22
org.gradle.jvmargs=-Xmx1G
33

4-
mod_version = 1.1.0
4+
mod_version = 1.1.1
55

66
## 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
7+
minecraft_version = 1.16.4
8+
yarn_version=1.16.4+build.6
9+
loader_version=0.10.6+build.214
10+
api_version=0.25.1+build.416-1.16
1111

1212
## Dev Deps
13-
modmenu_version=1.12+
13+
modmenu_version=1.14+

0 commit comments

Comments
 (0)