From 570c2042b1b11fc1581dceb22c74cf47bb217134 Mon Sep 17 00:00:00 2001 From: paramat Date: Sun, 28 Dec 2014 05:20:42 +0000 Subject: Biome API: Add shore top and shore filler nodes, underwater node, water top node. Add water top depth and shore height parameters. Remove water dust node --- src/mg_biome.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/mg_biome.h') diff --git a/src/mg_biome.h b/src/mg_biome.h index 870c11961..f5a5deae3 100644 --- a/src/mg_biome.h +++ b/src/mg_biome.h @@ -39,13 +39,18 @@ public: content_t c_top; content_t c_filler; + content_t c_shore_top; + content_t c_shore_filler; + content_t c_underwater; content_t c_stone; + content_t c_water_top; content_t c_water; content_t c_dust; - content_t c_dust_water; s16 depth_top; s16 depth_filler; + s16 height_shore; + s16 depth_water_top; s16 height_min; s16 height_max; -- cgit v1.2.3