All versions
3.7.0-fabric
Release
[Fabric 1.19.2] Adorn 3.7.04 years ago 1,230
Compatibility
Minecraft: Java Edition
1.19.2
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
Added
- Collapsible item groups in REI

- Tooltips for locked trading stations

- You can now drag and drop an item from REI or EMI to the trading station's ghost slots to set the price or product
- Scrolling to guide books if their text goes out of bounds for one page
- Ukrainian translation (#286 by @mewnn)
- Turkish translation (#144 by @NeoxyBox)
Changed
- The hearts in config screens are now smoother
- Updated to Minecraft 1.19.2, Kotlin 1.7.0
- Updated Chinese translation (#276 by @SolidBlock-cn)
- When trading stations don't have any items and their trade is not set, breaking them will not lock them
Removed
- Broken BOP mud brick blocks (#274)
Fixed
- Water in waterlogged Adorn blocks not ticking like in vanilla
- Chairs not being placeable above y=255 (#280)
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:w75vVdsH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E6FUtRJh:w75vVdsH"
}

