aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/anthonyhilyard/iceberg/registry/AutoRegistry.java
AgeCommit message (Collapse)Author
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.
2021-10-13Initial commit for 1.17.1 version.Anthony Hilyard
2021-09-21Added new methods for entity registration without supplying aAnthony Hilyard
renderfactory. Deprecated old entity registration methods. Fixed bug in automatic sound registration that made sounds not work in multiplayer.
2021-09-20Added renderer support for auto registry system.Anthony Hilyard
2021-09-02Added auto registry class for easy registration.Anthony Hilyard