summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockIce.java
Commit message (Collapse)AuthorAgeLines
* 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