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

onExplosion(Block, BaseEntity, List): Block status does not match documentation #143

Closed nosefish closed 11 years ago

nosefish commented 11 years ago

block.getStatus() returns 0 for TNT,1 for Ghast Fireball, 2 for Creeper, 3 for Wither skull javadoc says 1 = tnt. 2 = creeper. 3 = ghast fireball. 4 = wither skull