Tags
Creators
Details
All versions
4.26.6
Release
4.26.6last month 502
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Required content
Changes
WARNING:
REMOVE ALL DECORATIONS BEFORE UPDATE
OR THEY WILL BE LOST PERMANENTLY
- added DECO system
- added config settings for deco save interval and view distance
- changed deco rendering from entity to global
- changed DecorationData's
offsetfrom Pos to V3D class - added view distance checks to deco and sign renderer
- added new deco packets and interaction handling
- updated decoration editor backend, container is now universal rather than version specific
- added missing StackWrapper Item Type entry for the DECORATION Content Type
- removed Deco Entity and related code
- (26.1) signs (and decos) should have proper lighting value now
- (26.1) text rendering adjustments (still not working like in other versions though)
- (26.1) disabled now obsolete interact event hooks
- deco items now similarly like the deco toolbox can place deco instances along adding the deco into it
- deco instances with initial decoration placed via deco item have automatically the same yaw as the player
- fixed packet/client error during deco or sign removal
- added new item texture for decoration editor toolbox item
- other deco related adjustments / qol changes
- adjusted decoration editor's scroll input on position and scale fields to be in 1/16ths increments instead of 1
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:uwxnSBu4:uFFbqUOf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uwxnSBu4:uFFbqUOf"
}






