mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-08 00:36:19 +00:00
Attempt block drops
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user