mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-16 19:55:10 +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) {
|
if (next.getOpcode() == Opcodes.LDC) {
|
||||||
// TODO make this configurable?
|
// TODO make this configurable?
|
||||||
|
System.out.println("Modifying GUI background darkness... ");
|
||||||
((LdcInsnNode)next).cst = ((LdcInsnNode)next.getNext()).cst = 0x66000000;
|
((LdcInsnNode)next).cst = ((LdcInsnNode)next.getNext()).cst = 0x66000000;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user