Fix modded payload conveyor icons (#8266)
This commit is contained in:
@@ -1324,6 +1324,7 @@ public class Block extends UnlockableContent implements Senseable{
|
|||||||
|
|
||||||
editorBase = new PixmapRegion(base);
|
editorBase = new PixmapRegion(base);
|
||||||
}else{
|
}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]);
|
editorBase = gen[0] == null ? Core.atlas.getPixmap(fullIcon) : Core.atlas.getPixmap(gen[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user