Releases: MattiDragon/ExtendedDrawers
Releases · MattiDragon/ExtendedDrawers
Extended Drawers v1.3.1 for minecraft 1.19
- Fix voiding mode not saving
Extended Drawers v1.3.1 for minecraft 1.18.2
- Fix voiding mode not saving
Extended Drawers v1.3.0 for minecraft 1.19
- 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
- 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
Extended Drawers v1.2.2 for minecraft 1.18.2
First 1.19 beta
- Update to 1.19-rc1
- Add comparator support
- Probably unstable
Fix creative extraction
- 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
- 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
- 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