Community listing page, reviews here may not be monitored by the author.
Sivage
No reviews yet
An easy way to generate server-sided images via dialog GUIs and map art.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the server. Also works in singleplayer.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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:
![]() |
![]() |
![]() |
|---|---|---|
| Survival Friendly Integration! | GUI for Easy Usage! | Great Looking Images! |
Help translating Sivage!
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, ICO, QOI, TIFF, FF, HDR & TGA.
These should cover most, if not almost all, of the image formats that you may encounter on the Internet!
🛈 Note
Animations are not supported! While formats like GIF or WEBP do work, they will only show the first frame in game.
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:
# Controls how this mod interacts with the internet.
[network]
# List of specifically allowed domains or wildcards. Overrules the blacklist.
whitelist = []
# List of specifically disallowed domains or wildcards. Overruled by the whitelist.
blacklist = ["localhost"]
# Specifies the maximum size in bytes that images are allowed to have while downloading. (0 means infinite)
# range: 0 - 2147483647
# default: 500000000
fileSizeLimit = 500000000
# This represents aspects of this mod that only have an affect within the game.
[game]
# When enabled, each player may have only one image generated at a time.
# default: false
playerLimit = false
🛈 Note
Both the white- and blacklist allow the usage of wildcards; To be more specific, \* for everything and \*.example.com for subdomain wildcards. IP Addresses and protocols not following HTTP(S) will always be rejected.
Development
In order for this mod to work with as many formats as possible on any JVM, the image processing part has been written in Rust and is being run with WebAssembly that has been compiled to java bytecode.
At the cost of slower processing times, compared to any other image processor that has been directly developed for the JVM, this approach supports many formats and runs on pretty much any Java distribution, as it does not depend on ImageIO at all.
For more information about building from source, please refer to the README.me at Codeberg.org
Copyright © 2025-2026 Sammy L. Koch
Sivage is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 only of the License.
Sivage is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this mod. If not, see http://www.gnu.org/licenses/.
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:
![]() |
![]() |
![]() |
|---|---|---|
| Survival Friendly Integration! | 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, ICO, QOI, TIFF, FF, HDR & TGA.
These should cover most, if not almost all, of the image formats that you may encounter on the Internet!
🛈 Note
Animations are not supported! While formats like GIF or WEBP do work, they will only show the first frame in game.
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:
# Controls how this mod interacts with the internet.
[network]
# List of specifically allowed domains or wildcards. Overrules the blacklist.
whitelist = []
# List of specifically disallowed domains or wildcards. Overruled by the whitelist.
blacklist = ["localhost"]
# Specifies the maximum size in bytes that images are allowed to have while downloading. (0 means infinite)
# range: 0 - 2147483647
# default: 500000000
fileSizeLimit = 500000000
# This represents aspects of this mod that only have an affect within the game.
[game]
# When enabled, each player may have only one image generated at a time.
# default: false
playerLimit = false
🛈 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.
Development
In order for this mod to work with as many formats as possible on any JVM, the image processing part has been written in Rust and is being run with WebAssembly that has been compiled to java bytecode.
At the cost of slower processing times, compared to any other image processor that has been directly developed for the JVM, this approach supports many formats and runs on pretty much any Java distribution, as it does not depend on ImageIO at all.
For more information about building from source, please refer to the README.me at Codeberg.org
Copyright © 2025-2026 Sammy L. Koch
Sivage is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 only of the License.
Sivage is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this mod. If not, see http://www.gnu.org/licenses/.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers


