Attempt block drops

This commit is contained in:
Daniel Mills
2021-07-30 09:33:50 -04:00
parent e1e0368f8c
commit cff402affb
2 changed files with 65 additions and 2 deletions

View File

@@ -83,8 +83,6 @@ public class IrisBlockDrops {
return false;
}
// TODO: WARNING USES RNG.R
@Deprecated
public void fillDrops(boolean debug, KList<ItemStack> d) {
for (IrisLoot i : getDrops()) {
if (RNG.r.i(1, i.getRarity()) == i.getRarity()) {