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