From 41db106a8f72f62b4da736c053c1cc1808535730 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 25 May 2013 12:03:20 +0000 Subject: Added all new bindings, refactored Debuggers; new Debuggers function. Rclk with a redstone torch on a dispenser causes the dispenser to spit out one item each tick. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1509 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/AllToLua.pkg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/AllToLua.pkg') diff --git a/source/AllToLua.pkg b/source/AllToLua.pkg index f85264fa8..bbe494c78 100644 --- a/source/AllToLua.pkg +++ b/source/AllToLua.pkg @@ -39,7 +39,10 @@ $cfile "World.h" $cfile "Inventory.h" $cfile "Item.h" $cfile "ItemGrid.h" +$cfile "BlockEntity.h" +$cfile "BlockEntityWithItems.h" $cfile "ChestEntity.h" +$cfile "DispenserEntity.h" $cfile "WebAdmin.h" $cfile "WebPlugin.h" $cfile "Pickup.h" -- cgit v1.2.3