This commit is contained in:
StevenRS11
2013-06-15 04:19:08 -04:00
parent 7bdce8d2be
commit 7ebcfb6c20
4 changed files with 6 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ public class SchematicLoader
}
else if(blockID== Block.pistonBase.blockID||blockID==Block.pistonStickyBase.blockID||blockID==Block.dispenser.blockID||blockID==Block.dropper.blockID)
else if(blockID== Block.pistonBase.blockID||blockID==Block.pistonExtension.blockID||blockID==Block.pistonStickyBase.blockID||blockID==Block.dispenser.blockID||blockID==Block.dropper.blockID)
{
switch (metadata)
{