chore: port rest of magma block stuff

This commit is contained in:
Fireblade
2026-07-18 20:52:23 -04:00
parent d3067a7d0a
commit f5afc92cdd
13 changed files with 83 additions and 8 deletions
+1
View File
@@ -30,6 +30,7 @@ public:
static DamageSource *anvil;
static DamageSource *fallingBlock;
static DamageSource *flyIntoWall;
static DamageSource *hotFloor;
static DamageSource *mobAttack(shared_ptr<LivingEntity> mob);
static DamageSource *playerAttack(shared_ptr<Player> player);