smp/config/artifacts/common.json5

29 lines
960 B
Plaintext
Raw Permalink Normal View History

2023-09-11 17:45:04 -03:00
{
// 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
*/
2023-09-12 21:57:48 -03:00
count: 2,
2023-09-11 17:45:04 -03:00
// 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,
}