-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Turn any image, including animated GIFs, into Minecraft map art that works on any vanilla server.
Loominary is a client-side Fabric mod paired with a browser-based editor. You design and encode your art in the web editor (nothing to install), then the mod renders it in-game as custom map art. There is no server plugin or resource pack involved, and you don't need any permissions. The data travels inside vanilla game mechanics: colored carpet blocks and named banners.

The web editor quantizes your image to Minecraft's map palette, compresses it, and packs the bytes into things a vanilla server stores natively: the colors of a carpet platform (read back through the map itself) and the names of a few banners (registered on the map as markers). Anyone running Loominary who comes within range of your framed map sees the full image (photographs, pixel art, even animations) painted client-side. Everyone else just sees an ordinary map.

- Any image in, map art out. PNG, JPEG, WebP, GIF, BMP; perceptual OKLab color matching and adaptive dithering get a lot out of the limited palette.
- Animated map art: GIFs become AV1-encoded animations that play back on the map, frame-synced across multi-tile walls.
- Full color (sRGB): skip the map palette entirely and keep true 24-bit color, carried as a lossy AV1 stream over the same channels.
- Giant murals. Split one image across an N×M wall of maps, with seamless dithering and automatic byte-budget balancing between tiles (mux).
-
Fully autonomous building:
/loominary walk printwalks your player along the platform and places every carpet for you. - Encrypted art. Lock your art with passwords (AES-256-GCM); other players need both the mod and the password.
- Archiving: capture any existing framed map art into your own collection.
- Sharing. Hand your exported files to anyone; their mod renders your art identically.
- Installation: the mod, Fabric, and the optional printing setup (5 minutes)
- Quick Start: your first map art, from image file to framed map (10 minutes)
- The web editor: the full three-step editor tour
Questions? Check the Troubleshooting & FAQ page or open an issue.
Fun fact: Loominary started life as "Banner Mod", and the original version squeezed entire images into nothing but banner names. That mode still exists and requires no building at all, but the carpet channel carries ~3× the data, so it's now the default.
Web editor · Releases · Report an issue — This wiki is generated from docs/wiki/; edit there, not here.
Getting started
The web editor
In the game
Features
Reference
Advanced