All versions
1.0.0
Release
Painter Mod 1.0.0last month 45
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
šļø Painter Mod ā Ultimate Block Customization!
Tired of having the same texture on all sides of a block? Painter Mod introduces an intuitive, vanilla-friendly way to paint individual faces of blocks using any full block in the game!
⨠Features:
- šļø Paint Individual Faces: Hold a Paint Roller in your main hand and any full block in your off-hand. Right-click any face to instantly apply the texture!
- š Rotate Textures: Hold a Stick in your off-hand and right-click with the roller to rotate the face texture by 90° clockwise.
- š§© Full CTM & Rechiseled Support: Seamlessly connects connected textures and modded blocks.
- š¦ Pick Block & Inventory Preview: Using Middle-Click (Pick Block) gives you the exact painted block with a real-time 3D item preview in your inventory.
- ā” Zero Lag & Instant Sync: Highly optimized for Fabric, Sodium, and Iris shaders.
š® How to Use:
- Craft or grab the Paint Roller from the Tools tab.
- Put the desired block in your off-hand (e.g., Oak Planks, Polished Andesite, Rechiseled block).
- Right-click on any face of a block to paint that specific side.
- Put a Stick in your off-hand and right-click to rotate the texture!
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:S1waYAqb:8rqFh6Bz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:S1waYAqb:8rqFh6Bz"
}

