aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/anthonyhilyard/iceberg/Loader.java
AgeCommit message (Collapse)Author
2023-04-09Ported changes from 1.1.5. 3D item renderer now supports most itemsAnthony Hilyard
that spawn entities.
2022-12-22Added 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.
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-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-09-02Added auto registry class for easy registration.Anthony Hilyard
2021-08-25Initial commit.Anthony Hilyard