You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
945 B
Plaintext

{
// 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,
// The fluid unit to show fluid amounts in. Options: [litres, droplets]
"displayedFluidUnit": "litres"
},
// 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": true,
// 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,
"architects_palette": true,
"biomemakeover": true,
"biomesoplenty": true,
"ecologics": true
}
}