FallenMoonNetwork / CanaryRecode

CanaryMod Recode Repository
Other
11 stars 44 forks source link

EntitySmallFireball and EntityLargeFireball do not call IgnitionHook #32

Closed nosefish closed 11 years ago

nosefish commented 11 years ago

When an Entity[Small|Large]Fireball hits a block, it sets it on fire, but does not call IgnitionHook

Expected behaviour: the IgnitionHook should be called with block status 7 (at least that's how Crow handles it) when an Entity[Small|Large]Fireball sets a block on fire.