This commit is contained in:
root 2021-02-02 10:09:27 +01:00
parent 43072ef6c7
commit e1d8f94d9f
7 changed files with 21 additions and 3 deletions

View File

@ -3,5 +3,4 @@ depends= bucket,default,vessels,stairs
description = Adds a juice press and two juice storage containers. Most fruits and several veggies can be juiced. The resulting drinks can be 'ate' to gain health, or if you are using the thirsty mod, to regain hydration.
author = Nathan, Napiophelios
optional_depends = hunger,thirsty,plantlife,farming_plus,crops,farming,minetest_doc_modpack,fruits,ethereal
release = 1004
title = Drinks

View File

@ -212,6 +212,19 @@ end
local aux_timer = 0
function lib_mount.drive(entity, dtime, is_mob, moving_anim, stand_anim, jump_height, can_fly, can_go_down, can_go_up, enable_crash)
-- Sanity checks
if entity.driver and not entity.driver:get_attach() then entity.driver = nil end
if entity.passenger and not entity.passenger:get_attach() then
entity.passenger = nil
end
if entity.passenger2 and not entity.passenger2:get_attach() then
entity.passenger2 = nil
end
if entity.passenger3 and not entity.passenger3:get_attach() then
entity.passenger3 = nil
end
aux_timer = aux_timer + dtime
if can_fly and can_fly == true then

View File

@ -1,4 +1,4 @@
name = mobs_monster
depends = default, mobs
optional depends = lucky_block, toolranks, intllib
description = Adds many types of monster.
optional_depends = lucky_block, toolranks, intllib
description = Adds many types of monsters.

View File

@ -0,0 +1,3 @@
altair
gamer 20n
CC BY-SA 3.0

View File

@ -0,0 +1,3 @@
starkiller
gamer 20n
CC BY-SA 3.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB