Skip to content

Commit

Permalink
Removed shouldGenerateDecorations methods (temporarily)
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0inx committed May 13, 2024
1 parent 0bfba52 commit ee13fe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ && getFlatGenerator(world.getEnvironment()).floor.parseMaterial() != null) {
}

// Generate kelp, ores, and mineral deposits
shouldGenerateDecorations(world, random , x, z);
// BREAKS BELOW 1.18
//shouldGenerateDecorations(world, random , x, z);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ && getOceanGenerator(world.getEnvironment()).floor.parseMaterial() != null) {
}

// Generate kelp, ores, and mineral deposits
shouldGenerateDecorations(world, random , x, z);
// BREAKS BELOW 1.18
//shouldGenerateDecorations(world, random , x, z);
}

@Override
Expand Down

0 comments on commit ee13fe2

Please sign in to comment.