summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockFire.java
Commit message (Collapse)AuthorAgeLines
* Port to new mc-dev format.Erik Broes2011-01-30-139/+100
|
* Fixed an issue where fire spread cancellation changed the behavior of ↵sk89q2011-01-28-1/+1
| | | | natural fire.
* Fixed fire spread hook providing the wrong block.sk89q2011-01-28-1/+1
|
* BlockBurnEventTaylor Kelly2011-01-26-22/+28
|
* Further fixes to fire eventsAndrew Ardill2011-01-19-8/+12
| | | | | Moved lava ignition event into the correct position. Spam should be reduced significantly.
* Fix BlockIgniteEvent after someone updated it and missed some stuff.speakeasy2011-01-19-7/+3
|
* Fix to slow fire spread hook, to check if a block is on fire beforeAndrew Ardill2011-01-18-15/+33
| | | | trying to set it on fire.
* Moved block stuff from org.bukkit to org.bukkit.blockDinnerbone2011-01-15-4/+4
|
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-35/+31
|
* Added hooks for BlockIgniteEventspeakeasy2011-01-11-0/+212
Signed-off-by: speakeasy <mekevin1917@gmail.com>