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)
|
@RenderModule(name = "Info", category = Category.HUD, x = 140, y = 50)
|
||||||
public class Info extends RenderMod {
|
public class Info extends RenderMod {
|
||||||
|
|
||||||
public Info() {
|
|
||||||
super("Info", Category.HUD, 150, 4);
|
|
||||||
//addSetting(direction);
|
|
||||||
}
|
|
||||||
|
|
||||||
public BooleanSetting direction = new BooleanSetting("Direction", "", true);
|
public BooleanSetting direction = new BooleanSetting("Direction", "", true);
|
||||||
public static int yes = 6;
|
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)
|
@RenderModule(name = "Ping display", category = Category.HUD, x = 4, y = 50)
|
||||||
public class Ping extends RenderMod {
|
public class Ping extends RenderMod {
|
||||||
|
|
||||||
public Ping() {
|
|
||||||
super("Ping Display", Category.HUD, 4, 54, true);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void draw() {
|
public void draw() {
|
||||||
int ms = 0;
|
int ms = 0;
|
||||||
|
|
|
@ -6,6 +6,7 @@ import dev.resent.module.base.RenderMod;
|
||||||
import net.minecraft.init.Items;
|
import net.minecraft.init.Items;
|
||||||
import net.minecraft.item.ItemStack;
|
import net.minecraft.item.ItemStack;
|
||||||
|
|
||||||
|
@R
|
||||||
public class PotCounter extends RenderMod {
|
public class PotCounter extends RenderMod {
|
||||||
|
|
||||||
public PotCounter() {
|
public PotCounter() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user