-
Notifications
You must be signed in to change notification settings - Fork 77
/
gradle.properties
43 lines (36 loc) · 1.06 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
# 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=sereneseasons
mod_name=SereneSeasons
mod_display_name=Serene Seasons
mod_authors=Adubbz, Forstride
mod_description=Adds seasons with changing colors, temperature shifting, and more!
mod_license=All Rights Reserved
mod_page_url=https://www.curseforge.com/minecraft/mc-mods/serene-seasons
mod_issues_url=https://github.com/Glitchfiend/SereneSeasons/issues
mod_git_url=https://github.com/Glitchfiend/SereneSeasons
mod_scm_url=scm:git:git@github.com:Glitchfiend/SereneSeasons.git
mod_discord_url=https://discord.gg/GyyzU6T
mod_curseforge_id=291874
mod_modrinth_id=serene-seasons
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
# Dependencies
nightconfig_version=3.6.7
glitchcore_version=2.3.0.1