All versions
3.2.0-forge
Release
[Forge 1.18.1] Adorn 3.2.04 years ago 233
Compatibility
Minecraft: Java Edition
1.18.1
Platform
Forge
Supported environments
Client and server
Changes
Added
- Block variants from the BYG imparius fungus
- [Forge] Support for Biomes O' Plenty and Oh The Biomes You'll Go (BYG)
Changed
- The brick and nether brick recipe advancements now trigger from the brick and nether brick blocks instead of items
- Blocks are now sorted more nicely in the creative inventory:
- Kitchen blocks are together after the drawers
- Modded blocks will now also be grouped together by block type (chair etc.) instead of material. Note that they'll still go below all "vanilla" Adorn blocks!
- [Fabric] LibCD replaced by Fabric API for conditional resource loading. This seems to save a nice amount of disk space too :rocket:
Removed
- [Fabric] Unused Lil Tater Crate recipes based on abandoned Lil Tater mods
Fixed
- Incorrect bottom textures for cut sandstone and cut red sandstone blocks
- Missing stone brick block stonecutting recipes
- Some wooden stonecutting recipes producing 2 platforms instead of 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:cTe5YvYo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E6FUtRJh:cTe5YvYo"
}

