-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathgradle.properties
61 lines (51 loc) · 1.73 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
54
55
56
57
58
59
60
61
# Project
version=9.0.2+1.21.1
group=com.illusivesoulworks.elytraslot
java_version=21
# Common
minecraft_version=1.21.1
mod_name=Elytra Slot
mod_author=Illusive Soulworks
mod_id=elytraslot
license=LGPL-3.0-or-later
issues_url=https://github.com/illusivesoulworks/elytraslot/issues
sources_url=https://github.com/illusivesoulworks/elytraslot
description=Adds an accessory slot for the elytra, so you can fly and wear chest armor at the same time.
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.1-20240808.144430
# The version of ParchmentMC that is used, see https://parchmentmc.org/docs/getting-started#choose-a-version for new versions
parchment_mc=1.21
parchment_version=2024.07.28
# Forge
forge_version=52.0.1
forge_version_range=[51,)
# Forge Dependencies
curios_version=9.0.6+1.21
curios_version_range=[7.0.0,)
caelus_version=7.0.1+1.21.1
caelus_version_range=[5.0.0,)
mccapes_cf_file_id=5344164
# Fabric
fabric_version=0.104.0+1.21.1
fabric_loader_version=0.16.5
# Fabric Dependencies
trinkets_version=3.10.0
mod_menu_version=11.0.1
# NeoForge
neoforge_version=21.1.1
neoforge_version_range=[21,)
# CurseForge Options
cf_id=317716
cf_page=https://www.curseforge.com/minecraft/mc-mods/elytra-slot
modrinth_id=mSQF1NpT
modrinth_page=https://modrinth.com/mod/elytra-slot
release_type=release
release_versions=1.21.1,1.21
changelog_link=https://github.com/illusivesoulworks/elytraslot/blob/1.21.x/CHANGELOG.md
discord_thumbnail=https://media.forgecdn.net/avatars/209/40/636979175379460863.png
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false