diff --git a/mods/drinks/mod.conf b/mods/drinks/mod.conf index d0c47df4..78743915 100644 --- a/mods/drinks/mod.conf +++ b/mods/drinks/mod.conf @@ -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 diff --git a/mods/lib_mount/init.lua b/mods/lib_mount/init.lua index 7affee80..8f27efc7 100644 --- a/mods/lib_mount/init.lua +++ b/mods/lib_mount/init.lua @@ -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 diff --git a/mods/mobs_monster/mod.conf b/mods/mobs_monster/mod.conf index f072a868..7979671c 100644 --- a/mods/mobs_monster/mod.conf +++ b/mods/mobs_monster/mod.conf @@ -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. diff --git a/mods/skinsdb/meta/character_1946.txt b/mods/skinsdb/meta/character_1946.txt new file mode 100644 index 00000000..df2beeac --- /dev/null +++ b/mods/skinsdb/meta/character_1946.txt @@ -0,0 +1,3 @@ +altair +gamer 20n +CC BY-SA 3.0 diff --git a/mods/skinsdb/meta/character_1947.txt b/mods/skinsdb/meta/character_1947.txt new file mode 100644 index 00000000..5910236f --- /dev/null +++ b/mods/skinsdb/meta/character_1947.txt @@ -0,0 +1,3 @@ +starkiller +gamer 20n +CC BY-SA 3.0 diff --git a/mods/skinsdb/textures/character_1946.png b/mods/skinsdb/textures/character_1946.png new file mode 100644 index 00000000..70ab66cb Binary files /dev/null and b/mods/skinsdb/textures/character_1946.png differ diff --git a/mods/skinsdb/textures/character_1947.png b/mods/skinsdb/textures/character_1947.png new file mode 100644 index 00000000..67d9497d Binary files /dev/null and b/mods/skinsdb/textures/character_1947.png differ