From afa03ba1b0475ad6b2caeeb1af6f7ed2f8a76e0a Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Sun, 1 Jul 2018 23:40:28 +1000 Subject: + Added 3 villager types with custom skins. + Added some trade templates to all three villagers. + Added localization for all new villagers. --- src/Java/gtPlusPlus/plugin/villagers/entity/EntityBaseVillager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/plugin/villagers/entity') diff --git a/src/Java/gtPlusPlus/plugin/villagers/entity/EntityBaseVillager.java b/src/Java/gtPlusPlus/plugin/villagers/entity/EntityBaseVillager.java index 5f0e0d27f0..2bc3c1f6a2 100644 --- a/src/Java/gtPlusPlus/plugin/villagers/entity/EntityBaseVillager.java +++ b/src/Java/gtPlusPlus/plugin/villagers/entity/EntityBaseVillager.java @@ -100,7 +100,7 @@ public class EntityBaseVillager extends EntityVillager { @Override public int getProfession() { - return 7735+mRoleID; + return super.getProfession(); } @Override -- cgit