diff --git a/core/src/mindustry/world/Block.java b/core/src/mindustry/world/Block.java index 5c49709220..e96c58bbb9 100644 --- a/core/src/mindustry/world/Block.java +++ b/core/src/mindustry/world/Block.java @@ -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]); }