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
minetest.register_biome({
name = "savanna",
node_top = "mcl_core:coarse_dirt",
node_top = "mcl_core:dirt_with_grass",
depth_top = 1,
node_filler = "mcl_core:coarse_dirt",
depth_filler = 1,
node_riverbed = "mcl_core:dirt",
depth_filler = 2,
node_riverbed = "mcl_core:coarse_dirt",
depth_riverbed = 2,
y_min = 1,
y_max = upper_limit,