more work and compile fixes

This commit is contained in:
Jake Potrebic
2023-06-07 15:12:41 -07:00
parent eb4be91142
commit 074728fe8c
31 changed files with 50 additions and 43 deletions

View File

@@ -149,7 +149,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+
+ this.getCombatTracker().recheckStatus();
+ if (entity != null) {
+ entity.wasKilled((ServerLevel) this.level(), this);
+ entity.killedEntity((ServerLevel) this.level(), this);
+ }
this.gameEvent(GameEvent.ENTITY_DIE);
- this.dropAllDeathLoot(damageSource);