pipx install git+https://github.com/bedrock-ws/mapart.gitmapart shareshare is a path to a directory containing images. Within Minecraft the player
can use #foo/bar/image.png which would "print" the image located at
share/foo/bar/image.png into the Minecraft world.
You can override the address and port with their appropiate flags --address
and --port (e.g. mapart --address localhost --port 8000 share).
The --palette flag can be used to set the block palette. For example certain
blocks represent a different color on a map. closest is optimal for pixel
arts and map (default) is optimal for map arts.
- Create a directory
shareand put images in there. - Launch the app with
mapart share. - Launch Minecraft.
- Connect to the websocket with
/connect XXX.XXX.XX.XXX:6464(insert the IP address of the server). - Go to an area in your Minecraft world that is far away from your beloved creations.
- Create a map.
- Goto the top left position visible on the map.
- Generate the map art with
#path/to/image.png

