All versions
4.0.0-fabric
Release
Adorn 4.0.04 years ago 91
Compatibility
Minecraft: Java Edition
1.19.3
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
Added
- Items in the Adorn creative tab can now be sorted configurably either by material or by shape (old default: by shape, new default: by material to match vanilla)
- Separate section in the config screen for creative inventory settings
Changed
- Updated to Minecraft 1.19.3
- Item ordering is generally improved in the Adorn creative tab so that related items are next to each other
- When enabled, Adorn items in vanilla creative tabs are placed after their vanilla counterparts (e.g. oak posts after other oak building blocks or stone rods after sticks)
- Updated Finnish translation regarding config and game rules
Also contains everything from 3.8.1.
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:E6FUtRJh:FOiK0Cja"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E6FUtRJh:FOiK0Cja"
}

