mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
parent
f6cfe6b873
commit
c4703a7f19
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ if core.set_push_moveresult1 then
|
||||||
standing_on_object = b2,
|
standing_on_object = b2,
|
||||||
collisions = {{
|
collisions = {{
|
||||||
type = "node",
|
type = "node",
|
||||||
axis = AXES[axis],
|
axis = AXES[axis + 1],
|
||||||
node_pos = vector.new(npx, npy, npz),
|
node_pos = vector.new(npx, npy, npz),
|
||||||
new_pos = vector.new(v0x, v0y, v0z),
|
new_pos = vector.new(v0x, v0y, v0z),
|
||||||
old_velocity = vector.new(v1x, v1y, v1z),
|
old_velocity = vector.new(v1x, v1y, v1z),
|
||||||
|
|
Loading…
Add table
Reference in a new issue