summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockPressurePlate.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow certain blocks to be placed on top of upside-down stairs/slabs (#5468)Michal Havlíček2023-01-251-2/+18
* Move item placement into item handlers (#5184)Tiger Wang2021-05-051-4/+5
* Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell102020-10-051-1/+1
* BlockHandler initialisation is a constant expression (#4891)Tiger Wang2020-09-201-9/+4
* Vector3 in Handlers (#4680)Mattes D2020-04-211-3/+11
* Using Super.Mattes D2020-04-161-2/+2
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-8/+5
* Pressure plates can be placed on fences and hoppers (#3796)Bond-0092017-06-221-2/+21
* Improved mapsTiger Wang2015-07-141-0/+17
* Fixed some block checksTiger Wang2014-10-251-2/+1
* Code formatting fixes.Howaner2014-08-191-2/+2
* Add parenthesisHowaner2014-06-171-2/+2
* Add end lines to BlockPressurePlate.hHowaner2014-06-171-1/+5
* Add pressure plate handlerHowaner2014-06-171-0/+34