mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 09:25:37 +02:00
Fix typos and en_US/en_GB inconsistency in various files (#12902)
This commit is contained in:
@@ -82,7 +82,7 @@ struct MapgenDesc {
|
||||
//// Built-in mapgens
|
||||
////
|
||||
|
||||
// Order used here defines the order of appearence in mainmenu.
|
||||
// Order used here defines the order of appearance in mainmenu.
|
||||
// v6 always last to discourage selection.
|
||||
// Special mapgens flat, fractal, singlenode, next to last. Of these, singlenode
|
||||
// last to discourage selection.
|
||||
@@ -745,7 +745,7 @@ void MapgenBasic::generateBiomes()
|
||||
nplaced = 0; // Enable top/filler placement for next surface
|
||||
air_above = true;
|
||||
water_above = false;
|
||||
} else { // Possible various nodes overgenerated from neighbouring mapchunks
|
||||
} else { // Possible various nodes overgenerated from neighboring mapchunks
|
||||
nplaced = U16_MAX; // Disable top/filler placement
|
||||
air_above = false;
|
||||
water_above = false;
|
||||
|
Reference in New Issue
Block a user