Port & improve fastmath
This commit is contained in:
parent
15bcbff7e8
commit
bb6f912e9a
|
@ -1,16 +1,12 @@
|
|||
package dev.resent.module.impl.misc;
|
||||
|
||||
import dev.resent.annotation.Module;
|
||||
import dev.resent.module.base.Category;
|
||||
import dev.resent.module.base.Mod;
|
||||
|
||||
@Module(name = "FullBright", category = Category.MISC)
|
||||
public class Fullbright extends Mod {
|
||||
|
||||
public static Fullbright INSTANCE = new Fullbright();
|
||||
|
||||
public Fullbright() {
|
||||
super("FullBright", Category.MISC);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onEnable() {
|
||||
if (mc.thePlayer != null && mc.theWorld != null && mc.gameSettings != null) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user