All versions
3.4.0-forge
Release
[Forge 1.18.2] Adorn 3.4.04 years ago 2,087
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
Added
- Full fluid functionality for kitchen sinks: they can contain 1000 L / one bucket of any fluid now
- If the fluid is infinite (e.g. water), kitchen sinks can be used as infinite fluid sources. This can be turned off by disabling the game rule
adorn:infiniteKitchenSinks.
- If the fluid is infinite (e.g. water), kitchen sinks can be used as infinite fluid sources. This can be turned off by disabling the game rule
- Brewers can now use fluids to brew drinks
- Nether wart coffee can be made from water
- [Forge] Hot chocolate can be made from milk
- Note 1: the item forms of these recipes still work!
- Note 2: if you're using REI in dark mode, this might look weird, sorry
- Stat for opening brewers
- [Forge] Support for Architect's Palette wood types (#248 by @Bluberry-Kat)
Changed
- Updated to Minecraft 1.18.2
- [Forge] Adorn enables the milk fluid
Fixed
- Config values for game rule defaults not doing anything
#adorn:tablescontaining kitchen sinks instead of tables (#253)
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:HjjhPSx9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E6FUtRJh:HjjhPSx9"
}

