Some small alpha emission changes

This commit is contained in:
paulevsGitch 2021-07-31 16:22:52 +03:00
parent 90c8362c95
commit bcc3b076c2
5 changed files with 9 additions and 9 deletions

View file

@ -19,7 +19,7 @@ import java.io.IOException;
@Mixin(TextureAtlas.class)
public class TextureAtlasMixin {
private static final int EMISSIVE_ALPHA = 253 << 24;
private static final int EMISSIVE_ALPHA = 254 << 24;
private boolean bclib_modifyAtlas;
@Inject(method = "<init>*", at = @At("TAIL"))