Cracker's Wither Storm Mod

Cracker's Wither Storm Mod

5M Downloads

Errors caused by withering storm attacking Gladiator

48004800 opened this issue · 5 comments

commented

https://www.curseforge.com/minecraft/mc-mods/mcdoom
1.19.2
mod:3.1.1
The withering storm could not really kill him. Gladiator's blood volume is empty, but he didn't die

. You can't find him with the command, nor can the player kill him.
2022-10-16_11 42 47

Under normal circumstances, players can kill Gladiator

commented

This should be opened up in https://github.com/AzureDoom/MCDoom/issues I don't think this is related to the Wither Storm

commented

This should be opened up in https://github.com/AzureDoom/MCDoom/issues I don't think this is related to the Wither Storm

This happens only when the wither storm attacks Gladiator

I don't think it's likely to be the problem of doom
In other cases, Gladiator can be killed normally

commented

I'll have to look into it, but seems like an MCDoom problem.

commented

I'll have to look into it, but seems like an MCDoom problem.

AzureDoom/MCDoom#73
This does not seem to be a problem with DOOM MOD

DOOM recreated Gladiator. But the problem still exists

I suggest you set a more powerful attack for the wither Storm(It may solve this problem, and at the same time, it can make the Witherstom more powerful)

commented

Does not seem solvable on my end. Here's the code snippet that kills entities:

target.hurt(DamageSource.mobAttack(this).bypassArmor(), Float.MAX_VALUE);

Based off of the /kill command. Should be compatible with all mobs.