summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockGrass.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-4/+5
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-2/+3
| | | | | | | | | | | | | 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-6/+5
| | | | | 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.
* Minor optimization in BlockGrass by only checking light once instead of ↵Nathan Adams2012-01-15-4/+5
| | | | twice. Thanks to oloflarsson for the PR.
* Fix CraftBukkit comments.Erik Broes2012-01-12-1/+1
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-2/+2
|
* Update for 1.0.0Erik Broes2011-11-20-19/+18
|
* Made grass throw a BlockSpread event when growing and a BlockFade event when ↵Wizjany2011-09-25-0/+67
receding.