pipx install git+https://github.com/bedrock-ws/voxelart.git
voxelart share
share
is a path to a directory containing 3D models. Within Minecraft the
player can write %foo/bar/model
in the chat which would "print" the model
located at share/foo/bar/model.xyzrgb
into the Minecraft world.
You can override the address and port with their appropiate flags --address
and --port
(e.g. voxelart --address localhost --port 8000 share
).
- Voxelize your 3D model with https://github.com/Eisenwave/obj2voxel (e.g.
obj2voxel model.obj model.xyzrgb -r 90
). - Put the
.xyzrgb
files in a directory namedshare
. - 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.
- Generate the 3D model by typing
%share/model
Tip
Ensure the entire area is loaded properly.
%foo
- Place the model namedfoo
&swapxz yes
- Swap X and Y coordinates when placing model&swapxz no
- Don't swap X and Y coordinates when placing model