diff --git a/gradle.properties b/gradle.properties index deadc44..0825cfb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.daemon=false mod_id=sophisticatedstorageinmotion mod_group_id=sophisticatedstorageinmotion -mod_version=0.10.0 +mod_version=0.10.1 sonar_project_key=sophisticatedstorageinmotion:SophisticatedStorageInMotion github_package_url=https://maven.pkg.github.com/P3pp3rF1y/SophisticatedStorageInMotion diff --git a/src/main/java/net/p3pp3rf1y/sophisticatedstorageinmotion/entity/EntityStorageHolder.java b/src/main/java/net/p3pp3rf1y/sophisticatedstorageinmotion/entity/EntityStorageHolder.java index cb721b7..3905769 100644 --- a/src/main/java/net/p3pp3rf1y/sophisticatedstorageinmotion/entity/EntityStorageHolder.java +++ b/src/main/java/net/p3pp3rf1y/sophisticatedstorageinmotion/entity/EntityStorageHolder.java @@ -276,7 +276,7 @@ private void renderUpgrade(IUpgradeRenderer re } private void runPickupOnItemEntities() { - AABB aabb = entity.getBoundingBox(); + AABB aabb = entity.getBoundingBox().inflate(0.2D); List collidedWithItemEntities = entity.level().getEntitiesOfClass(ItemEntity.class, aabb); collidedWithItemEntities.forEach(itemEntity -> { if (itemEntity.isAlive()) {