forked from TheIllusiveC4/Curios
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
44 lines (37 loc) · 1.14 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
# Important Notes:
# Every field you add must be added to the root build.gradle expandProps map.
# Project
version=8.0.0-beta.6+1.20.6
group=top.theillusivec4.curios
java_version=21
# Common
minecraft_version=1.20.6
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.20.5, 1.21)
minecraft_version_range_alt=~1.20.5
# Forge
forge_version=50.0.4
forge_version_range=[50,)
# NeoForge
neoforge_version=20.6.113-beta
neoforge_version_range=[20.6.113-beta,)
# Compatibility
jei_version=17.3.0.49
# 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=beta
release_versions=1.20.6
changelog_link=https://github.com/TheIllusiveC4/Curios/blob/1.20.6/CHANGELOG.md
discord_thumbnail=https://media.forgecdn.net/avatars/195/772/636881112930494939.png
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false