mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 10:03:45 +01:00
Increase value range of Ore::clust_scarcity
This commit is contained in:
parent
a2e5706661
commit
35ed5198fe
@ -110,7 +110,7 @@ public:
|
|||||||
|
|
||||||
content_t ore;
|
content_t ore;
|
||||||
content_t wherein; // the node to be replaced
|
content_t wherein; // the node to be replaced
|
||||||
s16 clust_scarcity; //
|
u32 clust_scarcity; // ore cluster has a 1-in-clust_scarcity chance of appearing at a node
|
||||||
s16 clust_num_ores; // how many ore nodes are in a chunk
|
s16 clust_num_ores; // how many ore nodes are in a chunk
|
||||||
s16 clust_size; // how large (in nodes) a chunk of ore is
|
s16 clust_size; // how large (in nodes) a chunk of ore is
|
||||||
s16 height_min;
|
s16 height_min;
|
||||||
|
Loading…
Reference in New Issue
Block a user