From e43fe2622552811a5f324d880d05c6c0c7579feb Mon Sep 17 00:00:00 2001 From: Monster Zero Date: Sun, 29 Jan 2023 02:40:03 -0500 Subject: [PATCH] adorn no more infinate --- config/Adorn.json5 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 config/Adorn.json5 diff --git a/config/Adorn.json5 b/config/Adorn.json5 new file mode 100644 index 0000000..15258ee --- /dev/null +++ b/config/Adorn.json5 @@ -0,0 +1,31 @@ +{ + // Client-side settings + "client": { + // If true, floating tooltips are shown above trading stations. + "showTradingStationTooltips": true, + // If true, Adorn items will also be shown in matching vanilla item tabs. + "showItemsInStandardGroups": true + }, + // Default values for game rules in new worlds + "gameRuleDefaults": { + // If true, sleeping on sofas can skip the night. + "skipNightOnSofas": true, + // If true, kitchen sinks are infinite sources for infinite fluids. + "infiniteKitchenSinks": false, + // If true, broken trading stations drop a locked version with their contents inside. + "dropLockedTradingStations": true + }, + // Mod compatibility toggles (enabled: true, disabled: false) + "compat": { + "byg": true, + "traverse": true, + "terrestria": true, + "cinderscapes": true, + "blockus": true, + "promenade": true, + "woods_and_mires": true, + "towelette": true, + "biomemakeover": true, + "techreborn": true + } +}