This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/defaultconfigs/extendedmushrooms-server.toml
2023-11-02 12:32:44 -05:00

20 lines
894 B
TOML

#Options that affect mod behavior.
[behavior]
#Whether or not mushroom caps can be harvested with shears.
mushroomCapsWithShearsEnabled = true
#Whether or not mushroom stems can be harvested without silk touch enchantment.
mushroomStemsWithoutSilkTouchEnabled = true
#Options that affect blocks and entities.
[balancing]
#Whether or not sheeps and mushroom sheeps can eat mushrooms from ground.
sheepEatMushroomFromGroundEnabled = true
#Whether or not sheeps and mushroom sheeps change their fleece to the mushroom type when eating a mushroom from ground or while feeding.
sheepAbsorbMushroomTypeEnabled = true
#Whether or not mushroom cap buttons should play a sound when activated.
mushroomButtonPressurePlatePlaySound = false
#Whether or not mushroom cap pressure plates should play a sound when stepped on or off.
mushroomCapPressurePlatePlaySound = false