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
@@ -23,6 +23,7 @@ DamageSource *DamageSource::wither = (new DamageSource(ChatPacket::e_ChatDeathWi
DamageSource *DamageSource::anvil = (new DamageSource(ChatPacket::e_ChatDeathAnvil));
DamageSource *DamageSource::fallingBlock = (new DamageSource(ChatPacket::e_ChatDeathFallingBlock));
DamageSource *DamageSource::flyIntoWall = new DamageSource(ChatPacket::e_ChatDeathFlyIntoWall);
DamageSource *DamageSource::hotFloor = (new DamageSource(ChatPacket::e_ChatDeathHotFloor, ChatPacket::e_ChatDeathHotFloorPlayer))->setIsFire();
DamageSource *DamageSource::mobAttack(shared_ptr<LivingEntity> mob)
{