Exported cHopperEntity to API.

This allows hoppers to be created by plugins during chunk generation.
This commit is contained in:
madmaxoft
2013-10-23 11:12:04 +02:00
parent d3db97301b
commit 730195c47e
4 changed files with 157 additions and 21 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ protected:
/// Moves one piece to the specified entity's contents' slot. Returns true if contents have changed.
bool MoveItemsToSlot(cBlockEntityWithItems & a_Entity, int a_DstSlotNum);
} ;
} ; // tolua_export