Skip to content

Blast core on weapon causes server to crash Embers Rekindled 1.19 #305

@AydeeAychdee

Description

@AydeeAychdee

when I learned about the blast core function I got super excited to put it on my favorite weapon. as soon as i finally got to test it on some zombies, with a huge constant explosion of particles, all mobs froze in place and the server log flooded long enough to reach the moon before watchdog shut it down. this was the primary thing that was looped in the server log. i have restarted the server several times to see it is indeed a repeatable issue. it seems that when there is multiple mobs grouped up it chains the explosions repeatedly until the mantle jar/bulb/bottle is drained completely but the server cant handle it.
the version im currently using is embers rekindled 1.19 on minecraft forge 1.12.2

at teamroots.embers.itemmod.ModifierBlastingCore.onHit(ModifierBlastingCore.java:128) ~[ModifierBlastingCore.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_413_ModifierBlastingCore_onHit_LivingHurtEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:604) ~[ForgeHooks.class:14.23.5.2854]
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1410) ~[vp.class:?]
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:926) ~[vp.class:?]
at net.minecraft.entity.monster.EntityMob.func_70097_a(EntityMob.java:70) ~[ade.class:?]
at net.minecraft.entity.monster.EntityZombie.func_70097_a(EntityZombie.java:233) ~[adt.class:?]
at teamroots.embers.itemmod.ModifierBlastingCore.onHit(ModifierBlastingCore.java:128) ~[ModifierBlastingCore.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_413_ModifierBlastingCore_onHit_LivingHurtEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:604) ~[ForgeHooks.class:14.23.5.2854]
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1410) ~[vp.class:?]
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:926) ~[vp.class:?]
at net.minecraft.entity.monster.EntityMob.func_70097_a(EntityMob.java:70) ~[ade.class:?]
at net.minecraft.entity.monster.EntityZombie.func_70097_a(EntityZombie.java:233) ~[adt.class:?]
at teamroots.embers.itemmod.ModifierBlastingCore.onHit(ModifierBlastingCore.java:128) ~[ModifierBlastingCore.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_413_ModifierBlastingCore_onHit_LivingHurtEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:604) ~[ForgeHooks.class:14.23.5.2854]
at net.minecraft.entity.EntityLivingBase.func_70665_d(EntityLivingBase.java:1410) ~[vp.class:?]
at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:926) ~[vp.class:?]
at net.minecraft.entity.monster.EntityMob.func_70097_a(EntityMob.java:70) ~[ade.class:?]
at net.minecraft.entity.monster.EntityZombie.func_70097_a(EntityZombie.java:233) ~[adt.class:?]
at teamroots.embers.itemmod.ModifierBlastingCore.onHit(ModifierBlastingCore.java:128) ~[ModifierBlastingCore.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_413_ModifierBlastingCore_onHit_LivingHurtEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions