diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2015-04-08 10:51:04 +0100 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2015-04-08 10:51:04 +0100 |
commit | 7954198e2afa0fb49dc424914fc2c4640895521f (patch) | |
tree | 65dabf42dfcbb4223afe0619ee34bd4f5d705a97 | |
parent | de8b3eb386b010b3ec3273f58b713978aa19465f (diff) |
fixed mapgen glitch
-rw-r--r-- | mapgen_v7n.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mapgen_v7n.lua b/mapgen_v7n.lua index 48d95ed..017ec34 100644 --- a/mapgen_v7n.lua +++ b/mapgen_v7n.lua @@ -334,7 +334,7 @@ minetest.register_decoration({ -- Apple Tree place_on = "ethereal:green_dirt",
sidelen = 80, -- was 16
fill_ratio = 0.030,
- biomes = {"grassy, jumble"},
+ biomes = {"grassy", "jumble"},
schematic = path.."tree.mts",
flags = "place_center_x, place_center_z",
})
|