Changing the possible colors in the config files for both Random Sheep Colours (Fabric) 1.6 and Random Shulker Colours (Fabric) 1.3 appears to have no effect
Darkiceflame opened this issue ยท 1 comments
After making the below changes to these two configs and creating a new world, I still found the corresponding entities in colors outside of the lists in the config.
{
// The possible sheep colours which the mod chooses from, divided by a comma.
"possibleSheepColours": "black,brown,gray,light_gray,white"
}
{
// The possible shulker colours which the mod chooses from, divided by a comma.
"possibleShulkerColours": "normal,black,blue,cyan,gray,light_blue,light_gray,magenta,pink,purple"
}