1
0

Chests and Furnaces are now saved properly into Anvil scheme.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@516 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2012-05-28 16:47:57 +00:00
parent 825ce1e5e0
commit 1a0bfd8d28
9 changed files with 210 additions and 57 deletions

View File

@@ -8,7 +8,7 @@
void cItem::GetJson( Json::Value & a_OutValue )
void cItem::GetJson( Json::Value & a_OutValue ) const
{
a_OutValue["ID"] = m_ItemID;
if( m_ItemID > 0 )