Fixed block drops.

This commit is contained in:
Vatuu
2022-08-23 17:21:54 +02:00
parent 4d4ed72159
commit 8ba75899e3
2 changed files with 17 additions and 51 deletions

View File

@@ -56,8 +56,7 @@ public class IrisBlockDrops {
private boolean replaceVanillaDrops = false;
public boolean shouldDropFor(BlockData data, IrisData rdata) {
KList<BlockData> list = this.data.aquire(() ->
{
KList<BlockData> list = this.data.aquire(() -> {
KList<BlockData> b = new KList<>();
for(IrisBlockData i : getBlocks()) {