-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6cada88
commit e43fe26
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
} |