Fixed Cardboard side texture
This commit is contained in:
parent
dd8e77d918
commit
301691729f
2 changed files with 0 additions and 5 deletions
|
@ -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 |
Loading…
Reference in a new issue