forked from SteamWar/SteamWar
Hotfix: Entities on 1.21+
This commit is contained in:
@@ -94,7 +94,7 @@ public class NMSWrapper21 implements NMSWrapper {
|
|||||||
return false;
|
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) {
|
private int drillDown(List<ItemStack> items, int layer, int start) {
|
||||||
|
|||||||
Reference in New Issue
Block a user