Posted June 4, 201312 yr I can't seem to figure it out Legend of Zelda Mod[updated September 20th to 3.1.1] Extra Achievements(Minecraft 1.8!)[updated April 3rd to 2.3.0] Fancy Cheeses[updated May 8th to 0.5.0]
June 4, 201312 yr VillagerRegistry.instance().registerVillagerType(villagerID, "/mods/MyMod/textures/villager/myvillager.png"); //adding the villager VillagerRegistry.instance().registerVillageTradeHandler(villagerID, this.villager); //adding his trades VillagerRegistry.instance().registerVillageCreationHandler(new VillageCreationHandler()); //villager house (e.g. Mystcraft's archivist always get his house, TC3's villager gets his tower, etc.) Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
June 4, 201312 yr Author How do i use VillageCreationHandler? Legend of Zelda Mod[updated September 20th to 3.1.1] Extra Achievements(Minecraft 1.8!)[updated April 3rd to 2.3.0] Fancy Cheeses[updated May 8th to 0.5.0]
June 4, 201312 yr How do i use VillageCreationHandler? Its for specifying the construction of a specific village building. If you don't have one, then you don't need it. Otherwise you're going to need several classes. Mind, I haven't done this myself, I'm simply looking at the decompiled source for another mod. But this should get you started: public class VillageCreationHandler implements VillagerRegistry.IVillageCreationHandler Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.