Ban Redstone Lamps from Facades
This commit is contained in:
parent
4d8799019e
commit
488a83f9e4
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ public class ItemFacade extends ItemBuildCraft {
|
|||
|| b.blockID == 18 //Oak leaves
|
||||
|| b.blockID == 19 //Sponge
|
||||
|| b.blockID == 95 //Locked chest
|
||||
|| b.blockID == Block.redstoneLampIdle.blockID
|
||||
|| b.blockID == Block.redstoneLampActive.blockID
|
||||
) {
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue