-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgradle.properties
42 lines (35 loc) · 1.03 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
# Project
group=com.github.glitchfiend
release_channel=beta
# Common
minecraft_version=1.21.4
# Forge
forge_version=54.0.6
forge_version_range=[54.0.6,)
forge_loader_version_range=[54,)
# NeoForge
neoforge_version=21.4.9-beta
neoforge_version_range=[21.4,)
neoforge_loader_version_range=[1,)
# Fabric
fabric_version=0.111.0+1.21.4
fabric_loader_version=0.16.9
# Mod options
mod_id=glitchcore
mod_name=GlitchCore
mod_display_name=GlitchCore
mod_authors=Adubbz
mod_description=A library mod aimed at abstracting mod loaders and providing various utilities for our mods.
mod_license=All Rights Reserved
mod_page_url=https://www.curseforge.com/minecraft/mc-mods/glitchcore
mod_issues_url=https://github.com/Glitchfiend/GlitchCore/issues
mod_git_url=https://github.com/Glitchfiend/GlitchCore
mod_scm_url=scm:git:[email protected]:Glitchfiend/GlitchCore.git
mod_discord_url=https://discord.gg/GyyzU6T
mod_curseforge_id=955399
mod_modrinth_id=glitchcore
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
# Dependencies
nightconfig_version=3.6.7