summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockPlant.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-03cBlockInfo static initialisation (#3832)peterbell101-1/+1
2017-06-13FastRandom rewrite (#3754)peterbell101-2/+1
2015-09-17Added CircleCI for stylechecking.Mattes D1-3/+2
This will allow us to remove the stylecheck from Travis builds, making them a bit faster, and having fast style checks
2015-08-19* Logic for handling plant growth has been centralized into cBlockPlant, and all growable plants now inherit from it.Samuel Barney1-0/+132
* Blocks now have an effect upon plant growth, just like in vanilla.