Skip to content

Releases: Juuxel/Adorn

Adorn 7.0.0-c for Craftmine

08 Apr 16:12
3a36ab0
Compare
Choose a tag to compare

Fabric-only.

Added

  • Pale oak and resin brick block variants
  • Exchange values for all items

Changed

  • All no-op block item models were deleted along with sofa item models
  • The different guide books are now the same item adorn:guide_book, distinguished by the adorn:book component which contains the book ID

Removed

  • Unused reward loot tables

Adorn 7.0.0 for 1.21.5

08 Apr 16:28
690eb77
Compare
Choose a tag to compare

Added

  • Pale oak and resin brick block variants

Changed

  • All no-op block item models were deleted along with sofa item models

Removed

  • Unused reward loot tables

Fixed

  • [NeoForge] Missing fluid unit conversion in rendering

Adorn 6.0.1 for 1.21.1

08 Apr 11:01
6892967
Compare
Choose a tag to compare

Added

  • Support for stone torch dynamic lighting with LambDynamicLights (#350 by @LambdAurora)

Fixed

  • Locked trading stations overriding their existing owner when placed (#355)
  • Seats dismounting inside the seat block (#338)
  • Incorrect matching logic for brewing recipes that use fluids
  • Copper pipes and picket fences being waterlogged by default (for example, when using /setblock)
  • Some advancements triggering on any item (#354)
  • [NeoForge] Copper pipes not being oxidisable or waxable (#348)
  • [NeoForge] Crash when opening creative inventory and some modded items aren't in the vanilla tabs (#349)

Adorn 6.0.0 for 1.21.1

01 Oct 10:26
0eaf048
Compare
Choose a tag to compare

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 burnable property
  • 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

Fixed

  • BenchBlock.rotate not working for CLOCKWISE_90
  • FluidAmountPredicate.atMost being an equality check
  • FluidReference.increment: units swapped
  • Returning ActionResult.SUCCESS on the server in
    • ChimneyBlock.onUse
    • SeatBlock.onUse
    • SofaBlock.onUse
    • SofaBlock.onUseWithItem
    • TableLampBlock.onUse
    • AdornBookItem.use
    • SeatEntity.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

Adorn 5.3.0 for 1.20.4

17 Mar 13:48
7909016
Compare
Choose a tag to compare

Changed

  • Updated to Minecraft 1.20.4
  • Ported to NeoForge
  • Kotlin is now bundled on NeoForge

Fixed

  • Fix tables not being solid blocks (#340)

Adorn 5.2.0 for 1.20.2

15 Dec 00:16
467986e
Compare
Choose a tag to compare

Fabric-only release. A NeoForge port will come in a future update.

Added

  • Copper pipes: decorative pipes made out of copper
  • Watering cans
  • Copper nuggets (crafting ingredient)

Fixed

  • Incorrect sitting offset for seat blocks (#328)

Adorn 5.0.1 for 1.20.1

15 Dec 00:47
72dabe6
Compare
Choose a tag to compare

Fixed

  • Candlelit lanterns not dropping items (#319)
  • Crash with some mods that prevent reading block settings during mod init (#321)
  • Seat entities disappearing when a player logs out and logs back in (#281)

Adorn 5.1.0 for 1.20.2

08 Oct 14:22
707a5c3
Compare
Choose a tag to compare

Added

Changed

Fixed

  • Candlelit lanterns not dropping items (#319)
  • Crash with some mods that prevent reading block settings during mod init (#321)
  • Seat entities disappearing when a player logs out and logs back in (#281)

Adorn 5.0.0 for 1.20.1

19 Jun 14:49
aa0b7ab
Compare
Choose a tag to compare

Added

  • Cherry and bamboo block variants
  • Support for JEI drag-and-drop (ghost ingredients) for trading stations

Changed

  • Updated to 1.20.1
  • Brewers now require a tool to break
  • Brewers are now deepslate gray on maps
  • Trading stations are now green on maps
  • Made drawer and coffee table bounding boxes more precise
  • Moved drawers as well as kitchen counters, cupboards and sinks to north-based models. Any custom models need to be adjusted accordingly.

Fixed

  • Drawer handles not being culled when possible
  • MoreCulling making holes in the ground for drawers and coffee tables (#284)

Adorn 4.3.0 for 1.19.4

05 Jun 11:46
3efad85
Compare
Choose a tag to compare

Added

  • JEI support (#269)
  • EMI support on Forge

Changed

  • All recipe viewer brewer displays now use the same texture files located at adorn:textures/gui/recipe_viewer/brewer_light|dark.png
  • The default displayed fluid unit on all platforms is now L (instead of droplets on Fabric)

Fixed

  • Crash with EMI 1.0 (#312)
  • Missing translation for stat "Brewers Opened" (#313)