libreg has been archived. libreg will not receive any further updates unless the author decides to unarchive the project.
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today! - 1.18.2
- 1.17.1
- 1.17
- No elements found. Consider changing the search query.
- List is empty.
- It is now no longer required to pass a
BlockWithEntity
when registering a BlockEntity
. Pass a Block
now.
- Change namespace initialization (
init
) to ns
- Hotfix
- Mixin no longer crashes due to invalid package
- Fabric Loader no longer crashes due to
java.lang.ClassNotFoundException: dev.tehc.libreg.ModKt
- Update package name from
dev.tehc.libreg
to dev.cursedmc.libreg
- Use new
BlockEntityRendererRegistry
in Fabric API
- Remove usage of
BlockEntityRendererRegistry
- Suppress warnings for "Unused" in API items
- Major bug fixes
- Server no longer crashes when loading (due to NoClassDefFoundError)
- Removed RenderLayer from overloaded arguments in
block
, blockItem
, and blockEntity
.
- Fixed bug where blocks would register twice in two of the blockItem functions
- Added BlockEntities
- Added Entities