From 1487fb246eee98e426d98a0dc0bdf0940d2f40d0 Mon Sep 17 00:00:00 2001 From: rockobonaparte Date: Sun, 12 Nov 2023 01:40:21 -0600 Subject: [PATCH] Added builtin_item as an optional dependency (#26) Per a conversation here: https://content.minetest.net/threads/4470/ This ensured builtin_item loads first and then wielded_light can affect the torches properly. Without this, held torches may illuminate, but dropped torches will not. --- mod.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.conf b/mod.conf index 2efb378..855b69d 100644 --- a/mod.conf +++ b/mod.conf @@ -1,2 +1,2 @@ name = wielded_light -optional_depends = default, hades_core +optional_depends = default, hades_core, builtin_item