Hotfix: Entities on 1.21+

This commit is contained in:
2025-07-06 21:58:05 +02:00
parent b8b38cf777
commit 3ae9a41b31
@@ -94,7 +94,7 @@ public class NMSWrapper21 implements NMSWrapper {
return false;
}
return drillDown(data.contents(), 0, 0) <= threshold;
return drillDown(data.contents(), 0, 0) > threshold;
}
private int drillDown(List<ItemStack> items, int layer, int start) {