Skip to content

Instantly share code, notes, and snippets.

@barneygale
Created September 10, 2011 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barneygale/1208660 to your computer and use it in GitHub Desktop.
Save barneygale/1208660 to your computer and use it in GitHub Desktop.
/* 16 */ public static final ud c = new ud(1).a("potion.moveSpeed");
/* 17 */ public static final ud d = new ud(2).a("potion.moveSlowdown");
/* 18 */ public static final ud e = new ud(3).a("potion.digSpeed");
/* 19 */ public static final ud f = new ud(4).a("potion.digSlowDown");
/* 20 */ public static final ud g = new ud(5).a("potion.damageBoost");
/* 21 */ public static final ud h = new abn(6).a("potion.heal");
/* 22 */ public static final ud i = new abn(7).a("potion.harm");
/* 23 */ public static final ud j = new ud(8).a("potion.jump");
/* 24 */ public static final ud k = new ud(9).a("potion.confusion");
/* 25 */ public static final ud l = new ud(10).a("potion.regeneration");
/* 26 */ public static final ud m = new ud(11).a("potion.resistance");
/* 27 */ public static final ud n = new ud(12).a("potion.fireResistance");
/* 28 */ public static final ud o = new ud(13).a("potion.waterBreathing");
/* 29 */ public static final ud p = new ud(14).a("potion.invisibility");
/* 30 */ public static final ud q = new ud(15).a("potion.blindness");
/* 31 */ public static final ud r = new ud(16).a("potion.nightVision");
/* 32 */ public static final ud s = new ud(17).a("potion.hunger");
/* 33 */ public static final ud t = new ud(18).a("potion.weakness");
/* 34 */ public static final ud u = new ud(19).a("potion.poison");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment