forked from MeteorDevelopment/meteor-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
35 lines (25 loc) · 867 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
org.gradle.jvmargs=-Xmx2G
# Fabric (https://fabricmc.net/versions.html)
minecraft_version=1.19
yarn_mappings=1.19+build.4
loader_version=0.14.7
api_version=0.56.1+1.19
# Mod Properties
mod_version=0.5.0
maven_group=meteordevelopment
archives_base_name=meteor-client
# Dependency Versions
# Sodium (https://github.com/CaffeineMC/sodium-fabric)
sodium_version=0.4.1
# Baritone (https://github.com/MeteorDevelopment/baritone)
baritone_version=1.19-SNAPSHOT
# Orbit (https://github.com/MeteorDevelopment/orbit)
orbit_version=0.2.3
# Starscript (https://github.com/MeteorDevelopment/starscript)
starscript_version=0.1.5
# DiscordRPC (https://github.com/MeteorDevelopment/java-discord-rpc)
discordipc_version=1.1
# Reflections (https://github.com/ronmamo/reflections)
reflections_version=0.10.2
# Netty (https://github.com/netty/netty)
netty_version=4.1.77.Final