Hi again guys!
I want to modify Luminators Capacity. I want to do myself, so:
- I install MCP
- I install Eclipse
- I install Mod Forge
I want to modify this file: "TileEntityLuminators.class". I open it in eclipse and founded the part i want to modify:
// Method descriptor #91 ()I
// Stack: 1, Locals: 1
public int getMaxEnergy();
0 sipush 10000
3 ireturn
Line numbers:
[pc: 0, line: 195]
Local variable table:
[pc: 0, pc: 4] local: this index: 0 type: ic2.core.block.wiring.TileEntityLuminator
The problem is .... How I can modify this .class file?
And thanks!