And Jack'O'Lanterns too

This commit is contained in:
CovertJaguar 2013-07-20 19:36:35 -07:00
parent 488a83f9e4
commit 937fb12900

View file

@ -115,6 +115,7 @@ public class ItemFacade extends ItemBuildCraft {
|| b.blockID == 95 //Locked chest
|| b.blockID == Block.redstoneLampIdle.blockID
|| b.blockID == Block.redstoneLampActive.blockID
|| b.blockID == Block.pumpkinLantern.blockID
) {
continue;
}