First, great mod, thank you for all the time & effort you've put into it!
Second, I could do with a little bit of help. I'm putting a modpack together and after changing loads of configs, I'm now getting a VillagerRegistry error:
at cpw.mods.fml.common.registry.VillagerRegistry.registerVillagerId(VillagerRegistry.java:125)
at com.InfinityRaider.AgriCraft.init.WorldGen.init(WorldGen.java:17)
at com.InfinityRaider.AgriCraft.AgriCraft.postInit(AgriCraft.java:100)
Initially, changing the ID in the config fixed the issue, however after a few other config changes for other mods I can't get past this error.
So far I have tried several different ID's, chosen randomly, as well as setting the following in the Agricraft config and I still can't get it to launch:
# set to true to disable world gen, no greenhouses will spawn in villages [default: false]
B:"Disable World Gen"=true
# Set to false if you wish to disable villagers spawning in the ArgiCraft houses [default: true]
B:"Enable villagers"=false
If I disable Agricraft, the entire pack launches and plays fine. Do you have any idea or suggestions that I could try as I would really like the mod in the pack? If there's any information I can provide, please ask.
Thank you!