mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Fix the villager texture being missing
This commit is contained in:
parent
63f14080df
commit
659d424467
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public final class InitVillager{
|
|||
}
|
||||
|
||||
private static void initJamVillagePart(){
|
||||
jamProfession = new VillagerProfession(ModUtil.MOD_ID+":jamGuy", ModUtil.MOD_ID+":textures/entity/villager/jamVillager.png", ModUtil.MOD_ID+":textures/entity/villager/jamVillagerZombie.png");
|
||||
jamProfession = new VillagerProfession(ModUtil.MOD_ID+":jamGuy", ModUtil.MOD_ID+":textures/entity/villager/jam_villager.png", ModUtil.MOD_ID+":textures/entity/villager/jam_villager_zombie.png");
|
||||
VillagerRegistry.instance().register(jamProfession);
|
||||
|
||||
VillagerCareer career = new VillagerCareer(jamProfession, ModUtil.MOD_ID+".jammer");
|
||||
|
|
Loading…
Reference in a new issue