diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-08-29 14:47:22 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-08-29 14:47:22 +0200 |
commit | 7056992d0d99fde627e00c5d7f524cad0a70073d (patch) | |
tree | d999ba9178beb3d029f409291e85fa69e29ccd42 /source/Bindings.cpp | |
parent | Fixed Minecart spawning issues (diff) | |
download | cuberite-7056992d0d99fde627e00c5d7f524cad0a70073d.tar cuberite-7056992d0d99fde627e00c5d7f524cad0a70073d.tar.gz cuberite-7056992d0d99fde627e00c5d7f524cad0a70073d.tar.bz2 cuberite-7056992d0d99fde627e00c5d7f524cad0a70073d.tar.lz cuberite-7056992d0d99fde627e00c5d7f524cad0a70073d.tar.xz cuberite-7056992d0d99fde627e00c5d7f524cad0a70073d.tar.zst cuberite-7056992d0d99fde627e00c5d7f524cad0a70073d.zip |
Diffstat (limited to 'source/Bindings.cpp')
-rw-r--r-- | source/Bindings.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/Bindings.cpp b/source/Bindings.cpp index 7d51f7a4e..effb9c6ed 100644 --- a/source/Bindings.cpp +++ b/source/Bindings.cpp @@ -27567,6 +27567,16 @@ TOLUA_API int tolua_AllToLua_open (lua_State* tolua_S) tolua_constant(tolua_S,"E_META_SNOW_LAYER_SIX",E_META_SNOW_LAYER_SIX); tolua_constant(tolua_S,"E_META_SNOW_LAYER_SEVEN",E_META_SNOW_LAYER_SEVEN); tolua_constant(tolua_S,"E_META_SNOW_LAYER_EIGHT",E_META_SNOW_LAYER_EIGHT); + tolua_constant(tolua_S,"E_RAIL_ZM_ZP",E_RAIL_ZM_ZP); + tolua_constant(tolua_S,"E_RAIL_XM_XP",E_RAIL_XM_XP); + tolua_constant(tolua_S,"E_RAIL_ASCEND_XP",E_RAIL_ASCEND_XP); + tolua_constant(tolua_S,"E_RAIL_ASCEND_XM",E_RAIL_ASCEND_XM); + tolua_constant(tolua_S,"E_RAIL_ASCEND_ZM",E_RAIL_ASCEND_ZM); + tolua_constant(tolua_S,"E_RAIL_ASCEND_ZP",E_RAIL_ASCEND_ZP); + tolua_constant(tolua_S,"E_RAIL_CURVED_ZP_XP",E_RAIL_CURVED_ZP_XP); + tolua_constant(tolua_S,"E_RAIL_CURVED_ZP_XM",E_RAIL_CURVED_ZP_XM); + tolua_constant(tolua_S,"E_RAIL_CURVED_ZM_XM",E_RAIL_CURVED_ZM_XM); + tolua_constant(tolua_S,"E_RAIL_CURVED_ZM_XP",E_RAIL_CURVED_ZM_XP); tolua_constant(tolua_S,"E_META_COAL_NORMAL",E_META_COAL_NORMAL); tolua_constant(tolua_S,"E_META_COAL_CHARCOAL",E_META_COAL_CHARCOAL); tolua_constant(tolua_S,"E_META_DYE_BLACK",E_META_DYE_BLACK); |