aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/anthonyhilyard/iceberg/mixin
AgeCommit message (Collapse)Author
2022-07-24Added support for latest Forge and Configured.Anthony Hilyard
2022-06-22Added support for Configured to IcebergConfig.Anthony Hilyard
2022-06-14Initial 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-21Added a workaround to fix update checker for my mods.Anthony Hilyard
2022-05-19Bumped required forge version to 40.1, fixed IcebergConfig crash.Anthony Hilyard
2022-01-25Locked configmenusforge mixins to current version. Fixed IcebergConfigAnthony Hilyard
events not firing.
2022-01-25Rewrote new config system, added support for Config Menus for Forge mod.Anthony Hilyard
2022-01-13Added subconfig capability to Forge's config system.Anthony Hilyard
2021-12-30Ported 1.0.32 to 1.18.1. Added tooltip index to tooltip events, fixedAnthony Hilyard
text color alpha limitation.
2021-12-29Fixed a mod load order crash bug.Anthony Hilyard
2021-12-04Initial 1.18 port. Overhauled tooltip handling, added color code itemAnthony Hilyard
color support.
2021-11-02Consolidate item selectors. NewItemPickupEvent is now entirelyAnthony Hilyard
client-side.
2021-10-19Added StringRecomposer helper. Fixed crash bug due to missing fonts.Anthony Hilyard
2021-10-18Readded RenderTooltipEvent.PostText, since it was removed in a recentAnthony Hilyard
version of Forge.
2021-10-13Initial commit for 1.17.1 version.Anthony Hilyard
2021-09-20Updated tooltip handling, added remote pre-item pickup event and networkAnthony Hilyard
protocol.
2021-08-25Initial commit.Anthony Hilyard