diff options
| author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-11-16 21:59:17 +0200 |
|---|---|---|
| committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-11-16 21:59:17 +0200 |
| commit | 3f4e6c15db57bfb4fd3f304a80d0a34331c79df3 (patch) | |
| tree | dc8709ec1f7311abcf072a62d3e1c5b045f3bb68 /gradle.properties | |
| parent | 30c5163bddb8c2781d367956c2f7018f78281cd8 (diff) | |
| download | LibGui-3f4e6c15db57bfb4fd3f304a80d0a34331c79df3.tar.gz LibGui-3f4e6c15db57bfb4fd3f304a80d0a34331c79df3.tar.bz2 LibGui-3f4e6c15db57bfb4fd3f304a80d0a34331c79df3.zip | |
Update to Minecraft 1.18-pre2 and Java 17
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 0f14d52..77b9857 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,17 +3,17 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.18-pre1 - yarn_mappings=1.18-pre1+build.7 + minecraft_version=1.18-pre2 + yarn_mappings=1.18-pre2+build.1 loader_version=0.12.5 # Mod Properties - mod_version = 4.3.0 + mod_version = 5.0.0-beta.1 maven_group = io.github.cottonmc archives_base_name = LibGui # Dependencies - fabric_version=0.42.2+1.18 + fabric_version=0.42.4+1.18 jankson_version=4.0.0+j1.2.0 modmenu_version=3.0.0 libninepatch_version=1.1.0 |
