- Made hover objects more customizable.
- Removed hover-related fields from
ButtonText
and added separatehover_text
andhover_icon
fields toJsonButton
.
- Removed hover-related fields from
- Fixed default text rendering offset.
- The previous version set the default offset in the json to
-4
instead of properly centering the text and making the default json offset0
. - This might break some existing files if anyone is already correcting for the
-4
offset, but I don't think anyone is yet.
- The previous version set the default offset in the json to
- Added the ability to render slideshow images in a random order.
- FITFC: Added Brazillian translation.
- Fixed json buttons always using the vanilla sprites, instead of the specified value.
- Updated to Minecraft 1.21!
- Rewrote the internal structure of
JsonButton
to handle the changes to vanilla GUI code. - Wrote schema documents detailing the new format. See here.
- Removed the ability to use zip files as the packmenu-provided resource pack. Only folder packs are supported.
- Made it possible for the slideshow to only run one time instead of repeating infinitely.
- Removed forge dependency line from the mods.toml and marked as Forge and NeoForge for CF.
- The dependency will be added back and the Forge marker will be removed once CF supports Neo correctly.
- Updated to Placebo 8.2.0
- Updated to 1.20.1.
- Proper port to 1.19.2
- Removed shadowed Placebo code and reintroduced dependency now that Placebo has been updated.
- Fixed slideshow fade not working.
- Mixin fix for real this time, maybe.
- Mixin fix
- Alpha port to 1.19.2
- Added a potential fix for the panorama loading the vanilla panorama.
- Added an explicit disable option for the logo.
- Fixed logo not drawing with translucency.
- Fixed slideshow not drawing at all.
- Initial update to 1.18.1
- Initial update to 1.17.1
- Added the Supporters Screen, where you can display the names of those who support you and a link to a donation page.
- Allow buttons to specify hover text
- Fix arbitrary scaling not working. Previously only 1/n where n is an integer scaling worked properly. Scaling may still have issues in some random cases.
- Added a REALMS action so that clients with PackMenu can connect to realms once more.
- Made it so that multiple panoramas can be specified. One will be chosen at random during resource reload.
- All elements that supported an offset (title, splash, java edition, forge warnings) now support having their anchor points changed.
- When a button has text that is too long for it's button, it will be trimmed and have "..." placed at the end of it.
- Hovering over a button with "..." appended will make the text scroll so that longer text can be read.
- Added a screen type for the resource pack menu (RESOURCE_PACKS)