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

onIgnite for fireballs: Block passed to onIgnite is always in default world/NORMAL dimension #152

Closed nosefish closed 11 years ago

nosefish commented 11 years ago

OEntitySmallFireball, line 56; OExplosion, line 247: Block b = new Block(0, i, j, k); should use constructor public Block(World world, int type, int x, int y, int z) instead.