-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathgradle.properties
42 lines (36 loc) · 1.15 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
# Important Notes:
# Every field you add must be added to the root build.gradle expandProps map.
# Project
version=9.2.2+1.21.1
group=top.theillusivec4.curios
java_version=21
# Common
minecraft_version=1.21.1
mod_name=Curios API
mod_author=C4
mod_id=curios
license=LGPL-3.0-or-later
issues_url=https://github.com/TheIllusiveC4/Curios/issues
sources_url=https://github.com/TheIllusiveC4/Curios
description=A flexible and expandable accessory/equipment API for users and developers.
minecraft_version_range=[1.21, 1.22)
minecraft_version_range_alt=~1.21
# NeoForge
neoforge_version=21.1.60
neoforge_version_range=[21.1.60,)
# Compatibility
jei_version=19.3.1.24
emi_version=1.1.19+1.21.1
rei_version=16.0.788
# Publishing
cf_id=309927
cf_page=https://www.curseforge.com/minecraft/mc-mods/curios
modrinth_id=vvuO3ImH
modrinth_page=https://modrinth.com/mod/curios
release_type=release
release_versions=1.21.1,1.21
changelog_link=https://github.com/TheIllusiveC4/Curios/blob/1.21.1/CHANGELOG.md
discord_thumbnail=https://media.forgecdn.net/avatars/195/772/636881112930494939.png
# Gradle
org.gradle.jvmargs=-Xmx3G -Dmixin.debug.countInjections=true
org.gradle.daemon=false