RuffleSteels / Firorize

Adds a blue fire overlay when you are on soul fire!
MIT License
7 stars 4 forks source link

Consistent fire problem #10

Closed Julienraptor01 closed 2 years ago

Julienraptor01 commented 2 years ago

This is only an issue when using consistent fire. When standing on the edge on a block, even if hitbox is in blue flame and we take 2 damage points, flame is orange.

2022-05-27_20 03 27

Julienraptor01 commented 2 years ago

I guess this is because most of the hitbox is out of the blue flame but this shouldn't be the case. If any any part of the hitbox is in blue fire then overlay should be blue.

RuffleSteels commented 2 years ago

Yes, this is an issue due to where I'm calling the check within the mixin class, I will attempt to fix tomorrow. Thanks!