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:
09dbaf7
)
Default/mapgen: Confine Aspen to one half of deciduous forest
author
paramat
<mat.gregory@virginmedia.com>
Wed, 3 Feb 2016 21:56:00 +0000
(21:56 +0000)
committer
paramat
<mat.gregory@virginmedia.com>
Sat, 6 Feb 2016 01:24:14 +0000
(
01:24
+0000)
mods/default/mapgen.lua
patch
|
blob
|
history
diff --git
a/mods/default/mapgen.lua
b/mods/default/mapgen.lua
index 1c30ad23e917b5cb494716baae6fa782c28cde02..05d7b2b9cf8ede652c8d6ae1b44ab1928fe384a1 100644
(file)
--- a/
mods/default/mapgen.lua
+++ b/
mods/default/mapgen.lua
@@
-1185,8
+1185,8
@@
function default.register_decorations()
place_on = {"default:dirt_with_grass"},
sidelen = 16,
noise_params = {
- offset = 0.0
1
,
- scale = -0.0
2
,
+ offset = 0.0,
+ scale = -0.0
3
,
spread = {x = 250, y = 250, z = 250},
seed = 2,
octaves = 3,
@@
-1205,8
+1205,8
@@
function default.register_decorations()
place_on = {"default:dirt_with_grass"},
sidelen = 16,
noise_params = {
- offset = 0.0
005
,
- scale = -0.001,
+ offset = 0.0,
+ scale = -0.001
5
,
spread = {x = 250, y = 250, z = 250},
seed = 2,
octaves = 3,