diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2019-11-17 12:16:47 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2019-11-17 12:16:47 +0200 |
commit | 15bf3f7710c4ce9dd8f9216221baf06cf5858ef6 (patch) | |
tree | 5ea9ae9e2bce3f4be4547db04d0c55a771f5af2d /gradle.properties | |
parent | 6b40020b11fb6568c69699885f2836b552c40dc1 (diff) | |
download | LibGui-15bf3f7710c4ce9dd8f9216221baf06cf5858ef6.tar.gz LibGui-15bf3f7710c4ce9dd8f9216221baf06cf5858ef6.tar.bz2 LibGui-15bf3f7710c4ce9dd8f9216221baf06cf5858ef6.zip |
Update to 19w46b
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index fef99be..d568886 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=19w42a - yarn_mappings=19w42a+build.1 + minecraft_version=19w46b + yarn_mappings=19w46b+build.1 loader_version=0.6.3+build.167 # Mod Properties @@ -13,5 +13,5 @@ org.gradle.jvmargs=-Xmx1G archives_base_name = LibGui # Dependencies - fabric_version=0.4.8+build.255-1.15 + fabric_version=0.4.12+build.261-1.15 jankson_version=2.0.0+j1.2.0 |