All versions
2.0.0-fabric
Release
[Fabric 1.17] Adorn 2.0.05 years ago 306
Compatibility
Minecraft: Java Edition
1.17
Platform
Fabric
Supported environments
Client and server
Changes
Changed
- In the background, Adorn uses Architectury now. This shouldn't be visible to the user apart from update times being slightly faster in the future, hopefully.
- Instead of being unbreakable, trading stations now drop themselves as "owned" items when they are broken.
- Old Traverse and Terrestria compat items have their IDs changed:
adorn:terrestria_*andadorn:traverse_*are nowadorn:terrestria/*andadorn:traverse/*. This means that those blocks will vanish if you upgrade your worlds from 1.16. Remember to backup your 1.16 worlds!
Removed
sittingOnTablesconfig optionadorn:protectTradingStationgame rule- Extra Pieces support
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:383nJzeN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E6FUtRJh:383nJzeN"
}

