fix pyrolyseoven
This commit is contained in:
parent
74dcc79110
commit
9b91a89e12
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ public class GT_MetaTileEntity_PyrolyseOven extends GT_MetaTileEntity_MultiBlock
|
|||
}
|
||||
}
|
||||
} else {// innen air
|
||||
if (!aBaseMetaTileEntity.getAir(xDir + i, h, zDir + j)) {
|
||||
if (!aBaseMetaTileEntity.getAirOffset(xDir + i, h, zDir + j)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue