Add basic soul sand

This commit is contained in:
Wuzzy 2017-02-09 01:56:55 +01:00
parent 2baec5d5d7
commit 8160896e46
3 changed files with 19 additions and 3 deletions

View file

@ -74,10 +74,12 @@ minetest.register_globalstep(function(dtime)
end
-- standing on soul sand? if so walk slower
-- if playerplus[name].nod_stand == "mcl_nether:soul_sand" then
if playerplus[name].nod_stand == "mcl_nether:soul_sand" then
-- TODO: Fix walk speed
-- def.speed = def.speed - 0.4
-- end
-- TODO: Also check other blocks
-- TODO: Also slow down mobs
def.speed = def.speed - 0.4
end
-- set player physics
-- TODO: Resolve conflict