Implemented concrete powder

this is a little buggy with water updating due to a hack for liquids to fix a CPU leak (210bdc2436), but everything works fine when a block nearby gets updated.
This commit is contained in:
Dylan K. Taylor
2017-09-26 18:56:43 +01:00
parent 827ee5d4f9
commit c79a5509f6
4 changed files with 117 additions and 19 deletions

View File

@ -302,7 +302,7 @@ class BlockFactory{
self::registerBlock(new GlazedTerracotta(Block::RED_GLAZED_TERRACOTTA, 0, "Red Glazed Terracotta"));
self::registerBlock(new GlazedTerracotta(Block::BLACK_GLAZED_TERRACOTTA, 0, "Black Glazed Terracotta"));
self::registerBlock(new Concrete());
//TODO: CONCRETEPOWDER
self::registerBlock(new ConcretePowder());
//TODO: CHORUS_PLANT
self::registerBlock(new StainedGlass());