FallenMoonNetwork / CanaryMod

Server administration mod and API for Minecraft beta multiplayer server
http://canarymod.net
GNU Lesser General Public License v3.0
20 stars 14 forks source link

Blaze fireballs don't trigger onIgnite #146

Closed nosefish closed 11 years ago

nosefish commented 11 years ago

144 was about Blaze fireballs and fire charges fired from dispensers (OEntitySmallFireball). Good job with the Ghast fireballs, though, hadn't noticed it yet :).

14mRh4X0r commented 11 years ago

Ah, I was confused beacuse OEntityFireball is an abstract superclass. Even so, it should not matter, because the bug was in OExplosion, which should be used by OEntitySmallFireball as well. Could you verify whether this bug still persists?

nosefish commented 11 years ago

It still exists. Small fireballs don't explode, they only set blocks on fire where they hit. No OExplosion involved as far as I can tell.

14mRh4X0r commented 11 years ago

Oh, I wasn't aware of that. Shows how much I still play Minecraft these days :sweat_smile: