All versions
6.0.0-neoforge
Release
Adorn 6.0.0 for 1.21.12 years ago 12.3K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Added
- Painted wood (planks, stairs, slabs, fences, fence gates, buttons, pressure plates)
- Tuff, tuff brick and polished tuff block variants
Changed
- Updated to Minecraft 1.21.1
- All Kotlin code was rewritten in Java
- Screen animator threads are now daemon threads
- Color palette loading is more resilient to crashes
- The old UUID format is no longer supported for trading stations
- Trading stations now use components for storing trades and owners
- Watering cans now use components for storing water and fertiliser levels
- Recipe remainders for brewer crafting now use the item stack-aware APIs from mod loaders (better support for modded items)
- Copying block settings now also copies the
burnableproperty - Block shape caches now use arrays inatead of
Byte2ObjectMaps (performance improvement) - The guide book has a better table of contents
- Advancements no longer give guide books as rewards
- Copper pipe and painted wood tags are collapsed in REI
- Better tag support:
- Kitchen sinks now accept any
#c:buckets/empty - Chimneys now accept any
#c:tools/igniter - Cobblestone chimneys now accept any
#c:cobblestones - Nether wart coffee now accepts any
#c:buckets/water
- Kitchen sinks now accept any
Fixed
BenchBlock.rotatenot working forCLOCKWISE_90FluidAmountPredicate.atMostbeing an equality checkFluidReference.increment: units swapped- Returning
ActionResult.SUCCESSon the server inChimneyBlock.onUseSeatBlock.onUseSofaBlock.onUseSofaBlock.onUseWithItemTableLampBlock.onUseAdornBookItem.useSeatEntity.interact
FluidReference.getAmountText(long, FluidUnit): fix incorrect arguments leading to bad output- The action result is now propagated from
Chair/TableBlockItem.useOnBlock, fixing incorrect hand swings - Missing translation for
#adorn:watering_can_fertilizers - [Fabric] Kitchen sinks consuming fluids from items in creative
- EMI compat:
- Missing default recipe choices
- REI compat:
- Not supporting two item ingredients + a fluid ingredient in brewing recipes
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:mmsaJjzI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E6FUtRJh:mmsaJjzI"
}

