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

onUpdate #91

Closed spenk closed 11 years ago

spenk commented 11 years ago

replacing water blocks triggers onUpdate http://forums.canarymod.net/?topic=2431.msg38884#msg38884

BluXDragon commented 11 years ago

It would be nice if you posted the area in your code that is relevant to the issue.

Also you really lack description here. This could mean "replacing water blocks via plugin triggers onUpdate" or it could mean "when Minecraft replaces water blocks (such as when it freezes or turns to cobblestone from lava) it calls onUpdate". Sure that last one wouldn't be a problem in this particular hook, but it's just an example of how you weren't descriptive enough.

ayyron-dev commented 11 years ago

could you give some more discription of how you found the bug and/or how to trigger it? also if the problem persists in vanilla?

spenk commented 11 years ago

if you disallow a block like water onUpdate it would technically be called whenever the nature changes a block in this case whenever a player replaces lava with another block it would block the placement

ayyron-dev commented 11 years ago

Whenever the nature? Explain

ayyron-dev commented 11 years ago

Closing because this is a spenk bug not a canary bug.