Fixed #2067
This commit is contained in:
@@ -157,7 +157,7 @@ public class CoreBlock extends StorageBlock{
|
|||||||
|
|
||||||
|
|
||||||
public boolean isContainer(Tilec tile){
|
public boolean isContainer(Tilec tile){
|
||||||
return tile instanceof StorageBlockEntity;
|
return tile instanceof StorageBlockEntity && (((StorageBlockEntity)tile).linkedCore == this || ((StorageBlockEntity)tile).linkedCore == null);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user