-
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathgradle.properties
More file actions
33 lines (26 loc) · 800 Bytes
/
Copy pathgradle.properties
File metadata and controls
33 lines (26 loc) · 800 Bytes
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
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true
# Mod Properties
mod_version=2.21.0
maven_group=dev.xpple
archives_base_name=seedmapper
# Minecraft properties
minecraft_version=1.21.11
minecraft_version_dependency=>=1.21.11 <1.22
# Fabric Properties
# check these on https://fabricmc.net/develop
# https://maven.parchmentmc.org/org/parchmentmc/data/
fabric_api_version=0.139.4+1.21.11
parchment_mappings=parchment-1.21.9:2025.10.05@zip
fabric_loader_version=0.18.2
fabric_loom_version=1.15-SNAPSHOT
# Library dependencies
betterconfig_version=2.5.0
clientarguments_version=1.11.6
simplewaypoints_version=1.2.0
# Optional library dependencies
baritone_version=1.21.11-SNAPSHOT
devauth_version=1.2.2
# Test dependencies
junit_version=5.13.4