forked from jaredlll08/MultiLoader-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
53 lines (44 loc) · 1.18 KB
/
gradle.properties
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
48
49
50
51
52
53
# Important Notes:
# Every field you add must be added to the root build.gradle expandProps map.
# Project
version=1.0.0
group=com.example.examplemod
java_version=21
# Common
minecraft_version=1.21
mod_name=ExampleMod
mod_author=C4
mod_id=examplemod
license=LGPL-3.0-or-later
issues_url=
sources_url=
description=The description of your mod. \nAccepts multilines.
minecraft_version_range=[1.21, 1.22)
minecraft_version_range_alt=~1.21
## 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-20240613.152323
# The version of ParchmentMC that is used, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
parchment_mc=1.20.6
parchment_version=2024.06.16
# Fabric
fabric_version=0.100.3+1.21
fabric_loader_version=0.15.11
# Forge
forge_version=51.0.8
forge_version_range=[51,)
# NeoForge
neoforge_version=21.0.16-beta
neoforge_version_range=[21,)
# Publishing
cf_id=0
cf_page=
modrinth_id=""
modrinth_page=
release_type=release
release_versions=1.21
changelog_link=
discord_thumbnail=
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false