summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockFence.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Check for intersection between placed blocks and entities. (#3850)Lane Kolbly2017-07-281-0/+80
* Check for intersection between placed blocks and entities. + Implemented GetPlacementCollisionBox, to permit custom placement collision boxes for blocks. * Factored block-entity placement checking into another function in cPlayer. - Removed vector min/max functions * Use GetWorld to get the world in DoesPlacingBlocksIntersectEntity. + Added block height checks, allow different cEntity subclasses to decide whether they will prevent block placement.