Tags
Creators
Details
All versions
1.7.0
Release
1.7.08 months ago 10.6K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Data Pack
Changes
- Updated to work on MC 1.21.11
- Added the Easel! This entity lets you display paintings in style, and can be moved around the world by gravity, water, and minecarts
- Changed the custom painting locking item from tripwire hook to honeycomb and any axe, to be more consistent with vanilla and other datapacks
- Custom paintings can now be washed in a cauldron to recycle them into vanilla paintings
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mc_paint_v1.7.0_resource_pack.zip | Required resource pack | 901.49 KiB |
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:5kEBpFCd:VcFPeEGV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5kEBpFCd:VcFPeEGV"
}

