Polish to the reactor
This commit is contained in:
parent
b506c2e091
commit
7db2e0dc8c
6 changed files with 132 additions and 76 deletions
|
@ -97,6 +97,15 @@ public class ContainerFusionReactor extends RebornContainer {
|
|||
} else if(id == 4){
|
||||
this.neededEU = value;
|
||||
}
|
||||
if(tickTime == -1){
|
||||
tickTime = 0;
|
||||
}
|
||||
if(finalTickTime == -1){
|
||||
finalTickTime = 0;
|
||||
}
|
||||
if(neededEU == -1){
|
||||
neededEU = 0;
|
||||
}
|
||||
}
|
||||
|
||||
public int getProgressScaled(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue