Force has_mcl_potions to boolean

This commit is contained in:
teknomunk 2024-06-21 19:47:58 -05:00
parent 4d83caecc1
commit 2975a71944
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name = mcl_weather
author = xeranas
description = Weather and sky handling: Rain, snow, thunderstorm, End and Nether ambience
depends = mcl_init, mcl_worlds, mcl_playerinfo
depends = mcl_init, mcl_worlds, mcl_playerinfo, mcl_util
optional_depends = lightning

View File

@ -5,7 +5,7 @@ local DIM_ALLOW_NIGHT_VISION = {
local NIGHT_VISION_RATIO = mcl_weather.skycolor.NIGHT_VISION_RATIO
local effects_handlers = {}
local has_mcl_potions = minetest.get_modpath("mcl_potions")
local has_mcl_potions = mcl_util.to_bool(minetest.get_modpath("mcl_potions"))
function effects_handlers.darkness(player, meta, effect, sky_data)
-- No darkness effect if visited by shepherd