aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
AgeCommit message (Collapse)Author
2021-04-05support new modmenu api (#103)DragonEggBedrockBreaking
* support new modmenu api * Update fabric.mod.json
2021-02-27Move config handling to PathJuuxel
2021-02-27Move all implementation classes into the impl packageJuuxel
2020-12-17Add screen networking API, update to 1.16.43.3.0Juuxel
2020-09-24Tabs, card panels and showing/hiding widgets (#74)3.0.0Juuxel
* Add beta API for hiding and showing widget peers, add default implementation for slots * Add WCardPanel * Tab thingies * Improve WPanel.toString * Fix tabs, add dark mode * Add box fillers * Tabs again * Tab go brrr * Revert modmenu changes * Fix card panels not initialising hidden widgets properly * Fix slots not being hidden when they should be * Things * Revert "Add box fillers" This reverts commit 1ea1bfbb * foo * revert more modmenu changes * Add tab titles and switch to a builder model for adding tabs * Document tab builders * Make hidden widgets release their focus * Replace outdated since tags with TAB_VERSION * Fix compilation of WTabPanel * TAB_VERSION => 3.0.0 * Add focusing support to tabs
2020-06-30Update dependency versions in fabric.mod.json, add Jankson dependencyJuuxel
2020-06-30Add myself to authorsJuuxel
2020-03-08Fix fabric.mod.json indentation1.7.0Juuxel
2020-03-08Update to 20w10aJuuxel
2019-07-21Get clientside guis running, stub out config guiFalkreon
2019-07-20Add darkmode support to WLabel, fix build, add API badgeFalkreon
2019-07-18start adding in dark modeMeredith Espinosa
2019-07-04Initial port from 1.14.1 Cotton to 1.14.3 standaloneFalkreon
2019-07-03Initial commitfalseresync