All versions
3.3.0-forge
Release
[Forge 1.18.1] Adorn 3.3.04 years ago 160
Compatibility
Minecraft: Java Edition
1.18.1
Platform
Forge
Supported environments
Client and server
Changes
Added
- Brewers! These machines can cook you up a variety of hot drinks: hot chocolate, sweet berry juice, nether wart coffee and glow berry tea - which makes you glow!
- Brewer recipes can be viewed through REI on both Fabric and Forge.
- Added two brewing-related advancements
- Blocks made from deepslate
- Better common tag support (
minecraftandc/forgetags)- Old recipes
- Emeralds now use
#c:emeraldsand#forge:gems/emerald - Iron ingots now use
#c:iron_ingotsand#forge:ingots/iron - Gold ingots now use
#c:gold_ingotsand#forge:ingots/gold - Iron nuggets now use
#c:iron_nuggetsand#forge:nuggets/iron - Bricks now use
#c:bricksand#forge:ingots/brick - Nether bricks now use
#c:nether_bricksand#forge:ingots/nether_brick - Stone rods are now made of
#c:stoneand#forge:stone - White dyes now use
#c:white_dyesand#forge:dyes/white - Coal and charcoal now use
#minecraft:coals
- Emeralds now use
- New recipes (for brewers)
- Quartz uses
#c:quartzand#forge:gems/quartz - Cocoa beans use
#c:cocoa_beansand#forge:beans/cocoa(also created a#forge:beanstag with#forge:beans/cocoainside) - Sweet berries use
#c:sweet_berriesand#forge:berries/sweet(also created a#forge:berriestag with#forge:berries/sweetand#forge:berries/glowinside) - Glow berries use
#c:glow_berriesand#forge:berries/glow - Nether wart uses
#c:nether_wart_cropsand#forge:crops/nether_wart
- Quartz uses
- Old recipes
- More mod compat:
- Better Azalea: block variants from (flowering) azalea wood
- Tech Reborn: block variants from rubber wood
- Promenade: block variants from woods and fungi
- Blockus: block variants from white oak wood
Changed
- Stone rods can now be crafted from deepslate, andesite, diorite, granite, tuff and modded stones in the correct tag
- Stone rods can now be crafted in stonecutters (1 stone => 2 stone rods)
- When a player picks up items from a shelf, the item is now given to the player's hand if possible
- On Fabric, Jankson-Fabric is no longer used and instead I just shadow the correct Jankson version myself.
Fixed
- Blocks from Cinderscapes fungus materials not being in
#minecraft:non_flammable_wood
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:zoInuRAp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E6FUtRJh:zoInuRAp"
}

