- Fixed crash on adding blocks via command (1.16/1.17)
- Fixed modded hoppers not checking for valid input slot on Forge
- Changed composter inventory to use blockentity for all level states (thanks gniftygnome)
- Disabled Fabric Transfer API composter handling (thanks gniftygnome)
- Removed mixin disabling Forge input hook from running as it is no longer needed
- Replaced mixin injecting composter inventory with method override
- Composter now drops inventory contents instead of bonemeal upon breaking at level 8
- Replaced composter with one that implements a block entity inventory for hopper extraction
- Removed shuffling option as it was no longer useful
- Removed commands that are no longer useful
- Disabled inventory hook to make hopper insertion work on Forge