muebau / mapcrafter

Docker container to run Mapcrafter https://mapcrafter.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mapcrafter

Docker container to run Mapcrafter https://mapcrafter.org

Usage

Minecraft 1.13 (and above)

docker run -d -v /path/to/output:/output -v /path/to/config:/config -v /path/to/world:/world:ro --name mapcrafter muebau/mapcrafter:1.13

Minecraft 1.12 (and below)

docker run -d -v /path/to/output:/output -v /path/to/config:/config -v /path/to/world:/world:ro --name mapcrafter muebau/mapcrafter:1.12

Volumes

There a three volumes:

/world

The Minecraft "world" folder is expected here.

/config

If a special config is needed it can be delivered here. If there is no render.conf present a simple one is generated at first start.

/output

The generated output is put here.

About

Docker container to run Mapcrafter https://mapcrafter.org

License:GNU General Public License v3.0


Languages

Language:Dockerfile 79.8%Language:Shell 20.2%