built on 11/07/2022 20:33:41
This commit is contained in:
parent
10dabd04ff
commit
c790b3ed5a
@ -50,8 +50,10 @@ ta4_jetpack requires the modpack 3d_armor. 3d_armor is itself a modpack and can'
|
|||||||
#### 2022-07-11
|
#### 2022-07-11
|
||||||
|
|
||||||
Updated Mods:
|
Updated Mods:
|
||||||
- techage (fusion reactor added)
|
- techage V1.08 with improvements and bug fixes
|
||||||
|
- tubelib2
|
||||||
|
- unified_inventory
|
||||||
|
- lcdlib
|
||||||
|
|
||||||
#### 2022-01-28
|
#### 2022-01-28
|
||||||
|
|
||||||
|
@ -333,7 +333,7 @@ local function move_tick()
|
|||||||
for _,player in ipairs(minetest.get_connected_players()) do
|
for _,player in ipairs(minetest.get_connected_players()) do
|
||||||
local controls = player:get_player_control()
|
local controls = player:get_player_control()
|
||||||
local is_moving = controls.up or controls.down or controls.left or controls.right
|
local is_moving = controls.up or controls.down or controls.left or controls.right
|
||||||
local velocity = player:get_player_velocity()
|
local velocity = player:get_velocity()
|
||||||
velocity.y = 0
|
velocity.y = 0
|
||||||
local horizontal_speed = vector.length(velocity)
|
local horizontal_speed = vector.length(velocity)
|
||||||
local has_velocity = horizontal_speed > 0.05
|
local has_velocity = horizontal_speed > 0.05
|
||||||
|
Loading…
Reference in New Issue
Block a user