summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockLilypad.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Vector3 in Handlers (#4680)Mattes D2020-04-211-3/+11
| | | Refactored all cBlockHandler and cItemHandler descendants to use Vector3.
* Using Super.Mattes D2020-04-161-4/+5
|
* Lilypads can be on top of (frosted) ice (#4122)Bond-0092017-12-271-2/+2
| | | Fixes #4117
* Removed unneeded includes (#3902)Lukas Pioch2017-08-061-1/+1
|
* Lilypads drop when not on source water.Mattes D2015-09-251-0/+16
| | | | | Lilypad blocks now break and drop as items when the block below them changes to non-water or non-source water. Fixes #2404.
* Improved mapsTiger Wang2015-07-141-0/+6
|
* Fixed code formatting.madmaxoft2014-07-151-3/+4
|
* Added super typedefTycho2014-07-151-1/+2
|
* COnverted Lilypad back to mixinTycho2014-07-151-8/+2
|
* Revert "Converted some blockhandlers to use cClearMetaOnDrop"Tycho2014-07-151-2/+7
| | | | This reverts commit 333f4f982cbd24ffcb376594eddef439b3f05e9e.
* Converted some blockhandlers to use cClearMetaOnDropTycho2014-07-141-7/+2
|
* Some fixes to lilypadsTiger Wang2014-03-281-61/+5
| | | | | | | | * Fixed placement on lava * Fixed placement on side of blocks * Fixed placement through blocks + Added washing-away of pads + Added ice as a block that fully occupies its voxel
* Implemented lilypad placementTiger Wang2014-03-231-0/+84