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:
3d6f168
)
Default/mapgen: Fix missing taiga pine
author
paramat
<mat.gregory@virginmedia.com>
Mon, 9 Nov 2015 00:55:41 +0000
(
00:55
+0000)
committer
paramat
<mat.gregory@virginmedia.com>
Mon, 9 Nov 2015 01:10:41 +0000
(
01:10
+0000)
mods/default/mapgen.lua
patch
|
blob
|
history
diff --git
a/mods/default/mapgen.lua
b/mods/default/mapgen.lua
index 01f68ae13ea131260771e2c1c3898a9f1bde6a13..0018d8414eef2678078508e6a969ec9397fec975 100644
(file)
--- a/
mods/default/mapgen.lua
+++ b/
mods/default/mapgen.lua
@@
-945,11
+945,11
@@
function default.register_decorations()
rotation = "random",
})
- -- Taiga and temperate forest pine tree
+ -- Taiga and temperate
coniferous
forest pine tree
minetest.register_decoration({
deco_type = "schematic",
- place_on = {"default:
snowblock
", "default:dirt_with_grass"},
+ place_on = {"default:
dirt_with_snow
", "default:dirt_with_grass"},
sidelen = 16,
noise_params = {
offset = 0.04,