diff options
author | Mattes D <github@xoft.cz> | 2015-03-19 21:06:28 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-03-19 21:06:28 +0100 |
commit | 93031dffd8e13959b6123ed910452ae63f000018 (patch) | |
tree | 39a1f1863cb7ac6a6ecdab7d09c754e5c0c68409 | |
parent | Improved DoWithID bindings. (diff) | |
download | cuberite-93031dffd8e13959b6123ed910452ae63f000018.tar cuberite-93031dffd8e13959b6123ed910452ae63f000018.tar.gz cuberite-93031dffd8e13959b6123ed910452ae63f000018.tar.bz2 cuberite-93031dffd8e13959b6123ed910452ae63f000018.tar.lz cuberite-93031dffd8e13959b6123ed910452ae63f000018.tar.xz cuberite-93031dffd8e13959b6123ed910452ae63f000018.tar.zst cuberite-93031dffd8e13959b6123ed910452ae63f000018.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Bindings/AllToLua.pkg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Bindings/AllToLua.pkg b/src/Bindings/AllToLua.pkg index cea86f432..8f55eba07 100644 --- a/src/Bindings/AllToLua.pkg +++ b/src/Bindings/AllToLua.pkg @@ -42,7 +42,6 @@ $cfile "WebPlugin.h" $cfile "LuaWindow.h" $cfile "../BlockID.h" -$cfile "../Mobs/MonsterTypes.h" $cfile "../BlockInfo.h" $cfile "../StringUtils.h" $cfile "../Defines.h" @@ -63,7 +62,6 @@ $cfile "../BlockArea.h" $cfile "../Generating/ChunkDesc.h" $cfile "../CraftingRecipes.h" $cfile "../UI/Window.h" -$cfile "../Mobs/Monster.h" $cfile "../CompositeChat.h" $cfile "../Map.h" $cfile "../MapManager.h" @@ -93,6 +91,8 @@ $cfile "../Entities/ThrownEnderPearlEntity.h" $cfile "../Entities/ThrownSnowballEntity.h" $cfile "../Entities/TNTEntity.h" $cfile "../Entities/WitherSkullEntity.h" +$cfile "../Mobs/MonsterTypes.h" +$cfile "../Mobs/Monster.h" // Block entities: $cfile "../BlockEntities/BlockEntity.h" |