Fix jar-backed renderer item call
This commit is contained in:
+1
-1
@@ -223,7 +223,7 @@ public final class RenderCatalogClient implements ClientModInitializer {
|
||||
|
||||
if (currentJobIndex < jobs.size()) {
|
||||
RenderJob job = jobs.get(currentJobIndex);
|
||||
context.drawItem(job.stack(), (width / 2) - 8, (height / 2) - 8);
|
||||
context.item(job.stack(), (width / 2) - 8, (height / 2) - 8);
|
||||
|
||||
if (!captureQueued) {
|
||||
captureQueued = true;
|
||||
|
||||
Reference in New Issue
Block a user