-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.fish
More file actions
21 lines (17 loc) · 890 Bytes
/
Copy pathconfig.example.fish
File metadata and controls
21 lines (17 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Rename this file to config.fish and edit the values below.
# config.fish is gitignored by default so your personal paths never get committed.
# Display name shown in the script's banner
set PACK_NAME "My Modpack"
# Optional credits shown in the banner (delete any of these lines you don't want)
set AUTHOR_NAME "YourName"
set DISCORD_LINK "https://discord.gg/yourinvite"
set TOOL_VERSION "1.5.0"
# The local path to your cloned GitHub repo (where commits actually happen)
set REPO_PATH ~/path/to/your/repo
# Folders to sync before committing, as "source:destination" pairs.
# source = where you actively edit files (your live instance/dev folder)
# destination = the matching folder inside REPO_PATH
# Add or remove lines as needed for your own pack's folder layout.
set SYNC_FOLDERS \
~/path/to/instance/config:$REPO_PATH/config \
~/path/to/instance/kubejs:$REPO_PATH/kubejs