summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockIce.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-65/+0
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-2/+2
|
* [Bleeding] Ice in the nether fades to air. Fixes BUKKIT-5373GJ2014-04-18-1/+1
| | | | | | | | Previously, whenever BlockFadeEvent was called for ice melting, it returned the new BlockState with a type of Material.STATIONARY_WATER. However, in the Nether, ice melting does not form water, but is simply replaced by air instead. This changes the event to use the proper BlockState based on whether the block is located in the Nether or not.
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-1/+1
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-15/+15
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-4/+4
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-10/+10
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-1/+1
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-6/+6
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-13/+32
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-2/+1
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* Update for 1.1_01 renames.Erik Broes2012-01-15-2/+2
| | | | | 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 use mc-dev rename revision 1Nathan Adams2011-11-30-1/+1
|
* Update for 1.0.0Erik Broes2011-11-20-2/+6
|
* Refactored some code from nms to ob for minimal diffsDinnerbone2011-08-29-9/+2
|
* Fixed new type reporting in BlockFade event for snow and ice. Thanks DiddiZ!EvilSeph2011-08-08-1/+1
|
* Update for 1.7.3Dinnerbone2011-07-08-1/+6
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-1/+1
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-11/+5
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Added BlockSpread, BlockForm and BlockFade events.EvilSeph2011-06-17-0/+51