Port & improve fastmath

This commit is contained in:
ThisIsALegitUsername 2023-02-02 16:41:52 +00:00
parent 15bcbff7e8
commit bb6f912e9a

View File

@ -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) {