Update ArmorHud.java
This commit is contained in:
parent
4d88a5935f
commit
551e608ed1
|
@ -9,7 +9,7 @@ import net.minecraft.client.gui.GuiIngame;
|
||||||
import net.minecraft.client.gui.ScaledResolution;
|
import net.minecraft.client.gui.ScaledResolution;
|
||||||
import net.minecraft.item.ItemStack;
|
import net.minecraft.item.ItemStack;
|
||||||
|
|
||||||
@RenderModule(name = "ArmorHud", category = Category.HUD, x = 20, y = 4, hasSetting = true)
|
@RenderModule(name = "ArmorHud", category = Category.HUD, x = 20, y = 4, hasSetting = true, description = "ArmorHUD")
|
||||||
public class ArmorHud extends RenderMod {
|
public class ArmorHud extends RenderMod {
|
||||||
|
|
||||||
public ScaledResolution sr;
|
public ScaledResolution sr;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user