Unable to light fireworksSolved

I'm not skilled enough in coding/configuring plugins to be able to figure this out. When I hit fireworks that I place with a torch or flamethrower, nothing happens. And ideas? And if you can, please be specific with exactly what code to add/change and where, because I am a noob.

I really appreciate any help that I can get for this.

replace:

            if (majority == DamageType.Decay || majority == DamageType.Fall)
            {
                return null;
            }​

with:

            if (majority == DamageType.Decay || majority == DamageType.Fall || entity is BaseFirework)
            {
                return null;
            }

itll be in the next update as well

Thank you nivex!!

That did work with flamethrowers, although it didn't seem to work with torches.

ok, I modified the code above

Huge help, thank you nivex. Donation headed your way

no problem

Any idea when the next update come, nivex?

Hi how to make it look good with sky lantern too

TY

add SkyLantern to dispensers entity group

it will be released when it's ready. currently dealing with a rare bug.

Thanks nivex 🤙

thanks got both of them working now fireworks and skylanterns

Locked automatically