buildPixelArt
Convert images into pixel art structures in Minecraft using colored blocks. Specify image path, dimensions (up to 256x256 blocks), and coordinates for precise placement. Requires operator permissions.
Instructions
Build pixel art from an image in Minecraft (requires cheats/operator permissions). Converts an image to pixel art using colored blocks. Maximum size is 256x256 blocks.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
facing | No | Direction the pixel art faces: 'north', 'south', 'east', or 'west' (default: 'north') | |
height | Yes | Height of the pixel art in blocks (max 256) | |
imagePath | Yes | Path or URL to the image file to convert to pixel art | |
width | Yes | Width of the pixel art in blocks (max 256) | |
x | Yes | X coordinate for the bottom middle of the pixel art | |
y | Yes | Y coordinate for the bottom of the pixel art | |
z | Yes | Z coordinate for the bottom middle of the pixel art |