From 8d0355183f0983e43a08bae4810de4c179009a7f Mon Sep 17 00:00:00 2001 From: Snogard Date: Sun, 9 Feb 2025 23:59:04 +0100 Subject: [PATCH] config: utilitix --- config/utilitix/client.json5 | 0 config/utilitix/common.json5 | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 config/utilitix/client.json5 mode change 100755 => 100644 config/utilitix/common.json5 diff --git a/config/utilitix/client.json5 b/config/utilitix/client.json5 old mode 100755 new mode 100644 diff --git a/config/utilitix/common.json5 b/config/utilitix/common.json5 old mode 100755 new mode 100644 index ee6ab4d..a79ec3d --- a/config/utilitix/common.json5 +++ b/config/utilitix/common.json5 @@ -83,7 +83,7 @@ "crouchNoWaterlog": true, // Both doors open at the same time if connected - "doubleDoor": false, + "doubleDoor": true, // Illusioners will appear in raids "illusionerInRaid": true, @@ -106,7 +106,7 @@ // List of items which are allowed to be planted when despawn on correct soil // This is a resource list. See https://moddingx.org/libx/org/moddingx/libx/util/data/ResourceList.html#use_resource_lists_in_configs "plantsOnDespawn": { - "allow_list": true, + "allow_list": false, "elements": [] },