playerBlockCollisionUsingCenterFix causes all entities to be immune to magma blocks
SplendidAlakey opened this issue ยท 1 comments
Describe the bug
Setting playerBlockCollisionUsingCenterFix to true will make every entity in the game (including the player) not to take any damage from standing on magma blocks.
To reproduce:
- /carpet-fixes playerBlockCollisionUsingCenterFix true
- Walk over magma blocks
- Take no damage
- Let any other entity walk over magma blocks - same result
Expected behavior
Entities that are not designed to be immune to magma blocks should take damage while walking on it.
Minecraft Version:
- 1.18.2
Carpet-Fixes Version: - v1.7.9
Carpet Version: - v1.4.69
Logs
https://gist.github.com/Footage2-Amply-Pounce/ce6cbbf89dfeda8e81e81d39b18d44a2 (seems to be nothing useful in there, but including it just in case)