Skip to content

Releases: MattiDragon/ExtendedDrawers

v2.0.0 [1.20.1]

29 Jun 13:46
Compare
Choose a tag to compare
  • Ported to 1.20
  • New YACL + json config system
  • Lots more configuration options
  • Drawers setting changing items are now controlled by tags
  • Replaced downgrade with limiters
  • Updated many old textures
  • Hidden mode now looks way better
  • Added duping mode (aka creative vending)
    • It's a toggle instead of upgrade, because once you get one you can dupe it anyway

v1.4.3 [1.19.4]

26 Jun 11:08
Compare
Choose a tag to compare
  • Fix automatic compression recipes having the wrong scale
  • Fix drawers behaving weirdly when they store a removed item
  • Improve tooltips

v1.4.3 [1.19.2]

26 Jun 11:07
Compare
Choose a tag to compare
  • Fix automatic compression recipes having the wrong scale
  • Fix drawers behaving weirdly when they store a removed item
  • Improve tooltips

v1.4.2 [1.19.4]

25 Jun 09:12
Compare
Choose a tag to compare
  • Add modifier tooltips
  • Improve compacting drawers
    • 1 to 1 conversion recipes are now supported
    • Recipe loading logic is a lot cleaner now
    • The item type stored in the drawer nbt is now always the smallest one
      • WARNING: Items count may be multiplied if you have compacting drawers with the wrong base item
    • Voiding mode now only voids items that are stored in the drawer
    • Fix insertion limit math to prevent overflowing
  • Work around some mods (botania) iterating storage views outside of transactions by copying slot array on sort
  • Add more safety and logging to drawer storage operations. Now you should get a log message when something goes wrong instead of a crash

v1.4.2 [1.19.2]

25 Jun 09:12
Compare
Choose a tag to compare
  • Add modifier tooltips
  • Improve compacting drawers
    • 1 to 1 conversion recipes are now supported
    • Recipe loading logic is a lot cleaner now
    • The item type stored in the drawer nbt is now always the smallest one
      • WARNING: Items count may be multiplied if you have compacting drawers with the wrong base item
    • Voiding mode now only voids items that are stored in the drawer
    • Fix insertion limit math to prevent overflowing
  • Work around some mods (botania) iterating storage views outside of transactions by copying slot array on sort
  • Add more safety and logging to drawer storage operations. Now you should get a log message when something goes wrong instead of a crash

v1.4.1 [1.19.4]

01 Jun 16:42
Compare
Choose a tag to compare
  • Improve shading on drawer items by stealing some code from storage drawers
  • Render icons for compacting drawers as if they were attached to the top slot
  • Make default item scale slightly smaller
  • Add more options for adjusting positioning and size of drawer elements (you will need to redo all of your related changes)
  • Fix compacting drawers not voiding items
  • Fix compacting drawers breaking in some situations (#58)

v1.4.1 [1.19.3]

01 Jun 16:41
Compare
Choose a tag to compare
  • Improve shading on drawer items by stealing some code from storage drawers
  • Render icons for compacting drawers as if they were attached to the top slot
  • Make default item scale slightly smaller
  • Add more options for adjusting positioning and size of drawer elements (you will need to redo all of your related changes)
  • Fix compacting drawers not voiding items
  • Fix compacting drawers breaking in some situations (#58)

v1.4.1 [1.19.2]

01 Jun 16:41
Compare
Choose a tag to compare
  • Improve shading on drawer items by stealing some code from storage drawers
  • Render icons for compacting drawers as if they were attached to the top slot
  • Make default item scale slightly smaller
  • Add more options for adjusting positioning and size of drawer elements (you will need to redo all of your related changes)
  • Fix compacting drawers not voiding items
  • Fix compacting drawers breaking in some situations (#58)

v1.4.0 [1.19.4]

17 May 13:58
Compare
Choose a tag to compare
  • Add compacting drawer
  • Add option to control whether drawer retain contents when broken
  • Fix shulker box weirdness

v1.4.0 [1.19.3]

17 May 13:48
Compare
Choose a tag to compare
  • Add compacting drawer
  • Add option to control whether drawer retain contents when broken
  • Fix guide book issues
  • Fix shulker box weirdness