V1.3.2 More Bug Fixes
- Fixed a bug causing explosive events to spray blood from gun sources such as the player. Special thanks to slava110 for this fix.
- Made the show_mob_damage client config always set to false until it is fully ready to be implemented. Should prevent any accidental server crashes if someone configures it.
- Fixed a bug that was causing server crashes (Forgot I didn't move the client events to their own client-side only class).
- Updated README to reflect recent minor version bump.
V1.3.1
- Hotfix for a potential game crashing bug with certain entities.
V1.3.0
NOTE: HIGHLY RECOMMENDED TO DELETE PREVIOUS CONFIG FILES PRIOR TO UPDATING.
- Remade all blood spatter textures to be a bit more detailed with different opacities.
- Exploding mobs such as creepers now produce huge blood sprays on explosion.
- Fixed bug that allows blood spatters to catch on fire.
- Fixed bug that causes a blood fountain whenever the player dies, but does not respawn.
- Added an option to blacklist the player (all players) from being an entity that can bleed.
- Stopped blood from triggering buttons and interacting with other entities.
- Removing blood sprays/chunks on entity death until I find a better & less crash-prone solution.
- Major rework to blood entities. They no longer extend the AbstractArrow class, which fixes the catching fire, button pressing, and some crashing bugs. As well, allowed me to remove some mixin classes that were prone to errors when using Sinytra Connector.
- Added config option to modify the blood spray radius.
- Fixed minor bug that caused blood to not spray in certain directions.
- Added an optional bleed effect (default is false. Enable in config.) when an entity is below 50% health that bleeds more as they get lower in health.
- Experimenting with a system for showing entity damage. If it viable, it will be fully implemented in the future.
V1.3.0
NOTE: HIGHLY RECOMMENDED TO DELETE PREVIOUS CONFIG FILES PRIOR TO UPDATING.
- Remade all blood spatter textures to be a bit more detailed with different opacities.
- Exploding mobs such as creepers now produce huge blood sprays on explosion.
- Fixed bug that allows blood spatters to catch on fire.
- Fixed bug that causes a blood fountain whenever the player dies, but does not respawn.
- Added an option to blacklist the player (all players) from being an entity that can bleed.
- Stopped blood from triggering buttons and interacting with other entities.
- Removing blood sprays/chunks on entity death until I find a better & less crash-prone solution.
- Major rework to blood entities. They no longer extend the AbstractArrow class, which fixes the catching fire, button pressing, and some crashing bugs. As well, allowed me to remove some mixin classes that were prone to errors when using Sinytra Connector.
- Added config option to modify the blood spray radius.
- Fixed minor bug that caused blood to not spray in certain directions.
- Added an optional bleed effect (default is false. Enable in config.) when an entity is below 50% health that bleeds more as they get lower in health.
- Experimenting with a system for showing entity damage. If it viable, it will be fully implemented in the future.