-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
48 lines (40 loc) · 1.38 KB
/
build.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
45
46
47
48
def github_owner="Stormwind99"
def changelogJSON="update.json"
/// Mod naming
mod_name="WebSlinger"
mod_name_spaceless="${new String(mod_name).replaceAll('\\s','')}"
mod_id="${new String(mod_name_spaceless).toLowerCase()}"
/// Versions
mc_mappings="snapshot_20180807"
forge_version="14.23.4.2747"
mc_version="1.12.2"
version="2.2.4"
/// For @Mod, etc.
dependencies="required-after:wumpleutil@[2.11,)"
group="com.wumple.${mod_id}"
url="https://github.com/${github_owner}/${mod_name_spaceless}"
changelog="${changelogJSON}"
updatejson="https://raw.githubusercontent.com/${github_owner}/${mod_name_spaceless}/master/${changelogJSON}"
/// For mcmod.info
mod_description="Spiders shoot webbing at you - slinging webs from a distance, or when they hit you in melee!"
mod_logo="logo.png"
mod_credits="Stormwind99, josephcsible"
mod_dependencies="\"mod_MinecraftForge\", \"wumpleutil\""
mod_authors="\"${github_owner}\""
/// Curseforge
// for release uploading
curseforge_id="296843"
curseforge_releasetype="release"
/// Github
// for release uploading
github_userz="${github_owner}"
github_repo="${mod_name_spaceless}"
// Bintray
// for artifact uploading
bintray_user="stormwind"
bintray_repo="MinecraftModding"
bintray_package="${mod_name_spaceless}"
license="LGPL-3.0"
/// Possibly deprecated
// dir_repo="./"
// dir_output=../Build Output/${mod_name_spaceless}/