Fix savannah cover

This commit is contained in:
Wuzzy 2017-08-21 02:37:29 +02:00
parent d28e32c7e9
commit 5f6bc47185
1 changed files with 3 additions and 3 deletions

View File

@ -401,11 +401,11 @@ local function register_biomes()
-- Savanna -- Savanna
minetest.register_biome({ minetest.register_biome({
name = "savanna", name = "savanna",
node_top = "mcl_core:coarse_dirt", node_top = "mcl_core:dirt_with_grass",
depth_top = 1, depth_top = 1,
node_filler = "mcl_core:coarse_dirt", node_filler = "mcl_core:coarse_dirt",
depth_filler = 1, depth_filler = 2,
node_riverbed = "mcl_core:dirt", node_riverbed = "mcl_core:coarse_dirt",
depth_riverbed = 2, depth_riverbed = 2,
y_min = 1, y_min = 1,
y_max = upper_limit, y_max = upper_limit,