Fix player.lua, lava not spreading, add canyons

Just what it says on the tin. Canyons originally by paramat, edited to
use moon terrain materials.
This commit is contained in:
HeroOfTheWinds 2014-05-14 14:23:55 -10:00
parent 42a40d8ef0
commit 489e69b6c8
6 changed files with 199 additions and 2 deletions

View file

@ -50,7 +50,7 @@ model_def = {
]]
if minetest.setting_getbool("astronaut") = false then
if minetest.setting_getbool("astronaut") == false then
astSkin = "charater.png"
else
astSkin = "astronaut.png"