Releases: Juuxel/Adorn
Releases · Juuxel/Adorn
Adorn 3.3.1 for 1.18.1
Added
- New common tags for Adorn drinks:
coffees
,juices
,tea
,juices/sweet_berry
(only on Forge)
Changed
- Hot chocolate brewing accepts any
#c:milks
or#forge:milks
- Drink hunger and saturation raised from 2/0.1 to 4/0.3
Removed
- Ambiguous
c:bricks
andc:nether_bricks
common tags, replaced byadorn:brick_chimney_ingredients
andadorn:nether_brick_chimney_ingredients
Adorn 3.3.0 for 1.18.1
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 (
minecraft
andc
/forge
tags)- Old recipes
- Emeralds now use
#c:emeralds
and#forge:gems/emerald
- Iron ingots now use
#c:iron_ingots
and#forge:ingots/iron
- Gold ingots now use
#c:gold_ingots
and#forge:ingots/gold
- Iron nuggets now use
#c:iron_nuggets
and#forge:nuggets/iron
- Bricks now use
#c:bricks
and#forge:ingots/brick
- Nether bricks now use
#c:nether_bricks
and#forge:ingots/nether_brick
- Stone rods are now made of
#c:stone
and#forge:stone
- White dyes now use
#c:white_dyes
and#forge:dyes/white
- Coal and charcoal now use
#minecraft:coals
- Emeralds now use
- New recipes (for brewers)
- Quartz uses
#c:quartz
and#forge:gems/quartz
- Cocoa beans use
#c:cocoa_beans
and#forge:beans/cocoa
(also created a#forge:beans
tag with#forge:beans/cocoa
inside) - Sweet berries use
#c:sweet_berries
and#forge:berries/sweet
(also created a#forge:berries
tag with#forge:berries/sweet
and#forge:berries/glow
inside) - Glow berries use
#c:glow_berries
and#forge:berries/glow
- Nether wart uses
#c:nether_wart_crops
and#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
Adorn 3.2.0 for 1.18.1
Added
- Block variants from the BYG imparius fungus
- [Forge] Support for Biomes O' Plenty and Oh The Biomes You'll Go (BYG)
Changed
- The brick and nether brick recipe advancements now trigger from the brick and nether brick blocks instead of items
- Blocks are now sorted more nicely in the creative inventory:
- Kitchen blocks are together after the drawers
- Modded blocks will now also be grouped together by block type (chair etc.) instead of material. Note that they'll still go below all "vanilla" Adorn blocks!
- [Fabric] LibCD replaced by Fabric API for conditional resource loading. This seems to save a nice amount of disk space too 🚀
Removed
- [Fabric] Unused Lil Tater Crate recipes based on abandoned Lil Tater mods
Fixed
- Incorrect bottom textures for cut sandstone and cut red sandstone blocks
- Missing stone brick block stonecutting recipes
- Some wooden stonecutting recipes producing 2 platforms instead of 1
Adorn 3.1.0 for 1.18.1
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
occupied
block state tofalse
after sleeping had stopped
Adorn 3.0.0 for 1.18.1
Changed
- Updated to Minecraft 1.18.1
Adorn 3.0.0 Release Candidate 1 for 1.18-rc3
Fabric-only (of course).
- Updated to Minecraft 1.18 RC 3.
Adorn 2.3.1 for 1.17.1
Fabric-only update, Forge version stayed the same.
Fixed
- Minecraft client crashing during loading (#221)
Adorn 2.3.0 for 1.17.1
Adorn 2.3: The Stats Update
Added
- Statistics for
- Opening drawers and kitchen cupboards
- Interacting with shelves, table lamps and trading stations
- Dyeing placed sofas and table lamps
- Sitting on benches, chairs and sofas
Fixed
- (Forge) Items in containers disappearing (#219)
- (Forge) Player inventory slots being in the wrong order in menus
Adorn 2.2.0 for 1.17.1
Added
- Block and item tags for crates (
#adorn:crates
)
Changed
- Forge version updated to 1.17.1 too
- Updated Kotlin to 1.5.31 (requires Fabric Language Kotlin 1.6.5+ and Kotlin for Forge 2.0.1+)
- All recipes now accept any
#c:wooden_rods
/#forge:rods/wooden
instead ofminecraft:stick
and any#c:wooden_chests
/#forge:chests/wooden
instead ofminecraft:chest
- Sleeping now largely uses events instead of mixins
- (fabric) Switched away from Jankson-Fabric to a shadowed version of pure Jankson
- (forge) Config now uses .json5 files instead of .toml to be consistent with Fabric
Fixed
Adorn 2.1.5 for 1.17.1
Fabric-only. (Forge still pending on some Architectury tooling)
Fixed
- Dupe bug with trading stations (#208)