Tags
Creators
Details
0.14.0
Compatibility
Required content
Changes
This update will remove all your preset names. It will not remove any other data, but any presets you already have will become "Unnamed" and should be renamed manually. It's done to make presets as stable and easy to share as possible.
Changes and new features
- Mapart Painter: a simple image editor to edit your image or to paint a completely new one;
- Fullscreen image view mode: scroll, move and look at every pixel up close;
- Added error propagation weights setting for error diffusion dithering;
- Updated Presets Editor screen and rewritten palette presets handling to improve reliability of presets editing and transferring;
- Rewritten dropdown overlays and scrollable layouts to make them more stable and clean;
Fixes and minor changes
- Added config option to allow adding auxiliary blocks at the platform layer to the schematic;
- Added configurable maximum value to mapart size fields;
- All integer input fields got maximum value limit and mouse scrolling behavior;
- Replace almost all emoji-buttons with icon-buttons
- By default, palette will be generating only from vanilla (
minecraft:*) blocks. This can be changed in the config; - Added potent sulfur to the default generated palette (it was not added automatically because it is block entity);
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:qRKpqkGI:qI7pm4oN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qRKpqkGI:qI7pm4oN"
}

