Changes

Summary

  1. Better error messages for metadynamic (details)
  2. Fix incorrect positions in multiblock logic (details)
  3. Allow resizing of inventory blocks (details)
  4. Move general background drawing into mantle (details)
  5. Expose recipematch parameters (details)
  6. Save inventory size for Tiles with inventory, since we also allow (details)
  7. Mouse wheel support for sliders! Just don't have 2 in one screen. (details)
  8. Support for arbitrarily texture-sizes for scaled elements (details)
  9. Add a parameter for mousewheel scrolling and helper functions for slider (details)
Commit 9323d898ab095468248016a417baadf8264b33db by bernhard.bonigl
Better error messages for metadynamic
The file was modifiedsrc/main/java/slimeknights/mantle/item/ItemMetaDynamic.java (diff)
Commit 392ea28047a2497b98481cca43865bdfbd68db47 by bernhard.bonigl
Fix incorrect positions in multiblock logic
The file was modifiedsrc/main/java/slimeknights/mantle/multiblock/MultiServantLogic.java (diff)
Commit 8d547a08662c9b254eb57d390f0c762afb694f7b by bernhard.bonigl
Allow resizing of inventory blocks
The file was modifiedsrc/main/java/slimeknights/mantle/tileentity/TileInventory.java (diff)
Commit 3c0bd7a25e887bfe17c0c6c3d1d0bea2732f628d by bernhard.bonigl
Move general background drawing into mantle
The file was modifiedsrc/main/java/slimeknights/mantle/client/gui/GuiMultiModule.java (diff)
Commit 767db355661409185d74d6154434389202e38217 by bernhard.bonigl
Expose recipematch parameters
The file was modifiedsrc/main/java/slimeknights/mantle/util/RecipeMatch.java (diff)
Commit b07c30ef31eb2b1d17ca774fae4c0a392f9dd7dd by bernhard.bonigl
Save inventory size for Tiles with inventory, since we also allow
resizing now
The file was modifiedsrc/main/java/slimeknights/mantle/tileentity/TileInventory.java (diff)
Commit 40b55f9f06e16e5c766a47622389f400a7c77a35 by bernhard.bonigl
Mouse wheel support for sliders! Just don't have 2 in one screen.
The file was modifiedsrc/main/java/slimeknights/mantle/client/gui/GuiWidgetSlider.java (diff)
Commit 97931ac9f04041b1828e5a030903739f7e39e38c by bernhard.bonigl
Support for arbitrarily texture-sizes for scaled elements
The file was modifiedsrc/main/java/slimeknights/mantle/client/gui/GuiElementScalable.java (diff)
Commit 94bf46a187d0568ff7d2c2708c3ab352a259f9e2 by bernhard.bonigl
Add a parameter for mousewheel scrolling and helper functions for slider
The file was modifiedsrc/main/java/slimeknights/mantle/client/gui/GuiWidgetSlider.java (diff)
The file was modifiedsrc/main/java/slimeknights/mantle/client/gui/GuiModule.java (diff)