summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/BeaconEntity.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-19Fixed formatting, made function static.madmaxoft1-8/+9
2014-04-12Some tweaksSTRWarrior1-5/+17
GetPyramidLevel returns 0 when no layers were found, 1 for one layer etc. Auto adjust the minY and/or maxY to 0 if the beacon is low.
2014-04-12Removed debug message.STRWarrior1-1/+0
2014-04-12Simplefied GetPyramidLevelSTRWarrior1-10/+3
2014-04-12Implemented the skeleton code for the beacon.STRWarrior1-0/+111
There is no handling for the GUI. It can now check how big the pyramid is under the beacon.