diff options
author | HacktheTime <l4bg0jb7@duck.com> | 2023-10-25 20:30:56 +0200 |
---|---|---|
committer | HacktheTime <l4bg0jb7@duck.com> | 2023-10-25 20:30:56 +0200 |
commit | 229c0892f283275b57ed0d45ad401413543f218c (patch) | |
tree | 6d16a30705b2c3753d6daf0bbea865b957f86131 /gradle.properties | |
parent | 80ffe4a632c9d1cc2c7021b990939916fd0155e0 (diff) | |
download | BBsentials-229c0892f283275b57ed0d45ad401413543f218c.tar.gz BBsentials-229c0892f283275b57ed0d45ad401413543f218c.tar.bz2 BBsentials-229c0892f283275b57ed0d45ad401413543f218c.zip |
added pages too the numpad config
eased up the closing of the connection to be fully internal.
updatet the fabric version
fixed some bugs
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index 8a784a0..c44a94f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,10 +3,13 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html minecraft_version=1.20.2 -yarn_mappings=1.20.2+build.1 -loader_version=0.14.22 +yarn_mappings=1.20.2+build.4 +loader_version=0.14.24 + #Fabric api -fabric_version=0.89.2+1.20.2 +fabric_version=0.90.4+1.20.2 + + # Mod Properties mod_version=1.0 maven_group=de.hype |