修改播报图标
This commit is contained in:
parent
a790ee09ef
commit
943a793293
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ public class KillMessageOverlay {
|
||||||
icon = BEAST;
|
icon = BEAST;
|
||||||
} else if (record.damageType == TargetModDamageTypes.MINE) {
|
} else if (record.damageType == TargetModDamageTypes.MINE) {
|
||||||
icon = CLAYMORE;
|
icon = CLAYMORE;
|
||||||
} else if (record.damageType == ResourceKey.create(Registries.DAMAGE_TYPE, new ResourceLocation("dreamaticvoyage", "dmv_bleeding"))) {
|
} else if (record.damageType == ResourceKey.create(Registries.DAMAGE_TYPE, new ResourceLocation("dreamaticvoyage", "bleeding"))) {
|
||||||
icon = BLEEDING;
|
icon = BLEEDING;
|
||||||
} else if (record.damageType == ResourceKey.create(Registries.DAMAGE_TYPE, new ResourceLocation("dreamaticvoyage", "blood_crystal"))) {
|
} else if (record.damageType == ResourceKey.create(Registries.DAMAGE_TYPE, new ResourceLocation("dreamaticvoyage", "blood_crystal"))) {
|
||||||
icon = BLOOD_CRYSTAL;
|
icon = BLOOD_CRYSTAL;
|
||||||
|
|
Loading…
Add table
Reference in a new issue