-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgradle.properties
More file actions
47 lines (41 loc) · 1.28 KB
/
Copy pathgradle.properties
File metadata and controls
47 lines (41 loc) · 1.28 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
38
39
40
41
42
43
44
45
46
47
# Important Notes:
# Every field you add must be added to the root build.gradle expandProps map.
# Project
mod_name=Dynamic Trees Plus
mod_author=Ferreusveritas, Max Hyper, Harley O'Connor
mod_id=dynamictreesplus
license=MIT
credits=
description=Vanilla addon for Dynamic Trees
group=com.dtteam.dynamictreesplus
mod_version=1.3.2
fabricVersionAppend=-BETA
neoVersionAppend=
versionType=stable
fabricVersionType=beta
minecraft_version_range=[1.21.1, 1.22)
# Common
minecraft_version=1.21.1
## 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.1-20240808.144430
# The version of ParchmentMC that is used, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
parchment_minecraft=1.21
parchment_version=2024.11.10
java_version=21
forge_config_api_port_version=21.1.6
common_dynamic_trees_version=1.7.1
# Fabric
fabric_version=0.109.0+1.21.1
fabric_loader_version=0.16.9
fabric_dynamic_trees_version=1.7.1-BETA2.001
# Forge
forge_version=52.0.28
forge_loader_version_range=[52,)
# NeoForge
neoforge_version=21.1.80
neoforge_loader_version_range=[4,)
neoforge_dynamic_trees_version=1.7.1
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false