Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ public void openHandledScreen_c(NamedScreenHandlerFactory factory, CallbackInfoR
ci.cancel();
}

/*
@Inject(at = @At("HEAD"), method = "onDeath", cancellable = true)
public void bukkitizeDeath(DamageSource damagesource, CallbackInfo ci) {
boolean flag = this.world.getGameRules().getBoolean(GameRules.SHOW_DEATH_MESSAGES);
Expand Down Expand Up @@ -331,6 +332,7 @@ public void bukkitizeDeath(DamageSource damagesource, CallbackInfo ci) {
ci.cancel();
return;
}
*/

@Shadow
public void forgiveMobAnger() {}
Expand Down Expand Up @@ -423,4 +425,4 @@ public void cardboard_doInventoryCloseEvent(CallbackInfo ci) {
handler.transferTo(((ServerPlayerEntity)(Object)this).playerScreenHandler, (CraftHumanEntity) getBukkitEntity());
}

}
}