forked from mirrors/NBTExplorer
Fixed typo in blockinfo (MELON_STEP to MELON_STEM).
This commit is contained in:
parent
018a9ae337
commit
b5e6e8c496
2 changed files with 3 additions and 3 deletions
|
@ -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)]
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue