add /set
This commit is contained in:
parent
b3f7b5a07b
commit
b6242d5de1
5 changed files with 98 additions and 1 deletions
|
@ -97,7 +97,7 @@ public abstract class SpeciesRegistry {
|
|||
registerSpecies("Elf", EntityElf.class, "gharoth", "Elbe", 0x054100, 0xd2d2d2, ":highelf", "Thranduil", 0x82888b, 0xeae7bd);
|
||||
registerSpecies("WoodElf", EntityWoodElf.class, "gharoth", "Waldelbe", 0x054100, 0x00bb00);
|
||||
registerSpecies("BloodElf", EntityBloodElf.class, "kyroth", "Blutelbe", 0x054100, 0x960000);
|
||||
registerSpecies("Human", EntityHuman.class, EntityHuman.ClassType.class, "terra", "NSC", 0x4f7d9a, 0x034c7a,
|
||||
registerSpecies("Human", EntityHuman.class, EntityHuman.ClassType.class, "terra", "Mensch", 0x4f7d9a, 0x034c7a,
|
||||
EntityHuman.ClassType.KNIGHT,
|
||||
":knight_1", ":knight_2", ":knight_3",
|
||||
":knight_4", ":knight_5", ":knight_6", ":knight_7", ":knight_8", EntityHuman.ClassType.PEASANT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue