producer -> generator (#4441)
This commit is contained in:
committed by
GitHub
parent
6969fbb1e7
commit
03b37235b3
@@ -10,7 +10,7 @@ public class SolarGenerator extends PowerGenerator{
|
|||||||
|
|
||||||
public SolarGenerator(String name){
|
public SolarGenerator(String name){
|
||||||
super(name);
|
super(name);
|
||||||
//remove the BlockFlag.producer flag to make this a lower priority target than other generators.
|
//remove the BlockFlag.generator flag to make this a lower priority target than other generators.
|
||||||
flags = EnumSet.of();
|
flags = EnumSet.of();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user