> For the complete documentation index, see [llms.txt](https://itemsadder.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itemsadder.devs.beer/russian-work-in-progress/faq/completionexception-z-stitching.md).

# CompletionException: z: Stitching

```
minecraft:textures/atlas/blocks.png: dropping miplevel from 4 to 0, because of minimum power of two: 1
Caught error loading resourcepacks, removing all selected resourcepacks
java.util.concurrent.CompletionException: v: Stitching
    at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
    at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
    at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:649)
    at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
    at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773)
    at bbf.b(SourceFile:51)
    at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1423)
    at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
    at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
    at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
    at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
    at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
Caused by: v: Stitching
    at ill.a(SourceFile:90)
    at ill.a(SourceFile:114)
    at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646)
    ... 9 more
Caused by: iln: Unable to fit: ia:43904 - size: 128x128 - Maybe try a lower resolution resourcepack?
    at ilm.c(SourceFile:55)
    at ill.a(SourceFile:84)
    ... 11 more
```

This error (and similar) is caused by the fact that you have too many textures in your pack. This happens even more when you have a lot of HD textures.

This limitation depends on your GPU (graphical card), for example Intel integrated GPUs have this issue.

{% hint style="warning" %}
You will have the same issues with any content manager or even by manually creating resourcepacks, if you reach this limitation of the game and GPU.
{% endhint %}

## How to fix?

1. Limit the usage of HD textures
2. Avoid using duplicate PNG files
3. Make sure you are connecting your HDMI cable into the dedicated GPU port and not into the integrated GPU port


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://itemsadder.devs.beer/russian-work-in-progress/faq/completionexception-z-stitching.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
