-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgradle.properties
30 lines (26 loc) · 1022 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true
fabric.loom.multiProjectOptimisation=true
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21.3
yarn_mappings=1.21.3+build.2
loader_version=0.16.7
# Mod Properties
mod_version = 1.1.5
maven_group = lol.sylvie
archives_base_name = sswaystones
## Dependencies
# Fabric API: https://modmuss50.me/fabric.html
fabric_version=0.106.1+1.21.3
# Polymer (Core): https://maven.nucleoid.xyz/eu/pb4/polymer-core/
polymer_version=0.10.1+1.21.3
# Polymer (Virtual Entity): https://maven.nucleoid.xyz/eu/pb4/polymer-virtual-entity/
polymer_virtual_entity_version=0.10.1+1.21.3
# SGUI: https://maven.nucleoid.xyz/eu/pb4/sgui/
sgui_version=1.7.2+1.21.2
# Server-Translations-API: https://maven.nucleoid.xyz/xyz/nucleoid/server-translations-api/
server_translations_version=2.4.0+1.21.2-rc1
# Geyser: https://geysermc.org/wiki/geyser/getting-started-with-the-api/
geyser_version=2.4.2-SNAPSHOT