summaryrefslogtreecommitdiffstats
path: root/source/BlockEntities/HopperEntity.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-24Moved source to srcAlexander Harkness1-566/+0
2013-11-15Removed BlockEntities' constructors from the API.madmaxoft1-11/+0
2013-08-19Moved entities into the Entities subfolder.madmaxoft1-1/+1
2013-08-11Added the OnHopperPullingItem and OnHopperPushingItem hooks.madmaxoft1-50/+104
2013-08-03Removed the unused BlockY parameter from cChunkDef::BlockToChunk()madmaxoft1-1/+1
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-523/+523
2013-06-20Furnaces light up visually when they're cookingmadmaxoft@gmail.com1-8/+10
2013-06-20Implemented hopper outputmadmaxoft@gmail.com1-4/+211
2013-06-16Rewritten furnacesmadmaxoft@gmail.com1-1/+23
2013-06-15Fixed Linux compilationmadmaxoft@gmail.com1-1/+2
2013-06-13Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.madmaxoft@gmail.com1-0/+291