Skip to content

Commit

Permalink
change panorama res to 1024x1024
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Aug 2, 2023
1 parent e6c29e8 commit ab51667
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void inventoryTick(ItemStack itemStack, Level world, Entity entity, int i
File directory1 = new File(directory, "screenshots");
directory1.mkdir();
directory1.mkdirs();
client.grabPanoramixScreenshot(directory, 2048, 2048);
client.grabPanoramixScreenshot(directory, 1024, 1024);
canGo = false;
}
}
Expand Down

0 comments on commit ab51667

Please sign in to comment.