summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/BlockEntityWithItems.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-28Remove redundant DoWithChunkAt in chestsTiger Wang1-6/+3
2020-08-21Remove unused variables in ChestEntity/BlockEntityWithItemsTiger Wang1-2/+0
2020-08-08Remove the redstone solid block handlerTiger Wang1-4/+1
2020-08-02Always use relative coordinates in AddBlockTiger Wang1-4/+4
2020-07-26Call BlockEntityWithItems from ChestEntity slot changed handlerTiger Wang1-13/+21
2020-04-16Using Super.Mattes D1-2/+2
2020-03-04Prevent container item duplication (#4476)Mat1-14/+0
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-13/+6
2019-08-11Wake up redstone simulator on slot changes for blockentities (#4348)Bond-0091-0/+8
2018-05-02Prefer static_cast to reinterpret_cast (#4223)peterbell101-1/+1
2017-06-16BlockEntities: Support cloning self.Mattes D1-0/+72