mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fix typo
This commit is contained in:
parent
23e2da6a41
commit
6254884881
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ mod.register_environment_effect(function(pos, vel, staticdata)
|
||||||
return vector.new(vec.x, -0.22, vec.z),nil
|
return vector.new(vec.x, -0.22, vec.z),nil
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-- Simple gravity and bouency
|
-- Simple gravity and bouancy
|
||||||
mod.register_environment_effect(function(pos, vel, staticdata)
|
mod.register_environment_effect(function(pos, vel, staticdata)
|
||||||
-- Get the node and node definition
|
-- Get the node and node definition
|
||||||
local node = minetest.get_node_or_nil(pos);
|
local node = minetest.get_node_or_nil(pos);
|
||||||
|
|
Loading…
Reference in a new issue