Fixed Cardboard side texture

This commit is contained in:
Aidan C. Brady 2014-01-13 15:05:26 -05:00
parent dd8e77d918
commit 301691729f
2 changed files with 0 additions and 5 deletions

View file

@ -601,11 +601,6 @@ public class BlockMachine extends BlockContainer implements ISpecialBounds
{
for(MachineType type : MachineType.values())
{
if(type == MachineType.PRECISION_SAWMILL) //TODO
{
continue;
}
if(type.typeId == blockID)
{
if(type == MachineType.BASIC_FACTORY || type == MachineType.ADVANCED_FACTORY || type == MachineType.ELITE_FACTORY)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB