Releases: MrCrayfish/Framework
Releases · MrCrayfish/Framework
1.21.1-0.13.14
Technical Changelog:
- 📦 Add Float support to Stepper widget (d4c5cce)
Download:
- Official Website: https://mrcrayfish.com/mods/framework
- CurseForge: https://curseforge.com/minecraft/mc-mods/framework
1.21.1-0.13.13
Technical Changelog:
- 📦 Add support for long and doubles in Stepper (7905845)
Download:
- Official Website: https://mrcrayfish.com/mods/framework
- CurseForge: https://curseforge.com/minecraft/mc-mods/framework
1.21.1-0.13.12
Technical Changelog:
- 📦 Add stepper widget (873c53c)
Download:
- Official Website: https://mrcrayfish.com/mods/framework
- CurseForge: https://curseforge.com/minecraft/mc-mods/framework
0.13.11+1.21.11
Technical Changelog:
- 🐛 Fix living death event not called for server player on Fabric (91ad3f3)
- 🚧 Improve tag validation (2fac581)
Download:
- Official Website: https://mrcrayfish.com/mods/framework
- CurseForge: https://curseforge.com/minecraft/mc-mods/framework
1.21.1-0.13.11
Technical Changelog:
- 🐛 Fix living death event not called for server player on Fabric (f785edf)
- 🚧 Improve tag validation (1df4c58)
Download:
- Official Website: https://mrcrayfish.com/mods/framework
- CurseForge: https://curseforge.com/minecraft/mc-mods/framework
1.20.1-0.8.0
Technical Changelog:
Download:
- Official Website: https://mrcrayfish.com/mods/framework
- CurseForge: https://curseforge.com/minecraft/mc-mods/framework
1.21.1-0.13.10
Technical Changelog:
- 🐛 Fix non-left-click actions working in buttons (74090aa)
Download:
- Official Website: https://mrcrayfish.com/mods/framework
- CurseForge: https://curseforge.com/minecraft/mc-mods/framework
0.13.10+1.21.11
Technical Changelog:
- 📦 Restore raw input/output for data serializers (c70979e)
Download:
- Official Website: https://mrcrayfish.com/mods/framework
- CurseForge: https://curseforge.com/minecraft/mc-mods/framework
0.13.9+1.21.11
Technical Changelog:
- 📦 Fix compile errors (fb9f694)
- 📦 Change ScrollerSprites to use consistent API style (4f2e25c)
- 📦 Add more default definitions (52aa629)
- 📦 Create class for holding scroller sprites (577aea6)
- 📦 Patch Sound volume to match default UI volume (9eccc29)
- 📦 Toggle renderer icon now affected by disabled state (1f49ae7)
- 📦 Update widgets to work with 1.21.11 (e55d7ca)
- 📦 More javadocs (7120536)
- 📦 Javadocs on javadocs (8ea438b)
- 📦 Move TooltipOptions to widget package (a587a47)
- 📦 Make ItemSprites inner class of FrameworkSelectionList (1e22e86)
- 📦 Move Buttons to widget package (c9bc135)
- 💥 Remove
@Betafrom Button and EditBox (ebf3290) - 🎨 Add toggle textures (e2dd7e3)
- 📦 Increase size of texture to reduce draw calls (e838f42)
- 📦 More javadocs (3e7bb49)
- 💥 Remove
@Betafrom Icon and TooltipOptions (b8768cc) - 📦 Add builder for FrameworkSelectionList (0911e0c)
- 📦 Update javadocs (a520ede)
- 💥 Remove
@Betafrom ItemSprites (2afb55a) - 📦 Add javadocs to ItemSprites (199aa92)
- 📦 Remove
@Betafrom Action (bcb0f31) - 📦 Add javadocs to Action (45e518f)
- 📦 Action sounds can now be null (104a4b2)
- 📦 Use Sound class in Action (3a1e82f)
- 📦 Add Sound class (afb100d)
- 📦 Move content renderer back into framework btn (8ac1264)
- 📦 More javadocs (11555ce)
- 📦 Clean up Buttons helper (26afa02)
- 📦 Allow button tooltips to be manually rebuilt (c037613)
- 📦 Button texture can now be supplied (05f30a5)
- 📦 Mark widgets api as beta for now (10b176c)
- 📦 Rename backgroundBorder to border (238df63)
- 📦 Add option to set min scroller height (43cc21f)
- 📦 Change field name for scroller width (bb92907)
- 📦 Add support to set scroll bar container padding (63f24f9)
- 📦 Improve method naming consistency (990cf6c)
- 📦 Update selection list to use Border (74af850)
- 📦 Edit boxes now use Border object (d3b58be)
- 📦 Add border class (92b0276)
- 📦 Add builder to ItemSprites (d909a02)
- 📦 Convert Padding to a class with helper methods (a09f779)
- 📦 Add support to override icon area width in edit box (637453f)
- 📦 Adopt FrameworkEditBox to use Padding object (16b22de)
- 📦 Extract Padding to upper class (8891d55)
- 📦 Change default padding on edit boxes (9abb05b)
- 📦 Resolve some layout issues with edit boxes (31f8266)
- 🐛 Fix edit box click check not using parent height (ac8b186)
- 🐛 Fix icon not actually centerred (4eecb09)
- 📦 Add option for selection list items to be unselectable (c57a343)
- 📦 Fix case where scroll isn't clamped (8246ce8)
- 📦 Add selection lists (6989333)
- 📦 Add option to disable clear on right click of edit box (9f417af)
- 📦 Create a Buttons class to house common buttons (d9c23f4)
- 📦 Add Framework edit boxes (f67cb51)
- 📦 Copy vanilla behaviour for button textures (cad33ec)
- 🐛 Fix FrameworkButton action not marked as handled (89f1c43)
- 📦 Add java docs for FrameworkButton (bf4411f)
- 📦 Change Label method names (f9572d3)
- 💥 Remove button controllers (ba43e5b)
- 📦 Add docs for tooltip options (0a5198b)
- 📦 Add tooltip option to rebuild on hover (0e6aa35)
- 📦 Start bringing over custom buttons (e038cd5)
Download:
- Official Website: https://mrcrayfish.com/mods/framework
- CurseForge: https://curseforge.com/minecraft/mc-mods/framework
1.21.1-0.13.9
Technical Changelog:
- 📦 Change ScrollerSprites to use consistent API style (77756ac)
- 📦 Add more default definitions (1958834)
- 📦 Create class for holding scroller sprites (0602fa9)
- 📦 Patch Sound volume to match default UI volume (fc8446a)
- 📦 Toggle renderer icon now affected by disabled state (0983c77)
- 🐛 Fix nonull defaults for selection lists (fe9e917)
Download:
- Official Website: https://mrcrayfish.com/mods/framework
- CurseForge: https://curseforge.com/minecraft/mc-mods/framework