Fishing drops are no longer random amounts

This commit is contained in:
nossr50
2019-08-23 20:51:32 -06:00
parent 77ffee2515
commit 52f9273fa8
3 changed files with 9 additions and 3 deletions

View File

@ -150,7 +150,7 @@ public class TreasureConfig extends ConfigLoader {
}
if (amount <= 0) {
reason.add("Amount of " + treasureName + " must be greater than 0! " + amount);
amount = 1;
}
if (material != null && material.isBlock() && (data > 127 || data < -128)) {