Sheep color should be on by default.

This commit is contained in:
Brianna OKeefe 2024-03-12 13:55:59 -05:00
parent 7ea968ab28
commit 19e0c36e1f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public enum Check {
SLIME_SIZE(true), SLIME_SIZE(true),
PIG_SADDLE(true), PIG_SADDLE(true),
SHEEP_SHEARED(true), SHEEP_SHEARED(true),
SHEEP_COLOR(false), SHEEP_COLOR(true),
SNOWMAN_DERPED(true), SNOWMAN_DERPED(true),
WOLF_COLLAR_COLOR(true), WOLF_COLLAR_COLOR(true),
OCELOT_TYPE(false), OCELOT_TYPE(false),