From 2de25b8a3b6516c7d5bc41fcb4989be075e4d1fe Mon Sep 17 00:00:00 2001 From: codeandfix <2429462+codeandfix@users.noreply.github.com> Date: Wed, 17 Feb 2021 21:04:38 +0100 Subject: [PATCH] bucket should be loaded after protection mod maybe bucket should be loaded after the protection mod e.g. areas is loaded. otherwise protection may not work correctly? --- mods/bucket/mod.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/bucket/mod.conf b/mods/bucket/mod.conf index fef46873..e00309b2 100644 --- a/mods/bucket/mod.conf +++ b/mods/bucket/mod.conf @@ -1,4 +1,4 @@ name = bucket description = Minetest Game mod: bucket depends = default -optional_depends = dungeon_loot +optional_depends = dungeon_loot, areas