mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-25 05:05:24 +00:00
docs: mkdocs cleanup and caught up with latest README changes (#2155)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# Packwiz Modpacks
|
||||
|
||||
[packwiz](https://packwiz.infra.link/) is a CLI tool for maintaining and providing modpack definitions, with support for both CurseForge and Modrinth as sources. See the [packwiz tutorial](https://packwiz.infra.link/tutorials/getting-started/) for more information.
|
||||
|
||||
To configure server mods using a packwiz modpack, set the `PACKWIZ_URL` environment variable to the location of your `pack.toml` modpack definition:
|
||||
@@ -8,7 +10,7 @@ docker run -d -v /path/on/host:/data -e TYPE=FABRIC \
|
||||
itzg/minecraft-server
|
||||
```
|
||||
|
||||
packwiz modpack defitions are processed before other mod definitions (`MODPACK`, `MODS`, etc.) to allow for additional processing/overrides you may want to perform (in case of mods not available via Modrinth/CurseForge, or you do not maintain the pack).
|
||||
packwiz modpack definitions are processed before other mod definitions (`MODPACK`, `MODS`, etc.) to allow for additional processing/overrides you may want to perform (in case of mods not available via Modrinth/CurseForge, or you do not maintain the pack).
|
||||
|
||||
!!! note
|
||||
|
||||
|
||||
Reference in New Issue
Block a user