Fix disabling ore gen, also disabling rubber tree gen...
This commit is contained in:
parent
eb14061349
commit
d7cb40ccbd
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class WorldGenerator {
|
|||
public static void initWorldGen() {
|
||||
registerTreeDecorators();
|
||||
|
||||
if (!TechRebornConfig.enableOreGeneration && !TechRebornConfig.enableOreGeneration) {
|
||||
if (!TechRebornConfig.enableOreGeneration && !TechRebornConfig.enableRubberTreeGeneration) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue