summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockNetherWart.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-05Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell101-1/+1
2020-09-28Fortune Drops (#4932)KingCol131-6/+4
2020-09-25Unify block entity pickup conversionTiger Wang1-1/+1
2020-09-20BlockHandler initialisation is a constant expression (#4891)Tiger Wang1-11/+6
2020-04-21Vector3 in Handlers (#4680)Mattes D1-3/+3
2020-04-16Using Super.Mattes D1-2/+2
2019-10-28Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D1-6/+11
2019-10-16Refactored block-to-pickup conversion. (#4417)Mattes D1-10/+27
2017-08-06Removed unneeded includes (#3902)Lukas Pioch1-1/+0
2017-06-13FastRandom rewrite (#3754)peterbell101-2/+2
2015-12-13Set overgrown wart age to 3Safwat Halaby1-1/+5
2015-12-12Nether wart only ages to 3Gargaj1-2/+2
2015-08-19* Logic for handling plant growth has been centralized into cBlockPlant, and all growable plants now inherit from it.Samuel Barney1-4/+5
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-1/+1
2015-07-14Improved mapsTiger Wang1-3/+6
2014-03-30Fixed a few Clang warnings in BlockHandlers.madmaxoft1-7/+8
2014-02-02Changed Signiture of OnUpdateTycho1-1/+1
2014-02-01Changed pointers to referencesTycho1-1/+1
2014-02-01Changed signitures of Several BLockHandler MethodsTycho1-2/+2
2013-12-18Implented Nether Wart.STRWarrior1-0/+52