diff options
author | luksor111@gmail.com <luksor111@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-12-27 02:01:16 +0100 |
---|---|---|
committer | luksor111@gmail.com <luksor111@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-12-27 02:01:16 +0100 |
commit | ffcfa7c89b6428ed3dc30a181c74dddc67f1f1bf (patch) | |
tree | 8ce0af2bbed3a0f396a45e79eea4781f465acbde /VC2008 | |
parent | Dispensers can spawn mobs (diff) | |
download | cuberite-ffcfa7c89b6428ed3dc30a181c74dddc67f1f1bf.tar cuberite-ffcfa7c89b6428ed3dc30a181c74dddc67f1f1bf.tar.gz cuberite-ffcfa7c89b6428ed3dc30a181c74dddc67f1f1bf.tar.bz2 cuberite-ffcfa7c89b6428ed3dc30a181c74dddc67f1f1bf.tar.lz cuberite-ffcfa7c89b6428ed3dc30a181c74dddc67f1f1bf.tar.xz cuberite-ffcfa7c89b6428ed3dc30a181c74dddc67f1f1bf.tar.zst cuberite-ffcfa7c89b6428ed3dc30a181c74dddc67f1f1bf.zip |
Diffstat (limited to 'VC2008')
-rw-r--r-- | VC2008/MCServer.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 711e4c9bc..472e068ab 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -1811,6 +1811,10 @@ >
</File>
<File
+ RelativePath="..\source\Blocks\BlockFlowerPot.h"
+ >
+ </File>
+ <File
RelativePath="..\source\blocks\BlockFluid.h"
>
</File>
@@ -1995,6 +1999,10 @@ >
</File>
<File
+ RelativePath="..\source\Items\ItemFlowerPot.h"
+ >
+ </File>
+ <File
RelativePath="..\source\items\ItemFood.h"
>
</File>
|