Revert fix for corner. I was looking on a wrong line on debug screen. Closes #2450
This commit is contained in:
parent
cb6c6337a8
commit
0932b86811
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ public class GreenhouseControllerBlockEntity extends PowerAcceptorBlockEntity
|
|||
return;
|
||||
}
|
||||
if (multiblockCenter == null) {
|
||||
multiblockCenter = pos.offset(getFacing().getOpposite(), range);
|
||||
multiblockCenter = pos.offset(getFacing().getOpposite(), range + 1);
|
||||
}
|
||||
|
||||
charge(6);
|
||||
|
|
Loading…
Reference in a new issue