29 lines
960 B
Plaintext
29 lines
960 B
Plaintext
{
|
|
// Whether the Kitty Slippers and Bunny Hoppers change the player's hurt sounds
|
|
modifyHurtSounds: true,
|
|
campsite: {
|
|
/* How many times a campsite will attempt to generate per chunk
|
|
Set this to 0 to prevent campsites from generating
|
|
*/
|
|
count: 4,
|
|
// The minimum height campsites can spawn at
|
|
minY: -60,
|
|
// The maximum height campsites can spawn at
|
|
maxY: 40,
|
|
// Probability that a campsite has a mimic instead of a chest
|
|
mimicChance: 0.3,
|
|
// Whether to use wooden chests from other mods when generating campsites
|
|
useModdedChests: true,
|
|
},
|
|
/* Affects how common artifacts are in chests
|
|
Values above 1 will make artifacts rarer
|
|
Values between 0 and 1 will make artifacts more common
|
|
Set this to 10000 to remove all artifacts from chest loot
|
|
*/
|
|
artifactRarity: 5.0,
|
|
/* The chance everlasting beef drops when a cow
|
|
or mooshroom is killed by a player
|
|
*/
|
|
everlastingBeefChance: 0.002,
|
|
}
|