mirror of
https://github.com/songoda/UltimateKits.git
synced 2025-02-17 03:41:21 +01:00
fix for SD-429
This commit is contained in:
parent
c6b9403c38
commit
0b5b42056e
@ -48,6 +48,7 @@ public class DisplayItemHandler {
|
||||
Kit kit = kitBlockData.getKit();
|
||||
|
||||
List<ItemStack> list = kit.getReadableContents(null, false, false, false);
|
||||
if (list.isEmpty()) return;
|
||||
for (Entity e : location.getChunk().getEntities()) {
|
||||
if (e.getType() != EntityType.DROPPED_ITEM
|
||||
|| e.getLocation().getX() != location.getX()
|
||||
|
Loading…
Reference in New Issue
Block a user