From 347e80bdd88f894394373745859f405dc82c1819 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sat, 7 Dec 2013 00:18:58 +0000 Subject: Added basic ender chests Note that they just mirror chests now, so no per player inventory. --- VC2013/MCServer.vcxproj | 2 ++ VC2013/MCServer.vcxproj.filters | 6 ++++++ 2 files changed, 8 insertions(+) (limited to 'VC2013') diff --git a/VC2013/MCServer.vcxproj b/VC2013/MCServer.vcxproj index 9c640f6dd..098253ac3 100644 --- a/VC2013/MCServer.vcxproj +++ b/VC2013/MCServer.vcxproj @@ -224,6 +224,7 @@ + @@ -615,6 +616,7 @@ + diff --git a/VC2013/MCServer.vcxproj.filters b/VC2013/MCServer.vcxproj.filters index be0a37dc1..4e22f5517 100644 --- a/VC2013/MCServer.vcxproj.filters +++ b/VC2013/MCServer.vcxproj.filters @@ -945,6 +945,9 @@ Source Files\HTTPServer + + Source Files\BlockEntities + @@ -1654,6 +1657,9 @@ Source Files\HTTPServer + + Source Files\BlockEntities + -- cgit v1.2.3