1
0

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

View File

@@ -47,6 +47,7 @@ $cfile "BlockEntities/DropSpenserEntity.h"
$cfile "BlockEntities/DispenserEntity.h"
$cfile "BlockEntities/DropperEntity.h"
$cfile "BlockEntities/FurnaceEntity.h"
$cfile "BlockEntities/HopperEntity.h"
$cfile "WebAdmin.h"
$cfile "WebPlugin.h"
$cfile "Root.h"