You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, all colours have the same probability of showing up no matter what. as suggested in #16 by @emanuelal99, it would be a big improvement to have a configuration option for how often alt colours should appear.
my planned implementation is a percentage value:
a value of 25 would mean that 75% of squids are vanilla, and 25% would have custom colours.
discussion question: should this value apply no matter what, or only in packs of colours that include the vanilla colour for that entity? I'm thinking the former is the better options, since you can simply set it to 100% to always get custom.
The text was updated successfully, but these errors were encountered:
Solves rosebudmods#17
In doing this, I also discovered bugs with the Slime coloring. Slimes seem to ignore rarity, but I don't believe it's a fault of the rarity code. They also sometimes change colour upon touching the ground for the first time after being spawned. I think there's something else happening that's overriding their colours.
currently, all colours have the same probability of showing up no matter what. as suggested in #16 by @emanuelal99, it would be a big improvement to have a configuration option for how often alt colours should appear.
my planned implementation is a percentage value:
a value of
25
would mean that 75% of squids are vanilla, and 25% would have custom colours.discussion question: should this value apply no matter what, or only in packs of colours that include the vanilla colour for that entity? I'm thinking the former is the better options, since you can simply set it to 100% to always get custom.
The text was updated successfully, but these errors were encountered: