summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockNetherWart.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Logic for handling plant growth has been centralized into cBlockPlant, and all growable plants now inherit from it.Samuel Barney2015-08-191-4/+5
| | | | * Blocks now have an effect upon plant growth, just like in vanilla.
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-1/+1
|
* Improved mapsTiger Wang2015-07-141-3/+6
|
* Fixed a few Clang warnings in BlockHandlers.madmaxoft2014-03-301-7/+8
|
* Changed Signiture of OnUpdateTycho2014-02-021-1/+1
|
* Changed pointers to referencesTycho2014-02-011-1/+1
|
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-2/+2
| | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check
* Implented Nether Wart.STRWarrior2013-12-181-0/+52