summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockLilypad.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-12-27Lilypads can be on top of (frosted) ice (#4122)Bond-0091-2/+2
Fixes #4117
2017-08-06Removed unneeded includes (#3902)Lukas Pioch1-1/+1
2015-09-25Lilypads drop when not on source water.Mattes D1-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.
2015-07-14Improved mapsTiger Wang1-0/+6
2014-07-15Fixed code formatting.madmaxoft1-3/+4
2014-07-15Added super typedefTycho1-1/+2
2014-07-15COnverted Lilypad back to mixinTycho1-8/+2
2014-07-15Revert "Converted some blockhandlers to use cClearMetaOnDrop"Tycho1-2/+7
This reverts commit 333f4f982cbd24ffcb376594eddef439b3f05e9e.
2014-07-14Converted some blockhandlers to use cClearMetaOnDropTycho1-7/+2
2014-03-28Some fixes to lilypadsTiger Wang1-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
2014-03-23Implemented lilypad placementTiger Wang1-0/+84