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:
135d80e
)
Default/mapgen: Retune cactus density due to low density fix
author
paramat
<mat.gregory@virginmedia.com>
Mon, 23 Nov 2015 01:07:28 +0000
(
01:07
+0000)
committer
paramat
<mat.gregory@virginmedia.com>
Mon, 23 Nov 2015 03:19:11 +0000
(
03:19
+0000)
mods/default/mapgen.lua
patch
|
blob
|
history
diff --git
a/mods/default/mapgen.lua
b/mods/default/mapgen.lua
index c914cc3efc4381195a41130956ee44cbac2d4e63..79a3c401f66a9f12edb4da56419cc12aab721465 100644
(file)
--- a/
mods/default/mapgen.lua
+++ b/
mods/default/mapgen.lua
@@
-995,8
+995,8
@@
function default.register_decorations()
place_on = {"default:desert_sand"},
sidelen = 16,
noise_params = {
- offset = -0.000
5
,
- scale = 0.00
15
,
+ offset = -0.000
3
,
+ scale = 0.00
09
,
spread = {x = 200, y = 200, z = 200},
seed = 230,
octaves = 3,
@@
-1017,8
+1017,8
@@
function default.register_decorations()
place_on = {"default:desert_sand"},
sidelen = 16,
noise_params = {
- offset = -0.000
5
,
- scale = 0.00
15
,
+ offset = -0.000
3
,
+ scale = 0.00
09
,
spread = {x = 200, y = 200, z = 200},
seed = 230,
octaves = 3,