summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/BlockEntityWithItems.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unify block entity pickup conversionTiger Wang2020-09-251-0/+11
* Remove redundant DoWithChunkAt in chestsTiger Wang2020-08-281-6/+3
* Remove unused variables in ChestEntity/BlockEntityWithItemsTiger Wang2020-08-211-2/+0
* Remove the redstone solid block handlerTiger Wang2020-08-081-4/+1
* Always use relative coordinates in AddBlockTiger Wang2020-08-021-4/+4
* Call BlockEntityWithItems from ChestEntity slot changed handlerTiger Wang2020-07-261-13/+21
* Using Super.Mattes D2020-04-161-2/+2
* Prevent container item duplication (#4476)Mat2020-03-041-14/+0
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-13/+6
* Wake up redstone simulator on slot changes for blockentities (#4348)Bond-0092019-08-111-0/+8
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-1/+1
* BlockEntities: Support cloning self.Mattes D2017-06-161-0/+72