-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Developing a Modpack and Exporting a Modpack
- Loading branch information
1 parent
d546aff
commit 887df06
Showing
5 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Developing a Modpack | ||
|
||
To be able to properly run and start working on your modpack, you need to have | ||
[project files](Pakku-Terminology.md#project-file) fetched to your modpack folder. | ||
|
||
To do that, run the [`pakku fetch`](pakku-fetch.md) command: | ||
|
||
<include from="pakku-fetch.md" element-id="snippet-cmd"></include> | ||
|
||
This will: download [project files](Pakku-Terminology.md#project-file), | ||
remove old [project files](Pakku-Terminology.md#project-file) and | ||
copy [project overrides](Pakku-Terminology.md#project-override) | ||
from the [Pakku directory](Pakku-Directory.md) to your modpack folder. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Exporting a Modpack | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,6 @@ Remove projects. | |
|
||
`-h`, `--help` | ||
: Show help message and exit | ||
{id="option-help"} | ||
|
||
</snippet> |