summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemLilypad.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Item durability loss now depends on the item used. (#4123)Alexander Harkness2018-01-051-4/+1
| | | | | | | Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119
* Remove double includes part 2 (#3890)peterbell102017-08-031-2/+0
|
* Tracer replacement (#3704)Mattes D2017-05-111-1/+1
| | | | | | * Replaced cTracer usage with cLineBlockTracer. * Exported new cLineBlockTracer utility functions to Lua API.
* More style checking.Mattes D2015-05-091-1/+1
| | | | Spaces around some operators are checked.
* Placing a fluid from bucket calls plugin hooks.Mattes D2015-04-141-1/+5
| | | | Ref.: #1857.
* Normalized comments.madmaxoft2014-07-171-2/+2
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* Small changesTiger Wang2014-04-231-8/+6
|
* Fixed Clang warnings in itemhandlers.madmaxoft2014-04-041-11/+12
|
* Curly bracketsTiger Wang2014-03-291-1/+4
|
* Some fixes to lilypadsTiger Wang2014-03-281-0/+106
* 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