Tags
Creators
Details
Licensed LGPL-3.0-only
Published 11 months ago
Updated 2 weeks ago
All versions
0.12.0
Release
Mapart-Helper 0.12.05 months ago 1,041
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Changes and new features
- Added per-map option for materials counting;
- Added ordered dithering algorithms (e.g. Bayer);
- Moving/scaling an image with mouse in manual cropping became more accurate;
- Added lifetime for closest colors cache that can significantly speed up image converting process when making a few changes in a row;
- Added prompt to regenerate palette if it was generated for a different version;
Fixes and minor changes
- By default, schematic files (when saved for each map) are now created in subdirectories;
- Added option to use unreachable colors;
- Slightly improved positioning of fake map position for even maparts;
- Adapted UI for minimized window;
- Improved
/mart-creative give-map-palette- now it creates a new locked map; - Fixed some exceptions when changing mapart size during converting;
- Mainly, this update contains codebase changes and reworks which are invisible for users
Optional dependencies
Any compatible version
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:pdbpKCTr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qRKpqkGI:pdbpKCTr"
}

