projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c570f9f
)
Default/mapgen: Add dry shrub to mgv6 tundra
author
paramat
<mat.gregory@virginmedia.com>
Thu, 23 Apr 2015 04:24:38 +0000
(
05:24
+0100)
committer
paramat
<mat.gregory@virginmedia.com>
Thu, 23 Apr 2015 05:28:49 +0000
(06:28 +0100)
mods/default/mapgen.lua
patch
|
blob
|
history
diff --git
a/mods/default/mapgen.lua
b/mods/default/mapgen.lua
index 2680bc3cc28e81f4041ec535f5df18e8fdc075c7..1766ad83c7f34d04f7abc1393e1c8ada79bd801c 100644
(file)
--- a/
mods/default/mapgen.lua
+++ b/
mods/default/mapgen.lua
@@
-403,7
+403,7
@@
function default.register_mgv6_decorations()
minetest.register_decoration({
deco_type = "simple",
- place_on = {"default:desert_sand"},
+ place_on = {"default:desert_sand"
, "default:dirt_with_snow"
},
sidelen = 16,
noise_params = {
offset = 0,