Removed air generator bottom texture for now
This commit is contained in:
parent
0614db26f2
commit
1ee2bb1335
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@ public class BlockAirGenerator extends BlockAbstractContainer {
|
|||
|
||||
@Override
|
||||
public IIcon getIcon(int side, int metadata) {
|
||||
/*
|
||||
if (side == 0) {
|
||||
return iconBuffer[ICON_BOTTOM];
|
||||
} else if (side == 1) {
|
||||
|
@ -47,6 +48,7 @@ public class BlockAirGenerator extends BlockAbstractContainer {
|
|||
return iconBuffer[ICON_SIDE_ACTIVATED];
|
||||
}
|
||||
}
|
||||
/**/
|
||||
|
||||
if (metadata == 0) { // Inactive state
|
||||
return iconBuffer[ICON_INACTIVE_SIDE];
|
||||
|
|
Loading…
Reference in a new issue