Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Potentially fix glitch with falling entities. | Travis Watkins | 2012-11-13 | -0/+1 |
| | | | | | | | | | | | When a block creates a falling entity the block is not immediately removed from the world. Instead, the falling entity is responsible for removing it but only if the block still exists. Due to certain piston mechanics it is possible to move the block before this check happens and thus the block is not removed. This should be fine as the entity will kill itself in this situation. However, the code does not stop here and continues running the rest of the entity logic which includes either placing a block in the world or placing a block item in the world depending on the circumstances. | |||
* | Add EntityFallingBlock from mc-dev | Travis Watkins | 2012-11-13 | -0/+178 |
| | ||||
* | Update CraftBukkit to Minecraft 1.3.1 | feildmaster | 2012-08-02 | -90/+0 |
| | ||||
* | Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. | Nathan Adams | 2012-03-22 | -1/+1 |
| | ||||
* | Updated CraftBukkit to 1.2 | Nathan Adams | 2012-03-01 | -3/+3 |
| | ||||
* | Update for 1.1_01 renames. | Erik Broes | 2012-01-15 | -9/+9 |
| | | | | | We know these updates (can) break plugins bypassing Bukkit. They are needed for smooth updates however. There will be another one right before before 1.1-R1. | |||
* | Updated to Minecraft 1.1 | Erik Broes | 2012-01-12 | -2/+2 |
| | ||||
* | Fix CraftBukkit comments. | Erik Broes | 2012-01-12 | -2/+2 |
| | ||||
* | Updated to use mc-dev rename revision 1 | Nathan Adams | 2011-11-30 | -0/+90 |