summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockBigFlower.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactored all player block placing to go through hooks.Mattes D2014-12-241-12/+0
| | | | Fixes #1618.
* Removed more unessicary includesTycho2014-09-261-1/+1
|
* Improved cBlockHandler::DropBlockTiger Wang2014-09-131-3/+3
|
* Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy982014-09-091-6/+0
|
* Code formatting fixes.Howaner2014-08-191-3/+3
|
* Fixed block dropsTiger Wang2014-07-241-3/+3
| | | | * Fixes #1242 (the issue addressed within)
* Merge branch 'master' into saplingsandleavesTiger Wang2014-07-201-2/+2
|\ | | | | | | | | | | Conflicts: src/Bindings/DeprecatedBindings.cpp src/Blocks/BlockSapling.h
| * Basic style fixes.madmaxoft2014-07-171-2/+2
| |
* | Fixed issues relating to saplings and leavesTiger Wang2014-07-171-3/+3
|/ | | | | | - Removed cBlockInfo::RequiresSpecialTool * Fixes #1195 * Fixes #1201
* Change CanBeAt() from big flowerHowaner2014-04-031-5/+1
|
* Add "a_RelY < cChunkDef::Height" to BlockBigFlowerHowaner2014-03-291-0/+1
|
* Add tallgrass drop to big flowers.Howaner2014-03-281-3/+40
| | | Add tallgrass drop, when a players break a tallgrass with the shear.
* door -> flowerHowaner2014-03-281-1/+1
|
* Add tall flower handler.Howaner2014-03-281-0/+97