From d1b26ef30848564ce425142f67ae22377ae03bee Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Wed, 6 Apr 2016 17:38:32 +1000 Subject: [PATCH] Use more concise block names. --- ClassicalSharp/Blocks/Block.cs | 50 +++++++++++++++++----------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/ClassicalSharp/Blocks/Block.cs b/ClassicalSharp/Blocks/Block.cs index 6ac6fa822..4be893377 100644 --- a/ClassicalSharp/Blocks/Block.cs +++ b/ClassicalSharp/Blocks/Block.cs @@ -10,7 +10,7 @@ namespace ClassicalSharp { Grass = 2, Dirt = 3, Cobblestone = 4, - WoodenPlanks = 5, + Wood = 5, Sapling = 6, Bedrock = 7, Water = 8, @@ -22,32 +22,32 @@ namespace ClassicalSharp { GoldOre = 14, IronOre = 15, CoalOre = 16, - Wood = 17, + Log = 17, Leaves = 18, Sponge = 19, Glass = 20, - RedCloth = 21, - OrangeCloth = 22, - YellowCloth = 23, - LimeCloth = 24, - GreenCloth = 25, - AquaCloth = 26, - CyanCloth = 27, - BlueCloth = 28, - PurpleCloth = 29, - IndigoCloth = 30, - VioletCloth = 31, - MagentaCloth = 32, - PinkCloth = 33, - BlackCloth = 34, - GrayCloth = 35, - WhiteCloth = 36, + Red = 21, + Orange = 22, + Yellow = 23, + Lime = 24, + Green = 25, + Aqua = 26, + Cyan = 27, + Blue = 28, + Purple = 29, + Indigo = 30, + Violet = 31, + Magenta = 32, + Pink = 33, + Black = 34, + Gray = 35, + White = 36, Dandelion = 37, Rose = 38, BrownMushroom = 39, RedMushroom = 40, - GoldBlock = 41, - IronBlock = 42, + Gold = 41, + Iron = 42, DoubleSlab = 43, Slab = 44, Brick = 45, @@ -61,11 +61,11 @@ namespace ClassicalSharp { Sandstone = 52, Snow = 53, Fire = 54, - LightPinkWool = 55, - ForestGreenWool = 56, - BrownWool = 57, - DeepBlueWool = 58, - TurquoiseWool = 59, + LightPink = 55, + ForestGreen = 56, + Brown = 57, + DeepBlue = 58, + Turquoise = 59, Ice = 60, CeramicTile = 61, Magma = 62,