Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
Sivage is a server-side Fabric mod for modern Minecraft which gives players the ability to use Custom Image's from the internet within the in-game world.
Compared to mods like Image2Map or Map4Image from which Sivage takes heavy inspiration, this tries to provide a more survival friendly approach by providing craftable items and GUIs, rather than commands.
Features of Sivage
Here are several aspects of Sivage, also serving as a small starting guide:
![]() |
![]() |
![]() |
|---|---|---|
| Crafting Recipe! | GUI for Easy Usage! | Great Looking Images! |
Supported Formats
One common issue with images from the internet is ensuring which format they use. Sivage comes with great support for the most used formats: It supports PNG, JPEG, WEBP, GIF, BMP, …
These should cover most, if not almost all, of the image formats that you may encounter on the Internet!
Configuration
This mod comes with a TOML file on the server at config/sivage/server.toml, allowing to adjust server owners which sources are allowed:
# List of specifically allowed domains or wildcards. Overrules the blacklist.
whitelist = []
# List of specifically disallowed domains or wildcards. Overruled by the whitelist.
blacklist = ["localhost"]
Note: Both the white- and blacklist allow the usage of wildcards; To be more specific,
*for everything and*.example.comfor subdomain wildcards. IP Addresses and protocols not following HTTP(S) will always be rejected.





