Item and Block, some wont work yet

This commit is contained in:
Intyre
2016-01-28 04:37:09 +01:00
parent b7d8956f23
commit 8a0bd85656
35 changed files with 1183 additions and 60 deletions

View File

@ -53,11 +53,11 @@ class Planks extends Solid{
self::BIRCH => "Birch Wood Planks",
self::JUNGLE => "Jungle Wood Planks",
self::ACACIA => "Acacia Wood Planks",
self::DARK_OAK => "Jungle Wood Planks",
self::DARK_OAK => "Dark Oak Wood Planks",
"",
""
];
return $names[$this->meta & 0x07];
}
}
}