Minor place fix

This commit is contained in:
Anuken
2022-02-16 11:07:21 -05:00
parent 49d5513c4e
commit e2c7c94663
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 B

After

Width:  |  Height:  |  Size: 268 B

View File

@@ -127,7 +127,7 @@ public class CoreBlock extends StorageBlock{
if(state.isEditor()) return true; if(state.isEditor()) return true;
//special floor upon which cores can be placed //special floor upon which cores can be placed
tile.getLinkedTiles(tempTiles); tile.getLinkedTilesAs(this, tempTiles);
if(!tempTiles.contains(o -> !o.floor().allowCorePlacement)){ if(!tempTiles.contains(o -> !o.floor().allowCorePlacement)){
return true; return true;
} }