mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-16 11:45:09 +01:00
Add log line when modifying background darkness constant
This commit is contained in:
@@ -45,6 +45,7 @@ public class BlurBGTransformer implements IClassTransformer {
|
||||
// }
|
||||
if (next.getOpcode() == Opcodes.LDC) {
|
||||
// TODO make this configurable?
|
||||
System.out.println("Modifying GUI background darkness... ");
|
||||
((LdcInsnNode)next).cst = ((LdcInsnNode)next.getNext()).cst = 0x66000000;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user