mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-08 22:02:41 +01:00
b8f75406c1
## About The Pull Request Cleans up the recycler code to be easier to read and work better: - Combined safety checks into one function. - Preventing unnecessary item collection from mobs when safety mode is active. - Fixing issue with deleting content of holographic objects. (i think this bug still exists in many other places in code where holograms are being deleted) - Unit test. ## Why It's Good For The Game It's good, i think. ## Changelog 🆑 fix: Fixed recycler deconstruction. fix: Holograms now properly drop their contents when processed in recycler instead of deleting them. code: Cleaned up recycler code. /🆑