codetaylor / dropt-1.12

Flexible block drop strategies.
https://minecraft.curseforge.com/projects/dropt
Other
6 stars 2 forks source link

Rule file priority is reversed #19

Closed codetaylor closed 6 years ago

codetaylor commented 6 years ago

When I set a rule to have 1000 priority and another rule to have -1000 priority, the -1000 priority rule file is checked first.

I expect that the 1000 priority rule file would get checked first.