Change the cloud texture to smooth transitions

This commit is contained in:
James Seibel
2024-10-22 15:30:07 -05:00
parent 4d4a3d44fd
commit f2815c4e25
2 changed files with 1 additions and 1 deletions
@@ -59,7 +59,7 @@ public class CloudRenderHandler
*/
private static final int CLOUD_BOX_WIDTH = 128;
/** measured in blocks */
private static final int CLOUD_BOX_THICKNESS = 16;
private static final int CLOUD_BOX_THICKNESS = 32;
/**
* How many cloud groups wide can we render at maximum? <br>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 541 B

After

Width:  |  Height:  |  Size: 553 B