summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockPlant.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added CircleCI for stylechecking.Mattes D2015-09-171-3/+2
| | | | This will allow us to remove the stylecheck from Travis builds, making them a bit faster, and having fast style checks
* * Logic for handling plant growth has been centralized into cBlockPlant, and all growable plants now inherit from it.Samuel Barney2015-08-191-0/+132
* Blocks now have an effect upon plant growth, just like in vanilla.