Port potcounter
This commit is contained in:
parent
331edc5b91
commit
51186277b7
|
@ -1,18 +1,15 @@
|
||||||
package dev.resent.module.impl.hud;
|
package dev.resent.module.impl.hud;
|
||||||
|
|
||||||
|
import dev.resent.annotation.RenderModule;
|
||||||
import dev.resent.module.Theme;
|
import dev.resent.module.Theme;
|
||||||
import dev.resent.module.base.Category;
|
import dev.resent.module.base.Category;
|
||||||
import dev.resent.module.base.RenderMod;
|
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
|
@RenderModule(name = "PotCounter", category = Category.HUD, x = 4, y = 62)
|
||||||
public class PotCounter extends RenderMod {
|
public class PotCounter extends RenderMod {
|
||||||
|
|
||||||
public PotCounter() {
|
|
||||||
super("PotCounter", Category.HUD, 4, 74, true);
|
|
||||||
}
|
|
||||||
|
|
||||||
public int potinv = 0;
|
public int potinv = 0;
|
||||||
|
|
||||||
public int getWidth() {
|
public int getWidth() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user