Merge pull request #802 from codewarrior0/patch-8
Don't allow Large Turbine to start up without Dynamo Hatch
This commit is contained in:
commit
45e73fd659
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ public abstract class GT_MetaTileEntity_LargeTurbine extends GT_MetaTileEntity_M
|
|||
} else {
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue