Rebased version of Code

This commit is contained in:
Samuel Barney
2015-06-22 11:29:38 -06:00
parent d83c9f194f
commit e70e2b8ecc
9 changed files with 17 additions and 64 deletions
-5
View File
@@ -36,11 +36,6 @@ public:
a_Pickups.push_back(cItem(E_ITEM_BED, 1, 0));
}
virtual bool CanDirtGrowGrass(NIBBLETYPE a_Meta) override
{
return true;
}
// Bed specific helper functions
static NIBBLETYPE RotationToMetaData(double a_Rotation)