summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockBigFlower.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-20Correct world height validations.Tommy Santerre1-1/+1
Unify the way we test block above the current one (Height - 1 instead of a_RelY + 1). Allow generation of world of flat height = 255
2014-12-24Refactored all player block placing to go through hooks.Mattes D1-12/+0
Fixes #1618.
2014-09-26Removed more unessicary includesTycho1-1/+1
2014-09-13Improved cBlockHandler::DropBlockTiger Wang1-3/+3
2014-09-09Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy981-6/+0
2014-08-19Code formatting fixes.Howaner1-3/+3
2014-07-24Fixed block dropsTiger Wang1-3/+3
* Fixes #1242 (the issue addressed within)
2014-07-17Fixed issues relating to saplings and leavesTiger Wang1-3/+3
- Removed cBlockInfo::RequiresSpecialTool * Fixes #1195 * Fixes #1201
2014-07-17Basic style fixes.madmaxoft1-2/+2
2014-04-03Change CanBeAt() from big flowerHowaner1-5/+1
2014-03-29Add "a_RelY < cChunkDef::Height" to BlockBigFlowerHowaner1-0/+1
2014-03-28Add tallgrass drop to big flowers.Howaner1-3/+40
Add tallgrass drop, when a players break a tallgrass with the shear.
2014-03-28door -> flowerHowaner1-1/+1
2014-03-28Add tall flower handler.Howaner1-0/+97