-
-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathgradle.properties
More file actions
39 lines (33 loc) · 1.09 KB
/
gradle.properties
File metadata and controls
39 lines (33 loc) · 1.09 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
# Important Notes:
# Every field you add must be added to the root build.gradle expandProps map.
# Project
version=15.0.0-beta.2+26.1.2
group=top.theillusivec4.curios
# Common
minecraft_version=26.1.2
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
mod_description=A flexible and expandable accessory/equipment API for users and developers.
minecraft_version_range=[26.1,)
# NeoForge
neoforge_version=26.1.2.8-beta
neoforge_version_range=[26.1.0.0,)
# Compatibility
jei_version=27.4.0.15
rei_version=21.11.814
# 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=26.1,26.1.1,26.1.2
changelog_link=https://github.com/TheIllusiveC4/Curios/blob/26.x/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