Block creating and property handling rewrite, part2

This commit is contained in:
Shoghi Cervantes
2014-12-07 02:20:26 +01:00
parent a0d4bff385
commit af82d616c1
31 changed files with 45 additions and 46 deletions

View File

@ -54,7 +54,7 @@ class StainedClay extends Solid{
14 => "Red Stained Clay",
15 => "Black Stained Clay",
];
return $names[$this->meta];
return $names[$this->meta & 0x0f];
}
public function getBreakTime(Item $item){