From 5e6c7368592c0fbaa4d9d4320767d3cdcfd0261e Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 12 Jun 2012 20:03:46 +0000 Subject: Updated the crafting recipes architecture to better support crafting hooks. Removed the old recipe file and implementation altogether. git-svn-id: http://mc-server.googlecode.com/svn/trunk@597 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/AllToLua.pkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/AllToLua.pkg') diff --git a/source/AllToLua.pkg b/source/AllToLua.pkg index 9ccb0eb1d..c6e0f0565 100644 --- a/source/AllToLua.pkg +++ b/source/AllToLua.pkg @@ -45,4 +45,5 @@ $cfile "cGroup.h" $cfile "packets/cPacket_Login.h" $cfile "packets/cPacket_BlockDig.h" $cfile "packets/cPacket_BlockPlace.h" -$cfile "cLuaChunk.h" \ No newline at end of file +$cfile "cLuaChunk.h" +$cfile "CraftingRecipes.h" -- cgit v1.2.3