summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemSlab.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Item durability loss now depends on the item used. (#4123)Alexander Harkness2018-01-051-12/+0
| | | | | | | Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119
* Removed unneeded includes (#3902)Lukas Pioch2017-08-061-1/+0
|
* Updated sounds and effect IDs (#3422)mathiascode2017-02-151-7/+0
|
* Updated old forum linksMathias2016-01-311-1/+1
|
* remove slab from inventory when using it on another slab (fixes #2610)Gargaj2015-11-091-3/+27
|
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-1/+1
|
* Fix slab placingwraith112015-04-221-0/+23
|
* Fixed placing bottom half-slabs by clicking a top half-slab.Mattes D2015-03-281-2/+2
| | | | Ref.: #1837
* Refactored all player block placing to go through hooks.Mattes D2014-12-241-0/+93
Fixes #1618.