Removed some redundant item classes

This commit is contained in:
Dylan K. Taylor
2017-08-25 14:07:50 +01:00
parent 97911aa9cf
commit 44dd7c2222
37 changed files with 47 additions and 847 deletions

View File

@ -28,5 +28,6 @@ class Dye extends Item{
parent::__construct(self::DYE, $meta, $count, "Dye");
}
//TODO: names
}