From e2afcf85ce5945a6ed08313dfed9f68d02912f73 Mon Sep 17 00:00:00 2001 From: paramat Date: Sat, 30 Sep 2017 10:23:57 +0100 Subject: Stratum ore: Allow use with no noise for simple horizontal strata If either of the 2 noise parameters are omitted the ore will occur from y_min to y_max in a simple horizontal stratum. As this does not compute noise performance improves, and is ideal for placing many layers. Clean up some nearby ore documentation. --- src/mg_ore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mg_ore.h') diff --git a/src/mg_ore.h b/src/mg_ore.h index 4801b152e..e715f348b 100644 --- a/src/mg_ore.h +++ b/src/mg_ore.h @@ -135,7 +135,7 @@ public: class OreStratum : public Ore { public: - static const bool NEEDS_NOISE = true; + static const bool NEEDS_NOISE = false; NoiseParams np_stratum_thickness; Noise *noise_stratum_thickness = nullptr; -- cgit v1.2.3