forked from MeteorDevelopment/meteor-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
50 lines (35 loc) · 1.28 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
org.gradle.jvmargs=-Xmx2G
# Fabric (https://fabricmc.net/develop)
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.15.11
fapi_version=0.102.1+1.21.1
# Mod Properties
mod_version=0.5.8
maven_group=meteordevelopment
archives_base_name=meteor-client
# Dependency Versions
# Baritone (https://github.com/MeteorDevelopment/baritone)
baritone_version=1.21
# Sodium (https://github.com/CaffeineMC/sodium-fabric)
sodium_version=mc1.21-0.6.0-beta.1-fabric
# Lithium (https://github.com/CaffeineMC/lithium-fabric)
lithium_version=mc1.21.1-0.13.0
# Iris (https://github.com/IrisShaders/Iris)
iris_version=1.7.3+1.21
# Indium (https://github.com/comp500/Indium)
indium_version=1.0.35+mc1.21
# Orbit (https://github.com/MeteorDevelopment/orbit)
orbit_version=0.2.4
# Starscript (https://github.com/MeteorDevelopment/starscript)
starscript_version=0.2.2
# 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.90.Final
# ViaFabricPlus (https://github.com/ViaVersion/ViaFabricPlus)
viafabricplus_version=3.4.4
# WaybackAuthLib (https://github.com/FlorianMichael/WaybackAuthLib)
waybackauthlib_version=1.0.1