summaryrefslogtreecommitdiffstats
path: root/source/BlockEntities/HopperEntity.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-1/+1
* Added the OnHopperPullingItem and OnHopperPushingItem hooks.madmaxoft2013-08-111-50/+104
* Removed the unused BlockY parameter from cChunkDef::BlockToChunk()madmaxoft2013-08-031-1/+1
* Changed everyting to Unix line endings.Alexander Harkness2013-07-291-523/+523
* Furnaces light up visually when they're cookingmadmaxoft@gmail.com2013-06-201-8/+10
* Implemented hopper outputmadmaxoft@gmail.com2013-06-201-4/+211
* Rewritten furnacesmadmaxoft@gmail.com2013-06-161-1/+23
* Fixed Linux compilationmadmaxoft@gmail.com2013-06-151-1/+2
* Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.madmaxoft@gmail.com2013-06-131-0/+291