fixed mapgen glitch

This commit is contained in:
tenplus1 2015-04-08 10:51:04 +01:00
parent de8b3eb386
commit 7954198e2a

View File

@ -334,7 +334,7 @@ minetest.register_decoration({ -- Apple Tree
place_on = "ethereal:green_dirt", place_on = "ethereal:green_dirt",
sidelen = 80, -- was 16 sidelen = 80, -- was 16
fill_ratio = 0.030, fill_ratio = 0.030,
biomes = {"grassy, jumble"}, biomes = {"grassy", "jumble"},
schematic = path.."tree.mts", schematic = path.."tree.mts",
flags = "place_center_x, place_center_z", flags = "place_center_x, place_center_z",
}) })