Fix plastanium conveyor icon generation (#1920)

This commit is contained in:
Patrick 'Quezler' Mounier
2020-04-26 17:08:27 +02:00
committed by GitHub
parent 02fbc56137
commit 5fc8901e0b
8 changed files with 7593 additions and 7556 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 717 B

After

Width:  |  Height:  |  Size: 717 B

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 KiB

After

Width:  |  Height:  |  Size: 828 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 KiB

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 KiB

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 821 KiB

After

Width:  |  Height:  |  Size: 226 KiB

View File

@ -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();