-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
40 lines (33 loc) · 1.29 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
# Main
mod_id=bossutils
mod_name=Boss Utilities
mod_version=1.0.0-beta.6.7
update_name=Release
logo_url=https://media.discordapp.net/attachments/831068668422127637/892851766201307147/Boss_Utilities.png
# Gradle Stuff
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
# Minecraft
mc_version=1.18.2
mc_version_range=[1.18,1.19)
# Forge
loader_version=[40,)
forge_version=40.0.44
forge_version_range=[40,)
# Mappings
mappings_channel=official
mappings_version=1.18.2
# Build Gradle
mod_base_package=com.skizzium.projectlib
# CurseForge
cf_id=532586
cf_page=https://www.curseforge.com/minecraft/mc-mods/bossutils
# Mods TOML
toml_name=Boss Utilities [Project Lib]
mod_license=GPLv3
mod_issues=https://github.com/Skizzium/Project-Lib/issues
mod_url=https://skizzium.com/
mod_logo=logo.png
mod_credits=Credits to diesieben07 (custom boss bar), PlatinPython for helping out A TON and all the helpful people in the Forge community for putting up with my stupidity and helping me out.
mod_authors=\\n-Skizzium [Ownership], \\n-uSkizzik [Coding]
mod_description=As the name implies, this is a library providing a lot of boss utilities so developers can do less coding. It allows for boss battle music (synchronized in the future), more customizable boss bars, minions, staging system and boss spawning (Similarly to the wither).