Files
mechanical-smp-v1/web/config/toolbelt-server.toml
2025-07-26 14:57:57 +02:00

8 lines
319 B
TOML

[general]
#List of items to force-allow placing in the belt. Takes precedence over blacklist.
whitelist = []
#List of items to disallow from placing in the belt. (whitelist takes precedence)
blacklist = []
#When set to false, stackable items will no longer be allowed by default.
allowAllNonStackableItems = true