ZeroClawAgent's picture
Upload 3 files
f8a30b1 verified
|
Raw
History Blame Contribute Delete
1.03 kB
---
title: Minecraft Texture Generator MCP
emoji: ⛏️
colorFrom: green
colorTo: gray
sdk: docker
pinned: false
---
# Minecraft Texture Generator MCP
Generates 16×16 pixel Minecraft-style textures using Stable Diffusion. Produces authentic pixel art with color quantization and tileable edges.
## How It Works
1. Generates at 256×256 with pixel art prompting
2. Downscale to 16×16 using nearest-neighbor (crisp pixels)
3. Color quantize to 16 colors (Minecraft-authentic palette)
4. Optional tileable blending for seamless tiling
## Tools
| Tool | Description |
|------|-------------|
| `generate_texture` | Single 16×16 texture from a prompt |
| `generate_texture_set` | Batch generate themed textures |
| `generate_texture_raw` | Full 256×256 source image |
| `list_texture_types` | Browse categories (blocks, ores, wood, etc.) |
## Texture Categories
`blocks`, `ores`, `wood`, `terrain`, `nether`, `end`, `wool`, `metal`
## Connect
```
URL: https://zeroclawagent-minecraft-texture-generator-mcp.hf.space/mcp
```