All versions
3.5.0-forge
Release
[Forge 1.18.2] Adorn 3.5.04 years ago 15.4K
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
Added
- Guide pages for kitchen sinks and brewers
- Guide books now support having annotated images, which are used for the brewer page
- Visual effects for brewers when active (animated texture, particles)
- European Spanish translation (contributed by @GGlangf)
- Game rule
adorn:dropLockedTradingStationsfor controlling whether trading stations should spill their contents or drop locked trading station items - Descriptions to Adorn game rules
- Descriptions to more items
- [Forge] Compatibility for Ecologics wood types
Changed
- Mugs now only stack up to 16 items/stack
- Crates without contained items can be used as fuel
- Guide books and trader's manuals now have their own textures
- Guide books now use tag icons
- The wave effect in kitchen sinks is now weaker and less distracting
- Chimney item description is no longer obvious (Really, who could've ever guessed that they're a "decoration block"?)
- Fluid brewing recipe format now supports the
second_ingredientkey like item brewing recipes - Brewers have a more precise hitbox/outline shape
- [Fabric] Hot chocolate can be crafted from
#c:milkfluids - [Fabric] Removed deprecated Fabric API usage
- [Forge] Tags are used for fuel times like on Fabric
Removed
- [Forge] Compatibility for Better Azalea (since it's superseded by Ecologics)
Fixed
- Infinite nesting of items inside trading stations (#261)
- Guide book tooltip going under widgets
- Guide book next page button not hiding when jumping to the last page from links
- Dark mode not working in REI brewer screens
- Fluid scale being hidden under the fluid in REI brewer screens
- Fluid brewing recipes destroying extra items placed in another slot
- Fluid brewing recipes processing if there are extra items placed in another slot
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:6knpxJnp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E6FUtRJh:6knpxJnp"
}

