remove init from DarkMain
This commit is contained in:
parent
7e3bc1e8df
commit
5adc18890f
1 changed files with 0 additions and 7 deletions
|
@ -25,11 +25,4 @@ public class DarkMain
|
|||
{
|
||||
FMLClientHandler.instance().getClient().effectRenderer.addEffect(new FXBeam(world, position, target, color.getRed(), color.getGreen(), color.getBlue(), age));
|
||||
}
|
||||
|
||||
|
||||
|
||||
public void init()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue