summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/EnderChestEntity.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SuggestionsTiger Wang2014-09-271-1/+1
|
* Merge remote-tracking branch 'origin/master' into chestcartsTiger Wang2014-09-271-1/+0
|\ | | | | | | | | Conflicts: src/Entities/Minecart.cpp
| * Removed more unessicary includesTycho2014-09-261-1/+0
| |
* | Implemented Chest MinecartsTiger Wang2014-09-131-1/+1
|/
* Basic style fixes.madmaxoft2014-07-171-2/+2
|
* Properly implemented enderchestsTiger Wang2014-06-291-30/+14
|
* Changed inheritance a bitTiger Wang2014-02-121-3/+1
| | | | * cBlockEntityWithItems now inherits from cBlockEntityWindowOwner
* Fixed multiple inheritance in ToLua++.madmaxoft2013-12-161-4/+4
| | | | This fixes #422.
* Added basic ender chestsTiger Wang2013-12-071-0/+59
Note that they just mirror chests now, so no per player inventory.