Fixed typo in blockinfo (MELON_STEP to MELON_STEM).

This commit is contained in:
Justin Aquadro 2011-09-16 22:15:55 +00:00
parent 018a9ae337
commit b5e6e8c496
2 changed files with 3 additions and 3 deletions

View file

@ -30,8 +30,8 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
[assembly: AssemblyVersion("0.7.1.0")]
[assembly: AssemblyFileVersion("0.7.1.0")]
// This library is compatible with all CLS-compliant .NET programming languages.
[assembly: CLSCompliant(true)]

View file

@ -114,7 +114,7 @@ namespace Substrate
public const int GLASS_PANE = 102;
public const int MELON = 103;
public const int PUMPKIN_STEM = 104;
public const int MELON_STEP = 105;
public const int MELON_STEM = 105;
public const int VINES = 106;
public const int FENCE_GATE = 107;
public const int BRICK_STAIRS = 108;