config: utilitix

This commit is contained in:
Snogard 2025-02-09 23:59:04 +01:00
parent 5b9746e2b2
commit 8d0355183f
2 changed files with 2 additions and 2 deletions

0
config/utilitix/client.json5 Executable file → Normal file
View File

4
config/utilitix/common.json5 Executable file → Normal file
View File

@ -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": []
},