We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47c564 commit 4e47484Copy full SHA for 4e47484
feather/base/src/anvil/level.rs
@@ -164,7 +164,7 @@ impl LevelData {
164
match self.generator_name.to_lowercase().as_str() {
165
"default" => LevelGeneratorType::Default,
166
"flat" => LevelGeneratorType::Flat,
167
- "largeBiomes" => LevelGeneratorType::LargeBiomes,
+ "largebiomes" => LevelGeneratorType::LargeBiomes,
168
"amplified" => LevelGeneratorType::Amplified,
169
"buffet" => LevelGeneratorType::Buffet,
170
"debug_all_block_states" => LevelGeneratorType::Debug,
0 commit comments