mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-21 22:55:01 -04:00
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:
parent
42a40d8ef0
commit
489e69b6c8
6 changed files with 199 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue