Baccayarro / Movecraft-3

The original movement plugin for Bukkit. Reloaded. The releases feature isn't working, so here is a link to the latest dev version:
https://dl.dropboxusercontent.com/u/11164014/movecraft_beta.zip
GNU General Public License v3.0
15 stars 21 forks source link

Fix redstone randomly triggering cannons. #253

Closed gosella closed 7 years ago

gosella commented 7 years ago

This use CraftBlockState.update(boolean force, boolean applyPhysics) instead of CraftBlockState.update() for every update, to ensure no physics are applied on blocks updates.