-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
56 lines (48 loc) · 1.55 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
49
50
51
52
53
54
55
56
def github_owner="Stormwind99"
def changelogJSON="update.json"
/// Mod naming
mod_name="Palimpsest"
mod_name_spaceless="${new String(mod_name).replaceAll('\\s','')}"
mod_id="${new String(mod_name_spaceless).toLowerCase()}"
mod_internalid="${mod_id}"
/// Versions
mc_mappings_channel="snapshot"
mc_mappings_version="20200119-1.14.4"
forge_version="28.2.3"
forge_loader_version="28"
mc_version="1.14.4"
version="1.3.1"
/// For @Mod, etc.
dependencies=""
basegroup="com.wumple"
group="${basegroup}.${mod_internalid}"
group_path="${new String(group).replaceAll(/\./,'/')}"
url="https://github.com/${github_owner}/${mod_name_spaceless}"
issueTrackerURL="${url}/issues"
changelog="${changelogJSON}"
updatejson="https://raw.githubusercontent.com/${github_owner}/${mod_name_spaceless}/${mc_version}/${changelogJSON}"
/// For mcmod.info
mod_description="Erase Maps and Books for reuse by rubbing with Redstone Dust."
mod_logo="logo.png"
mod_credits="Stormwind99"
//mod_dependencies="\"mod_MinecraftForge\""
mod_dependencies=""
mod_authors="\"${github_owner}\""
mod_author="${github_owner}"
/// Curseforge
// for release uploading
curseforge_id="257612"
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}/