mirror of
https://github.com/kami-blue/client
synced 2025-02-15 11:46:50 +00:00
British naming
This commit is contained in:
parent
01924826bb
commit
18d798c562
@ -13,8 +13,8 @@ import net.minecraft.item.ItemStack;
|
||||
/**
|
||||
* Created by 086 on 24/01/2018.
|
||||
*/
|
||||
@Module.Info(name = "ArmorHUD", category = Module.Category.RENDER)
|
||||
public class ArmorHUD extends Module {
|
||||
@Module.Info(name = "ArmourHUD", category = Module.Category.RENDER)
|
||||
public class ArmourHUD extends Module {
|
||||
|
||||
private static RenderItem itemRender = Minecraft.getMinecraft()
|
||||
.getRenderItem();
|
Loading…
Reference in New Issue
Block a user