Fix plastanium conveyor icon generation (#1920)


Before Width: | Height: | Size: 717 B After Width: | Height: | Size: 717 B |
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 279 KiB |
Before Width: | Height: | Size: 279 KiB After Width: | Height: | Size: 828 KiB |
Before Width: | Height: | Size: 226 KiB After Width: | Height: | Size: 252 KiB |
Before Width: | Height: | Size: 252 KiB After Width: | Height: | Size: 126 KiB |
Before Width: | Height: | Size: 821 KiB After Width: | Height: | Size: 226 KiB |
@ -53,11 +53,6 @@ public class StackConveyor extends Block implements Autotiler{
|
||||
stackRegion = Core.atlas.find(name + "-stack");
|
||||
}
|
||||
|
||||
@Override
|
||||
public TextureRegion[] generateIcons(){
|
||||
return new TextureRegion[]{Core.atlas.find(name + "-0-0")};
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setStats(){
|
||||
super.setStats();
|
||||
|