Skip to content

Commit

Permalink
Fixed bug with structure generation on flat worlds
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Mar 8, 2021
1 parent d8428c7 commit ccdd28d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ public void setup() {
.put( this, this.separationSettings )
.build();
DimensionSettings.field_242740_q.getStructures().field_236193_d_.put( this, this.separationSettings );
FlatGenerationSettings.STRUCTURES.put( this, this.structureFeature );
// FlatGenerationSettings.STRUCTURES.put( this, this.structureFeature );
}
}

0 comments on commit ccdd28d

Please sign in to comment.