Fix modded payload conveyor icons (#8266)

This commit is contained in:
MEEPofFaith
2023-02-08 19:28:44 -08:00
committed by GitHub
parent 3d01eeaf1c
commit f1fb7d8098

View File

@@ -1324,6 +1324,7 @@ public class Block extends UnlockableContent implements Senseable{
editorBase = new PixmapRegion(base);
}else{
if(gen[0] != null) packer.add(PageType.main, "block-" + name + "-full", Core.atlas.getPixmap(gen[0]));
editorBase = gen[0] == null ? Core.atlas.getPixmap(fullIcon) : Core.atlas.getPixmap(gen[0]);
}