1
0

Add anvil window and slot area.

This commit is contained in:
Howaner
2014-05-01 00:47:57 +02:00
parent 3c40544336
commit 3c102870f6
13 changed files with 356 additions and 0 deletions

View File

@@ -511,6 +511,25 @@ bool cItemHandler::IsPlaceable(void)
bool cItemHandler::CanRepairWithItem(const cItem & a_Item)
{
return false;
}
int cItemHandler::GetRepairCost(void)
{
return 0;
}
bool cItemHandler::CanHarvestBlock(BLOCKTYPE a_BlockType)
{
UNUSED(a_BlockType);