From: kwolekr Date: Sun, 31 Mar 2013 16:25:38 +0000 (-0400) Subject: Increase value range of Ore::clust_scarcity X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=35ed5198fe45eceb62b33dfb1b85f019ee4016e1;p=zefram%2Fminetest%2Fminetest_engine.git Increase value range of Ore::clust_scarcity --- diff --git a/src/mapgen.h b/src/mapgen.h index a900985d..ee8a8c20 100644 --- a/src/mapgen.h +++ b/src/mapgen.h @@ -110,7 +110,7 @@ public: content_t ore; 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_size; // how large (in nodes) a chunk of ore is s16 height_min;