mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-18 12:05:14 -04:00
Use more concise block names.
This commit is contained in:
parent
221dff8081
commit
d1b26ef308
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user