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.
This commit is contained in:
rockobonaparte 2023-11-12 01:40:21 -06:00 committed by GitHub
parent b5236562af
commit 1487fb246e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,2 @@
name = wielded_light
optional_depends = default, hades_core
optional_depends = default, hades_core, builtin_item