-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
37 lines (32 loc) · 1.03 KB
/
gradle.properties
File metadata and controls
37 lines (32 loc) · 1.03 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
35
36
37
# Important Notes:
# Every field you add must be added to buildSrc/src/main/groovy/multiloader-common.gradle expandProps map.
# Project
version=1.5.2
group=com.movtery.quick_chat
java_version=21
# Common
minecraft_version=1.21.5
mod_name=Quick Chat
mod_author=MovTery
mod_id=quick_chat
license=MIT
credits=
description=A Minecraft Mod: Send messages quickly by pressing keys.
minecraft_version_range=[1.21.5, 1.22)
## This is the version of minecraft that the 'common' project uses, you can find a list of all versions here
## https://projects.neoforged.net/neoforged/neoform
neo_form_version=1.21.5-20250325.162830
# The version of ParchmentMC that is used, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
parchment_minecraft=1.21.4
parchment_version=2025.03.23
# Fabric
fabric_version=0.119.5+1.21.5
fabric_loader_version=0.16.10
modmenu=14.0.0-rc.2
placeholder=2.6.4+1.21.5
# NeoForge
neoforge_version=21.5.4-beta
neoforge_loader_version_range=[4,)
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false