Fixes #4633: Storage buses cannot see attached inventories.

This commit is contained in:
Sebastian Hartte
2020-08-23 11:23:35 +02:00
parent d82c713112
commit 874f46ed4d
@@ -48,7 +48,7 @@ public final class MEAttributes {
return null;
}
return attribute.getFirstOrNull(world, be.getPos().offset(side), SearchOptions.inDirection(side.getOpposite()));
return attribute.getFirstOrNull(world, be.getPos(), SearchOptions.inDirection(side.getOpposite()));
}
// Convenience function to get an attribute of the block that is in front of a