aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/skyblocker/tabhud
AgeCommit message (Collapse)Author
2023-07-29Update READMEmsg-programs
2023-07-27Load layout from resoure packs, see details.msg-programs
Use resource pack logic to load the layouts. Finally delete the old screen defs, replace with builtin layout JSON files. Include a top-aligned layout as a builtin resource pack. Implement more possibilites for the layout to support said pack.
2023-07-23Massive refactor, see detailsmsg-programs
Instead of creating a new widget instance every frame, instantiate once and update content. This means that every widget had to be updated to work like that. This also necessitated some ugly hackery for the dwarven HUD. Many other minor things like moving and renaming classes
2023-07-16POC for JSON-based tabhud config.msg-programs