[Bug, 1.20.1]: Villager Hats compat warning
ejektaflex opened this issue ยท 4 comments
What happened?
I got a crash, saying that #villager-hats:hats does not exist.
This is probably due to an incorrect compat entry - and could easily be avoided if we validated entries more thoroughly when joining into a world.
How can we reproduce it?
No response
Mod Version
6.0.0-beta.3
Mod Loader
Fabric
Mod Loader Version
0.76.0+1.19.4
Relevant log output
No response
This is fixed as of 4b4294c and 6.0.2
getting this problem on 1.20.1 mod 6.0.2 fabric
[16:11:35] [Server thread/WARN]: Bountiful reward pool entry is not valid!: all_rew_villager_hats_random_hat
[16:11:35] [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
}