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:
aaa6c26
)
Default/mapgen: Add sandstone alias for sandstone biome detection
author
paramat
<mat.gregory@virginmedia.com>
Tue, 12 May 2015 22:09:08 +0000
(23:09 +0100)
committer
paramat
<mat.gregory@virginmedia.com>
Tue, 12 May 2015 22:31:38 +0000
(23:31 +0100)
mods/default/mapgen.lua
patch
|
blob
|
history
diff --git
a/mods/default/mapgen.lua
b/mods/default/mapgen.lua
index 2156b2ef61e2b55c82966d13e3b0a9135aae2230..3dc6f611e893c4c5b09d506953d816dea87409e6 100644
(file)
--- a/
mods/default/mapgen.lua
+++ b/
mods/default/mapgen.lua
@@
-17,6
+17,7
@@
minetest.register_alias("mapgen_dirt_with_snow", "default:dirt_with_snow")
minetest.register_alias("mapgen_snowblock", "default:snowblock")
minetest.register_alias("mapgen_snow", "default:snow")
minetest.register_alias("mapgen_ice", "default:ice")
+minetest.register_alias("mapgen_sandstone", "default:sandstone")
minetest.register_alias("mapgen_tree", "default:tree")
minetest.register_alias("mapgen_leaves", "default:leaves")