mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
* fix: item burning (except netherite), proper lava damage, and eliminate ghost lava * fix: soul fire damage * fix: fire spreading behavior * chore: clippy and formatting * fix: add on_entity_step for magma block damage * chore: clippy and formatting * fix: remove item.rs edit and hardcode is_fire_immune for now * fix: compare biome ids and restore a fn name * fix: god mode gamerule hack * feat: DamageResistantImpl * refactor: remove campfire damage fixes * refactor: shared fire collision fn * fix: typos * fix: i did now 💀 * fix: gamerule and fire resistance now prevent magma block damage * fix: fire_damage gamerule only for players * fix: better on_entity_step detection (block edges) * fix: on_entity_step now fires with bool flag (for detection under non-solid blocks) * fix: rip * fix: infiniburn tags and damage * fix: send_pos_rot * fix: restore adjust_movement_for_collisions logic and fmt --------- Signed-off-by: RB007 <36972202+RoosterBooster007@users.noreply.github.com>