Fixed phased facade having incorrect meta value
This commit is contained in:
parent
8b92fcfa88
commit
656baa987f
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ public class ItemFacade extends ItemBuildCraft {
|
|||
}
|
||||
|
||||
ItemStack stack = new ItemStack(block, 1, meta);
|
||||
ItemStack stackAlt = new ItemStack(blockAlt, 1, meta);
|
||||
ItemStack stackAlt = new ItemStack(blockAlt, 1, metaAlt);
|
||||
|
||||
if (getType(itemstack) == TYPE_BASIC) {
|
||||
if (Item.getItemFromBlock(block) != null) {
|
||||
|
|
Loading…
Reference in a new issue