All versions
1.1.1-release
Release
fzPaint 1.1.1-release11 months ago 1,437
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
[1.1.1] - 02-11-2025
Added
- Color history: Added a history of recently used colors (up to 8) for quick access
- Color picker from painted blocks: Ability to pick colors from existing painted pixels
- Eraser tool with adjustable size: Eraser now matches brush size (3x3 when brush is 3x3)
- Face selection buttons: Added buttons to switch between block faces without closing the menu
- Improved UI layout: Better organization of sections in the paint interface
- Shader compatibility: Fixed flickering and disappearing overlays with Iris Shaders
Changed
- Render event: Changed from AFTER_TRANSLUCENT to AFTER_ENTITIES for better shader compatibility
- UI translations: Updated to English with Spanish support
Fixed
- Shader incompatibility issues with Iris Shaders
- Overlay positioning and visibility problems
- Performance improvements with distance-based rendering
Technical
- Updated PaintOverlayRenderer for better shader support
- Added frustum culling for paint overlays
- Improved networking for color history synchronization
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:bAaDpK95:UvrES2jC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bAaDpK95:UvrES2jC"
}

