Skip to content

Releases: MattiDragon/ExtendedDrawers

Extended Drawers v1.3.1 for minecraft 1.19

08 Jul 17:03
Compare
Choose a tag to compare
  • Fix voiding mode not saving

Extended Drawers v1.3.1 for minecraft 1.18.2

08 Jul 17:02
Compare
Choose a tag to compare
  • Fix voiding mode not saving

Extended Drawers v1.3.0 for minecraft 1.19

05 Jul 18:28
Compare
Choose a tag to compare
  • Add a ingame guide book (needs patchouli)
  • Add a voiding mode to drawers
  • Make slots on drawers properly sort
  • Fix double insertion 'cause it broke somehow
  • Port the performance improvements from 1.18

Extended Drawers v1.3.0 for minecraft 1.18.2

05 Jul 18:26
Compare
Choose a tag to compare
  • Add a ingame guide book (needs patchouli)
  • Add a voiding mode to drawers
  • Make slots on drawers properly sort
  • Fix double insertion 'cause it broke somehow

Extended Drawers v1.2.2 for minecraft 1.19

23 Jun 13:19
Compare
Choose a tag to compare
  • Fix drawers deleting items when the inventory is full (resolves #5)
  • Fix filtering with items with nbt (resolves #4)

Extended Drawers v1.2.2 for minecraft 1.18.2

23 Jun 13:18
Compare
Choose a tag to compare
  • Fix drawers deleting items when the inventory is full (resolves #5)
  • Fix filtering with items with nbt (resolves #4)
  • Switch to graphlib for network lookup (improves #6)

First 1.19 beta

02 Jun 16:25
Compare
Choose a tag to compare
First 1.19 beta Pre-release
Pre-release
  • Update to 1.19-rc1
  • Add comparator support
  • Probably unstable

Fix creative extraction

28 May 14:49
Compare
Choose a tag to compare
  • Make it possible to extract in creative by using survival mining. Can be tweak in the config
  • Optimised drawer rendering using culling
  • Internal cleanup

Miscellaneous Updates

26 May 08:51
Compare
Choose a tag to compare
  • Fix extract duplication without using concerning workarounds
  • Double click insert now works with empty hands on drawers with items in them (resolves #2)
  • Upgrades can only be removed when sneaking (resolves #2)
  • Drawers now contain items when broken to reduce lag
  • Generated data is now available on github under src/main/generated
  • Add an optional built-in resource pack with alternative textures provided by @LordDeatHunter
  • Fix drawers creating megastack when upgrades are removed (resolves #3)

Creative Upgrade

15 May 16:14
Compare
Choose a tag to compare
  • Adds a creative upgrade. It gives virtually infinite capacity
  • Multi-slot drawers now divide the capacity between slots (configurable)
  • The default capacity has been increased to make drawers more worth while early game
  • Loads of internal changes and refactors