-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrebrand.properties
More file actions
54 lines (39 loc) · 1.17 KB
/
rebrand.properties
File metadata and controls
54 lines (39 loc) · 1.17 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# The properties defined in this file are used by the 'rebrandTemplate' Gradle
# task to alter the branding of the project by editing packages, directories,
# files and file contents. The task is designed to be run one time after
# generating a repo from the template.
# It is highly recommended to have VCS enabled and all changes commited before
# running the 'rebrandTemplate' task.
# Key = existing string
# Value = new string
# Modrinth ID
raDGbHBr=raDGbHBr
# CurseForge ID (must be an integer)
833352=833352
# CurseForge Slug
tmc-framework=tmc-framework
# Mod Group
dev.terminalmc=dev.terminalmc
# GitHub Repo
TerminalMC/Framework=TerminalMC/Framework
# Owner Name
TerminalMC=TerminalMC
# Author Name
NotRyken=NotRyken
# Mod Name
Framework=Framework
# Mod ID
# Note: Neo/Forge allows '_' but not '-'
framework=framework
# Discord Invite
//discord.terminalmc.dev=//discord.terminalmc.dev
# Contact Link
//terminalmc.dev=//terminalmc.dev
# Discord ID
1103153365216669797=1103153365216669797
# Template project files to delete upon completion of the 'rebrandTemplate' task.
cleanup_template_files=\
licenses,\
rebrand.gradle,\
rebrand.properties,\
template-changelog.md