aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/anthonyhilyard/iceberg/renderer
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-23Fixed items rendered with alpha being upside down.Anthony Hilyard
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-10-14Fixed access issue onAnthony Hilyard
CustomItemRenderer.renderItemModelIntoGUIWithAlpha.
2021-10-13Initial commit for 1.17.1 version.Anthony Hilyard
2021-08-25Initial commit.Anthony Hilyard