forked from MeteorDevelopment/meteor-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
32 lines (23 loc) · 804 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
org.gradle.jvmargs=-Xmx2G
# Fabric (https://fabricmc.net/versions.html)
minecraft_version=1.18.2
yarn_mappings=1.18.2+build.1
loader_version=0.13.2
api_version=0.46.4+1.18
# Mod Properties
mod_version=0.4.9
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.18.2-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