Fixed block atlas size

This commit is contained in:
OLEGSHA 2020-08-15 22:20:42 +04:00
parent 6d2adb0f31
commit eb6945b017

View File

@ -33,7 +33,7 @@ public class BlockRenders {
new HashMap<>(); new HashMap<>();
private static final AtlasGroup BLOCKS_ATLAS_GROUP = private static final AtlasGroup BLOCKS_ATLAS_GROUP =
new AtlasGroup("Blocks", 1 << 6); new AtlasGroup("Blocks", 1 << 12);
private static Texture grassTop = getTexture("grass_top"); private static Texture grassTop = getTexture("grass_top");
private static Texture grassSide = getTexture("grass_side"); private static Texture grassSide = getTexture("grass_side");