
Loot drop error
TsuneZebra opened this issue · 0 comments
Versions (Be specific, do not write "latest"):
- Champions:2.0.1.16
- Forge:1.16.5-36.2.34
Observed Behavior:
Champions sometimes drop twice as many enchanted book after being killed, and they are the same
Expected Behavior:
Steps to Reproduce:
This is my revised loot list:
"name": "tier#1",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:book",
"weight": 1,
"conditions": [
{
"condition": "champions:entity_champion",
"entity": "this"
},
{
"condition": "killed_by_player"
}
],
"functions": [
{
"function": "enchant_with_levels",
"treasure": true,
"levels": {
"min": 10,
"max": 40
}
}
]
}
]
Crash Log: Please use a paste site like gist.