printbot

It prints jpeg pictures and obj files in minecraft world using RCON protocol.

Usage

Create .env file

# .env file

RCON_HOST=
RCON_PORT=
RCON_PASSWORD=

Run script

go run . -file=<path to image or obj file> -x=<x> -y=<y> -z=<z> [-remove] [-host=] [-port=] [-password=]

etc

Mesh should have a lot of vertices to be proper filled by blocks. Olso it should be above ground (y > 0).

Only jpg and obj files.