-
Notifications
You must be signed in to change notification settings - Fork 117
/
gradle.properties
44 lines (37 loc) · 1.09 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
# Project
group=com.github.glitchfiend
release_channel=beta
# Common
minecraft_version=1.21.1
# Forge
forge_version=52.0.8
forge_version_range=[52.0.8,)
forge_loader_version_range=[52,)
# NeoForge
neoforge_version=21.1.23
neoforge_version_range=[21.1,)
neoforge_loader_version_range=[1,)
# Fabric
fabric_version=0.102.1+1.21.1
fabric_loader_version=0.16.2
# Mod options
mod_id=toughasnails
mod_name=ToughAsNails
mod_display_name=Tough As Nails
mod_authors=Adubbz, Forstride
mod_description=Adds features to enhance survival mode and increase the game's difficulty.
mod_license=All Rights Reserved
mod_page_url=https://www.curseforge.com/minecraft/mc-mods/tough-as-nails
mod_issues_url=https://github.com/Glitchfiend/ToughAsNails/issues
mod_git_url=https://github.com/Glitchfiend/ToughAsNails
mod_scm_url=scm:git:[email protected]:Glitchfiend/ToughAsNails.git
mod_discord_url=https://discord.gg/GyyzU6T
mod_curseforge_id=246391
mod_modrinth_id=tough-as-nails
# Gradle
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
# Dependencies
nightconfig_version=3.6.7
glitchcore_version=2.1.0.0
serene_seasons_version=10.1.0.0