Boolean (Data Type) - MerchantCalico/bovines-and-buttercups-archive GitHub Wiki
A boolean is a data type that is defined by either a true or false value.
Example
{
"can_eat_flowers": false
"vanilla_spawning_hack": true
}
This example would be found in a Mooshroom Configured Cow Type JSON that is unable to eat flowers (therefore cannot make suspicious stew) and activates the vanilla spawning hack. This would most likely come from the bovinesandbuttercups:red_mushroom configured cow type.