risse -> risso

This commit is contained in:
Anuken
2020-07-24 13:27:15 -04:00
parent 8db4f88ecc
commit 58c39e14d6
45 changed files with 609 additions and 592 deletions
@@ -187,8 +187,8 @@ public class StackConveyor extends Block implements Autotiler{
}else{ //transfer
if(state != stateLoad || (items.total() >= getMaximumAccepted(lastItem))){
if(front() != null
&& front().team() == team()
&& front().block() instanceof StackConveyor){
&& front().team == team
&& front().block instanceof StackConveyor){
StackConveyorEntity e = (StackConveyorEntity)front();
// sleep if its occupied