Bountiful

Bountiful

49M Downloads

[Bug]: Bounty board is not generated.

Gattare opened this issue · 4 comments

commented

What happened?

Game version 1.20.1, Forge version 47.4.0, Mod version 6.0.4
I've tried check mod conflicts, removed mods that might affect village generation (such as Better Villages, Chef's Delight, Waystone, and Guard Villagers), and created a new save, but the bounty board still won't generate in any village(but can be obtained in Creative mode).

In the bountiful folder under config, there are two folders (bounty_decrees and bounty_pools) (both empty). The contents of bountiful.json are as follows:
{
"boardUpdateFrequency": 45,
"boardGenFrequency": 2,
"flatBonusTimePerBounty": 0,
"shouldBountiesHaveTimersAndExpire": true,
"dataPackExclusions": [
"bounty_pools/bountiful/example_pool",
"bounty_pools//another_example",
"bounty_decrees/other/
"
],
"objectiveModifier": 0,
"maxNumRewards": 2,
"showCompletionToast": true
}

How can we reproduce it?

No response

Mod Version

6.0.4

Mod Loader

None

Mod Loader Version

Forge 47.4.0

Relevant log output

No response

commented

Hi! I'll need a log to look into this further. Just launch the game, create a new world, enter it, exit the game and send logs/latest.log. Thanks!

commented

Thanks for your quick reply, and please forgive me for not being familiar with github.

latest.log

commented

Perhaps it is MineColonies causing the problem? Surely it's an incompatibility with another mod that touches the village jigsaw system, but I could not tell you which one.

In any case, I know that the mod works with the vanilla jigsaw system when used on it's own - if another mod decides to entirely replace the default vanilla jigsaw blocks in villages, then there is nothing we can do about it. It's not a Bountiful bug, unfortunately, it's just that another mod is overriding the default village data. There's nothing that I can do to fix another mod overriding us.

You can try increase "boardGenFrequency": 2, to a higher number in case another mod has simply modified the weights instead of replacing the old jigsaws entirely, but I can't guarantee that it will work!

Best of luck!

commented

Weird, I deleted Minecolonies and adjusted "boardGenFrequency" to 10, but it still won't generate in new save. I think the problem lies with another mod. Thanks for your time.