-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgradle.properties
More file actions
34 lines (28 loc) · 1.05 KB
/
gradle.properties
File metadata and controls
34 lines (28 loc) · 1.05 KB
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
org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true
# 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
loader_version=0.18.4
loom_version=1.15-SNAPSHOT
# When updating minecraft version is necessary to update:
# fzmm.zailer.me.client.command.argument_type.VersionArgumentType#initVersions
# Mod Properties
mod_version=0.2.20
maven_group=zailer.me
archives_base_name=fzmm
# Dependencies
# https://fabricmc.net/develop/
fabric_api_version=0.141.2+1.21.11
# https://maven.wispforest.io/#/releases/io/wispforest/owo-lib
owo_version=0.13.0+1.21.11
# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu
modmenu_version=17.0.0-beta.2
# https://modrinth.com/mod/placeholder-api
placeholder_api_version=2.8.2+1.21.10
# Optional dependencies
# https://modrinth.com/mod/symbol-chat/versions
symbol_chat_version=1.3.13
symbol_chat_reconfigure_version=0.3.0