LootTweaker

LootTweaker

17M Downloads

Minimum parameter of bonusRolls

Thyriel opened this issue ยท 1 comments

commented

1.12.2:
There's a slight error in your example script on the wiki github:

main.setBonusRolls(0, 2);
throws an error in the logfile:

[INITIALIZATION][CLIENT][ERROR] Minimum parameter of bonusRolls must be greater than 0.0F!

Also some of the lines in the example script are missing an a linebreak so if you copy&paste the text there's 2 code lines behind a comment

commented

Thank you for the report.