Extended Drawers

Adds drawers and more

File Details

ExtendedDrawers-5.0.0+mc.26.1-sources.jar

  • R
  • Mar 30, 2026
  • 493.80 KB
  • 4
  • 26.1
  • Fabric

File Name

ExtendedDrawers-5.0.0+mc.26.1-sources.jar

Supported Versions

  • 26.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:extended-drawers-616602:7846407"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Updated to 26.1
  • Introduced automated testing
  • Fixed bug where the config wouldn't generate on servers (#135)
  • Empty drawers can now be stored within other drawers (#143)
  • Made full drawers display their count as yellow (#146)
    • This can be toggled in the config
  • The layout preview in the config has been fixed
    • It only works after entering a world once due to minecraft changes
  • The default layout settings have been adjusted
    • The text offset field has been split for small and large slots
    • The old defaults can be restores with the following layout config:
      { "smallItemScale": 0.4, "largeItemScale": 1, "smallTextScale": 0.5, "largeTextScale": 1, "smallTextOffset": 0.8, "largeTextOffset": 0.8 }
      
  • Drawer contents no longer float as far away from drawers as before
  • Fixed drawer face culling not working correctly