Fixed Cardboard side texture
This commit is contained in:
parent
dd8e77d918
commit
301691729f
2 changed files with 0 additions and 5 deletions
common/mekanism/common/block
resources/assets/mekanism/textures/blocks
|
@ -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 ![]() (image error) Size: 4.5 KiB After ![]() (image error) Size: 3.5 KiB ![]() ![]() |
Loading…
Add table
Reference in a new issue