Added an extra check to the recursive find block functions to prevent a StackOverflow error.
(Fabric) Fixed a nullpointerexception when checking if an entity was from a spawner.
The complete changelog with previous versions can be found at https://serilum.com/mods?changelog=collective.
(Fabric) Fixed incompatibilities with other mods due to an incorrectly applied ItemStackMixin.
Fixes item events from other mods not being run correctly.
Thanks @Pyrofab on Github for the code the current function is based on!
The complete changelog with previous versions can be found at https://serilum.com/mods?changelog=collective.
Fixed a crash when a dimension was loaded before the WorldLoadEvent was run.
Improved performance by using WeakHashMaps to allow better garbage collection.
The complete changelog with previous versions can be found at https://serilum.com/mods?changelog=collective.
Fixed Collective crashing when trying to spawn an entity into an incorrectly loaded world.
The complete changelog with previous versions can be found at https://serilum.com/mods?changelog=collective.