-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
25 lines (22 loc) · 845 Bytes
/
gradle.properties
File metadata and controls
25 lines (22 loc) · 845 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
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.21.11
minecraft_version_dependency=>=1.21.6 <=1.21.11
minecraft_version_list=1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11
minecraft_version_list_presentable==1.21.6 - 1.21.11
loader_version=0.18.1
loom_version=1.14-SNAPSHOT
# Mod Properties
mod_version=1.0.1
maven_group=icu.eseabs0
archives_base_name=clientstructurefinder
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.139.4+1.21.11
# Dependencies from modrinth, use the white large name as version
# https://modrinth.com/mod/modmenu/versions?g=1.21.6&l=fabric
# https://modrinth.com/mod/nbt-autocomplete/versions?g=1.21.6&l=fabric
modmenu_version=15.0.0
clientcommands_version=2.11.4