Renamed StoneSlabBlock to SlabBlock
This commit is contained in:
parent
c6952d6cca
commit
3a05352fc9
@ -4,7 +4,7 @@ using TrueCraft.API;
|
||||
|
||||
namespace TrueCraft.Core.Logic.Blocks
|
||||
{
|
||||
public class StoneSlabBlock : BlockProvider
|
||||
public class SlabBlock : BlockProvider
|
||||
{
|
||||
public enum SlabMaterial
|
||||
{
|
||||
@ -120,9 +120,9 @@ namespace TrueCraft.Core.Logic.Blocks
|
||||
}
|
||||
}
|
||||
|
||||
public class DoubleStoneSlabBlock : BlockProvider
|
||||
public class DoubleSlabBlock : SlabBlock
|
||||
{
|
||||
public static readonly byte BlockID = 0x2B;
|
||||
public static readonly new byte BlockID = 0x2B;
|
||||
|
||||
public override byte ID { get { return 0x2B; } }
|
||||
|
@ -303,7 +303,7 @@
|
||||
<Compile Include="Logic\Blocks\LapisLazuliBlock.cs" />
|
||||
<Compile Include="Logic\Blocks\LockedChestBlock.cs" />
|
||||
<Compile Include="Logic\Blocks\TallGrassBlock.cs" />
|
||||
<Compile Include="Logic\Blocks\StoneSlabBlock.cs" />
|
||||
<Compile Include="Logic\Blocks\SlabBlock.cs" />
|
||||
<Compile Include="MathHelper.cs" />
|
||||
<Compile Include="Logging\PacketLogging.cs" />
|
||||
<Compile Include="Logging\FileLogProvider.cs" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user