forked from VoxeLibre/VoxeLibre
Fix typo
This commit is contained in:
parent
23e2da6a41
commit
6254884881
|
@ -24,7 +24,7 @@ mod.register_environment_effect(function(pos, vel, staticdata)
|
|||
return vector.new(vec.x, -0.22, vec.z),nil
|
||||
end)
|
||||
|
||||
-- Simple gravity and bouency
|
||||
-- Simple gravity and bouancy
|
||||
mod.register_environment_effect(function(pos, vel, staticdata)
|
||||
-- Get the node and node definition
|
||||
local node = minetest.get_node_or_nil(pos);
|
||||
|
|
Loading…
Reference in New Issue