-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug, 1.20.1]: Villager Hats compat causing clients to disconnect on servers #244
Comments
Interesting - do you have a client version of this log? This simply contains warnings and no crash; it could be a recursive loop timing out, but I don't see any sort of recursive stack limit being reached. |
latest.log |
For now, you can disable the Villager Hats compat datapack by running this on the server: |
Thanks! I'll try this |
It also happens on single player worlds, causing "invalid player data" error |
What happened?
Clients disconnect from server when bounties update with villager hats, Villager Hats version 1.6.1
How can we reproduce it?
Mod Version
6.0.3
Mod Loader
Fabric
Mod Loader Version
0.86.0
Relevant log output
latest.log
[16:24:25] [Server thread/WARN]: Bountiful reward pool entry is not valid!: all_rew_villager_hats_random_hat
[16:24:25] [Server thread/WARN]: Bounty Pool Entry Invalid: (all_rew_villager_hats_random_hat - #villager-hats:hats) details: {
"type": "minecraft:item_tag",
"rarity": "RARE",
"content": "#villager-hats:hats",
"name": null,
"icon": null,
"amount": {
"min": 1,
"max": 1
},
"unitWorth": 2000.0,
"weightMult": 0.009090909090909092,
"timeMult": 1.0,
"repRequired": 0.0,
"forbids": [
],
"conditions": null,
"mystery": false,
"nbt": null
}
The text was updated successfully, but these errors were encountered: