- Rebuilt from the ground up to use the Architectury API
- Does not include every feature older versions of Trashlib had. These will be reimplemented over time slowly.
- Some methods may differ from older versions of Trashlib.
- Added
TagInitializer
. - Added
ConventionalTags
. - Added
AliasedID
, though users should never have to utilize this.
- Fixed
EntityInitializer
being reverted to a non-functional version.
- Added
ConventionalTags.Blocks
andConventionalTags.EntityTypes
, along with a.of()
method for each ConventionalTag subclass.
- Fixed
ConventionalTags.Items
not being public.
- Added
ConventionalTags
- Added
TagInitializer
.
- Hotfix for
EntityInitializer.register()
- Fixed a crash on NeoForge when trying to make a block transparent.
- Added Mod Aliases
- Added the ability for BlockInitializer to register transparent blocks.
- First alpha build of an Architectury overhaul of Trashlib.
- Currently only has
EntityInitializer
,ItemInitializer
, andBlockInitializer
.
- Currently only has