SkylaskSheep:
enabled: true
#percentage chance of the given color to spawn in the wild.
#must add up to 100% or will not work.
#New lines maybe added or removed, Format: (Dye color) : (Spawn chance)
#Decimal values are accepted but must still add up to 100.0, 99.99 not allowed.
#must use valid sheep dye colors.
#if any conditions are not met, sheep will spawn in normal colors.
Spawn Chance:
- "white:9%"
- "Silver:6.5%"
- "yellow:6.5%"
- "red:6.5%"
- "brown:6.5%"
- "gray:6.5%"
- "green:6.5%"
- "blue:6.5%"
- "black:6.5%"
- "light_blue:6.5%"
- "pink:6.5%"
- "cyan:6.5%"
- "lime:6.5%"
- "magenta:6.5%"
- "purple:6.5%"
#Should the sheep drop its dye when it is killed
#ex: Red sheep drops Rose red on death.
Drop dye on death: true
#Percent chance that the sheep will drop a dye when its killed.
#ex: Red sheep drops rose red 20% of the time.
Death drop chance: "20%"
#Quantity of dye to drop when killed with percentage chance.
#Must add up to 100.0%
#New lines maybe added, Format: (Number of dyes to drop) : (Percantage of time to drop it)
#Ex: 20% of the time, a red sheep will drop 1 rose red dye 80% of the time,
#2 rose red Dyes 15% of the time
#3 rose red dyes are dropped 5% of the time.
#Death drop amounts are only applicable if the Death drop chance happens.
Death drop amounts:
- "1:80%"
- "2:15%"
- "3:5%"
#Same as above but for when a sheep is sheared.
Drop dye on shear: true
Shear drop chance: "15%"
Shear drop amounts:
- "1:80%"
- "2:15%"
- "3:5%"