Luke100000 / minecraft-comes-alive

Replaces Minecraft's villagers with humans, who can be interacted with.
GNU General Public License v3.0
70 stars 49 forks source link

Accidently killed villager, bounty hunters #850

Closed Gamerbolts closed 5 months ago

Gamerbolts commented 5 months ago

Hello,

I created my own modpack and was playing with my wife, we have simply swords and a villager got in the way and died almost immediately. Now bounty hunters are constantly coming. I checked the config and can't find anyway to stop them. I checked the NBT file for my playdata and world but nothing, I checked commands for mca-admin but nothing there, please help. I am not sure where the village was that caused this so going back is out of the question. Any help please, thanks!

Luke100000 commented 5 months ago

They will stop spawning after a while. And there is config, check again :) https://github.com/Luke100000/minecraft-comes-alive/wiki/Config

Gamerbolts commented 5 months ago

This one? // Bounty hunters Attack you once a day if you have a bad reputation "bountyHunterInterval": 24000, "bountyHunterHeartsInterval": -150,

That's what worried me because I thought it would happen once a day every day. Thankfully that is not the case. I don't see a way to stop the bounties outright, just increase the number so it's rare. Or does "-1" work?

Luke100000 commented 5 months ago

I would set bountyHunterHeartsInterval to a very low number

Gamerbolts commented 5 months ago

ok will do. thanks