mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Fix spelling of noise_threshold
This commit is contained in:
parent
70ece71ee4
commit
a78dd7f2b6
5 changed files with 19 additions and 10 deletions
|
@ -61,7 +61,7 @@ public:
|
|||
s16 y_max;
|
||||
u8 ore_param2; // to set node-specific attributes
|
||||
u32 flags; // attributes for this ore
|
||||
float nthresh; // threshhold for noise at which an ore is placed
|
||||
float nthresh; // threshold for noise at which an ore is placed
|
||||
NoiseParams np; // noise for distribution of clusters (NULL for uniform scattering)
|
||||
Noise *noise;
|
||||
std::set<u8> biomes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue