Implement invisible bedrock to fix placement issues

I don't know why this wasn't done a long time ago, but here it is.
This commit is contained in:
Dylan K. Taylor
2019-02-12 16:41:23 +00:00
parent 9ba4144a71
commit 6ee4a0e090
2 changed files with 52 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class BlockFactory{
self::registerBlock(new Cake());
//TODO: REPEATER_BLOCK
//TODO: POWERED_REPEATER
//TODO: INVISIBLEBEDROCK
self::registerBlock(new InvisibleBedrock());
self::registerBlock(new Trapdoor());
//TODO: MONSTER_EGG
self::registerBlock(new StoneBricks());