-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathgradle.properties
More file actions
25 lines (20 loc) · 826 Bytes
/
gradle.properties
File metadata and controls
25 lines (20 loc) · 826 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
# IntelliJ IDEA is not yet fully compatible with configuration cache, see: https://github.com/FabricMC/fabric-loom/issues/1349
org.gradle.configuration-cache=false
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.11
minecraft_dependency=>=1.21.11 <21.6
parchment_version=
loader_version=0.18.1
loom_version=1.14-SNAPSHOT
# Mod Properties
mod_version = 5.0.0-Beta.2
maven_group = com.wildfiregender.main
archives_base_name = Female-Gender-Mod
# Dependencies
fabric_version=0.139.4+1.21.11
# Note that mod menu may be several versions out of date; this is fine, as we only care about using this
# for its API, which shouldn't realistically need to be updated often (if ever).
modmenu_version=15.0.0-beta.3