Fix info
This commit is contained in:
parent
30da5e5f52
commit
331edc5b91
|
@ -11,11 +11,6 @@ import net.minecraft.util.BlockPos;
|
|||
@RenderModule(name = "Info", category = Category.HUD, x = 140, y = 50)
|
||||
public class Info extends RenderMod {
|
||||
|
||||
public Info() {
|
||||
super("Info", Category.HUD, 150, 4);
|
||||
//addSetting(direction);
|
||||
}
|
||||
|
||||
public BooleanSetting direction = new BooleanSetting("Direction", "", true);
|
||||
public static int yes = 6;
|
||||
|
||||
|
|
|
@ -8,10 +8,6 @@ import dev.resent.module.base.RenderMod;
|
|||
@RenderModule(name = "Ping display", category = Category.HUD, x = 4, y = 50)
|
||||
public class Ping extends RenderMod {
|
||||
|
||||
public Ping() {
|
||||
super("Ping Display", Category.HUD, 4, 54, true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void draw() {
|
||||
int ms = 0;
|
||||
|
|
|
@ -6,6 +6,7 @@ import dev.resent.module.base.RenderMod;
|
|||
import net.minecraft.init.Items;
|
||||
import net.minecraft.item.ItemStack;
|
||||
|
||||
@R
|
||||
public class PotCounter extends RenderMod {
|
||||
|
||||
public PotCounter() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user