Tags
Creators
Details
2.0
Compatibility
Required content
Changes
Version 2.0
UI & UX Redesign
-
Complete Visual Overhaul: The user interface has been fully redesigned to be more intuitive, accessible, and cleaner.
-
Theme Support: Added a few Theme options:
- Default: The default dark blue theme
- Light: Bright colors for your eye
- Vintage: The classic look
- OLED: True black background
-
Quick Select Wheel: Added a radial menu accessed via Middle Mouse Button for fast tool switching.
-
New Color Picker: New color picker with Alpha (Transparency) Slider.
Tools & Drawing Improvements
- New Rectangle Tool: Easily draw rectangles, e.g outlines
- Improved Line Tool: Drag with a live preview or click the ends
- Universal Variation System: The standalone Brush tool has been removed.
- Introduced a Variation Slider that works universally across the Pencil, Fill, Line, and Rectangle tools to add natural color noise.
- Dynamic Brush Sizing: You can now change your brush size using CTRL + Scroll Wheel.
Settings & Performance
- Layer Management: The default layer count for new projects is now customizable within the settings menu (One or Two layers by default)
- + Bug Fixes and small Improvements
New Keybinds
- Press Middle Mouse Button to open the new Quick Select Wheel.
- Use CTRL + Scroll to adjust tool size.
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:vPhdAF7f:pKieIQRN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vPhdAF7f:pKieIQRN"
}


