Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-09 | Ported changes from 1.1.5. 3D item renderer now supports most items | Anthony Hilyard | |
that spawn entities. | |||
2022-12-22 | Added new selectors and item rendering capability. | Anthony Hilyard | |
- Added wildcard item selector. - Added selector negation. - Added selector combination. - Item detail models can now be rendered via the custom item renderer. - Fixed several tooltip rendering bugs. - Added Minecraft 1.19.3 support. | |||
2022-09-26 | Removed verbose flag from mixin config. | Anthony Hilyard | |
2022-09-26 | Added support for Configured 2.x. | Anthony Hilyard | |
2022-06-22 | Added support for Configured to IcebergConfig. | Anthony Hilyard | |
2022-06-14 | Initial port to 1.19. | Anthony Hilyard | |
Disabled Config Menus for Forge support until it has a 1.19 version. Disabled AutoRegistry since Forge broke it. | |||
2022-05-21 | Added a workaround to fix update checker for my mods. | Anthony Hilyard | |
2022-05-19 | Bumped required forge version to 40.1, fixed IcebergConfig crash. | Anthony Hilyard | |
2022-01-25 | Rewrote new config system, added support for Config Menus for Forge mod. | Anthony Hilyard | |
2022-01-13 | Added subconfig capability to Forge's config system. | Anthony Hilyard | |
2021-12-30 | Ported 1.0.32 to 1.18.1. Added tooltip index to tooltip events, fixed | Anthony Hilyard | |
text color alpha limitation. | |||
2021-12-04 | Initial 1.18 port. Overhauled tooltip handling, added color code item | Anthony Hilyard | |
color support. | |||
2021-11-02 | Consolidate item selectors. NewItemPickupEvent is now entirely | Anthony Hilyard | |
client-side. | |||
2021-10-18 | Readded RenderTooltipEvent.PostText, since it was removed in a recent | Anthony Hilyard | |
version of Forge. | |||
2021-10-13 | Initial commit for 1.17.1 version. | Anthony Hilyard | |
2021-09-20 | Updated tooltip handling, added remote pre-item pickup event and network | Anthony Hilyard | |
protocol. | |||
2021-08-25 | Initial commit. | Anthony Hilyard | |