summaryrefslogtreecommitdiffstats
path: root/source/Bindings.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-05-27 16:02:13 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-05-27 16:02:13 +0200
commit5d4e9e18daf38957dc5b71bdc34bad0cf8f0afc2 (patch)
tree2050ff0b4608ab1f59834d8608a25e464be64f1c /source/Bindings.cpp
parentRestructured biome generators with a list of available biomes to use a common ancestor (preparation for Voronoi and DistortedVoronoi) (diff)
downloadcuberite-5d4e9e18daf38957dc5b71bdc34bad0cf8f0afc2.tar
cuberite-5d4e9e18daf38957dc5b71bdc34bad0cf8f0afc2.tar.gz
cuberite-5d4e9e18daf38957dc5b71bdc34bad0cf8f0afc2.tar.bz2
cuberite-5d4e9e18daf38957dc5b71bdc34bad0cf8f0afc2.tar.lz
cuberite-5d4e9e18daf38957dc5b71bdc34bad0cf8f0afc2.tar.xz
cuberite-5d4e9e18daf38957dc5b71bdc34bad0cf8f0afc2.tar.zst
cuberite-5d4e9e18daf38957dc5b71bdc34bad0cf8f0afc2.zip
Diffstat (limited to 'source/Bindings.cpp')
-rw-r--r--source/Bindings.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/Bindings.cpp b/source/Bindings.cpp
index a8a35f28b..69341ab6c 100644
--- a/source/Bindings.cpp
+++ b/source/Bindings.cpp
@@ -1,6 +1,6 @@
/*
** Lua binding: AllToLua
-** Generated automatically by tolua++-1.0.92 on 05/24/12 19:47:53.
+** Generated automatically by tolua++-1.0.92 on 05/27/12 16:02:28.
*/
#ifndef __cplusplus
@@ -17493,6 +17493,7 @@ TOLUA_API int tolua_AllToLua_open (lua_State* tolua_S)
tolua_constant(tolua_S,"E_BLOCK_PISTON",E_BLOCK_PISTON);
tolua_constant(tolua_S,"E_BLOCK_PISTON_EXTENSION",E_BLOCK_PISTON_EXTENSION);
tolua_constant(tolua_S,"E_BLOCK_WHITE_CLOTH",E_BLOCK_WHITE_CLOTH);
+ tolua_constant(tolua_S,"E_BLOCK_WOOL",E_BLOCK_WOOL);
tolua_constant(tolua_S,"E_BLOCK_PISTON_MOVED_BLOCK",E_BLOCK_PISTON_MOVED_BLOCK);
tolua_constant(tolua_S,"E_BLOCK_YELLOW_FLOWER",E_BLOCK_YELLOW_FLOWER);
tolua_constant(tolua_S,"E_BLOCK_RED_ROSE",E_BLOCK_RED_ROSE);
@@ -17545,6 +17546,7 @@ TOLUA_API int tolua_AllToLua_open (lua_State* tolua_S)
tolua_constant(tolua_S,"E_BLOCK_FENCE",E_BLOCK_FENCE);
tolua_constant(tolua_S,"E_BLOCK_PUMPKIN",E_BLOCK_PUMPKIN);
tolua_constant(tolua_S,"E_BLOCK_BLOODSTONE",E_BLOCK_BLOODSTONE);
+ tolua_constant(tolua_S,"E_BLOCK_NETHERRACK",E_BLOCK_NETHERRACK);
tolua_constant(tolua_S,"E_BLOCK_SOULSAND",E_BLOCK_SOULSAND);
tolua_constant(tolua_S,"E_BLOCK_GLOWSTONE",E_BLOCK_GLOWSTONE);
tolua_constant(tolua_S,"E_BLOCK_PORT",E_BLOCK_PORT);