3.1.0-forge
Compatibility
Changes
Parity between Fabric and Forge
All features that were previously only available on Fabric are now also available on the Forge release of Adorn:
- Guide books
- Advancements
- Coloured screen backgrounds for block screens
- Config screen
Advancements
Adorn's advancement page has been redone with 19 new advancements and changes to the old ones! Keep track of your progress with advancements for each type of decoration block, as well as the Master Decorator advancement that is unlocked once you have built using every decoration block from Adorn.
Screens

- The visual look of block screens has been improved.
- On Fabric, the colours are now more pleasant and vibrant. (Note that they're not final and I might tweak them if it looks ugly)
- On Forge, the screens now feature the same style of background colours matching the block's material as on Fabric releases of Adorn.
- The config screen is now available on Forge too and it has been redone to make it simpler.
- Technical detail: Adorn no longer uses LibGui on Fabric so that it can share the screen code between platforms.
Tags
Three new block/item tags have been added: #adorn:regular_chimneys, #adorn:prismarine_chimneys and #adorn:filled_crates.
Fixed bugs
- [Fabric] Sofas not resetting their
occupiedblock state tofalseafter sleeping had stopped
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:rBM3GcWE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E6FUtRJh:rBM3GcWE"
}

