-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgradle.properties
More file actions
38 lines (35 loc) · 2.13 KB
/
gradle.properties
File metadata and controls
38 lines (35 loc) · 2.13 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
# Gradle
org.gradle.daemon = true
org.gradle.jvmargs = -Xmx3G
org.gradle.parallel = true
org.gradle.caching = true
# Common
java_version = 25
hytale_version = 2026.03.26-89796e57b
release_type = RELEASE
maven_url = https://maven.azuredoom.com/mods
hmod_maven_url = https://maven.hytalemodding.dev/releases
# Publishing
modtale_uuid = 5e9bbea3-0d7f-4365-93df-5e7acfadf0e7
# Mod options
group = com.azuredoom.levelingcore
manifest_group = com.azuredoom
mod_name = LevelingCore
main_class = com.azuredoom.levelingcore.LevelingCore
mod_author = AzureDoom
mod_id = levelingcore
mod_license = MIT
mod_description = A modern, flexible leveling system for Hytale
mod_credits = AzureDoom
mod_logo = icon.png
mod_url = https://modtale.net/mod/levelingcore
mod_issues = https://github.com/AzureDoom/LevelingCore/issues
mod_sources = https://github.com/AzureDoom/LevelingCore
version = 1.0.4
includes_pack = true
disabled_by_default = false
patchline = release
load_user_mods = false
manifest_dependencies = Hytale:EntityModule=*,Hytale:InteractionModule=*,Hytale:DamageModule=*,Hytale:AssetModule=*
manifest_opt_dependencies = Buuz135:MultipleHUD=*,com.carsonk:Party Plugin=*,tsumori:partypro=*,Ellie:HyUI=*,AutoMultiHud:AutoMultiHud=*,HelpChat:PlaceholderAPI=>= 1.0.4,PlaceholderLib:PlaceholderLib=*,org.herolias:DynamicTooltipsLib=*,IwakuraEnterprises:Voile=*,Cedeli:EliteMobs=*,Frotty27:RPGMobs=*
curseforgeID = 1414678