Skip to content

Releases: Juuxel/Adorn

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)

Adorn 3.9.1 for 1.19.2

05 Jun 11:59
5e64453
Compare
Choose a tag to compare

Fixed

  • Missing icon for brewers in EMI recipe trees

Adorn 3.9.0 for 1.19.2

05 Jun 11:09
72f4292
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)

Adorn 4.2.0 for 1.19.4

07 May 10:38
Compare
Choose a tag to compare

Changed

  • Updated to Minecraft 1.19.4