Some small alpha emission changes
This commit is contained in:
parent
90c8362c95
commit
bcc3b076c2
5 changed files with 9 additions and 9 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue