"description":"The block types required nearby for the entity to breed.",
"title":"Blocks",
"oneOf":[
{
"type":"array",
"items":{
"description":"A block type required nearby for the entity to breed.",
"type":"string",
"$ref":"../../../../general/blocks_item.json",
"title":"Blocks"
}
},
{
"description":"A block type required nearby for the entity to breed.",
"type":"string",
"$ref":"../../../../general/blocks_item.json",
"title":"Blocks"
}
]
},
"count":{"type":"number","description":"The number of the required block types nearby for the entity to breed.","title":"Count"},
"radius":{
"type":"number",
"description":"How many blocks radius from the mob's center to search in for the required blocks. Bounded between 0 and 16.",
"minimum":0,
"title":"Radius"
}
},
"title":"Environment Requirements"
}
},
"required":[],
"properties":{
"allow_sitting":{"description":"If true, entities can breed while sitting.","type":"boolean","default":false,"title":"Allow Sitting"},
"blend_attributes":{
"description":"If true, the entities will blend their attributes in the offspring after they breed. For example, horses blend their health, movement, and jump_strength in their offspring.",
"type":"boolean",
"default":true,
"title":"Blend Attributes"
},
"breed_cooldown":{
"description":"Time in seconds before the Entity can breed again.",
"description":"Determines how likely the baby of parents with the same variant will deny that variant and take a random variant within the given range instead.",
"description":"Chance that up to 16 babies will spawn between 0.0 and 1.0, where 1.0 is 100%.",
"minimum":0.0,
"maximum":1.0,
"title":"Extra Baby Chance"
},
"love_filters":{
"$ref":"../../filters/filters.json",
"description":"The filters to run when attempting to fall in love.",
"title":"Love Filters"
},
"mutation_factor":{
"type":"object",
"description":"Determines how likely the babies are to NOT inherit one of their parent's variances. Values are between 0.0 and 1.0, with a higher number meaning more likely to mutate.",
"additionalProperties":false,
"properties":{
"color":{
"type":"number",
"default":0,
"minimum":0.0,
"maximum":1.0,
"description":"The percentage chance of a mutation on the entity's color.",
"title":"Color"
},
"extra_variant":{
"type":"number",
"default":0,
"minimum":0.0,
"maximum":1.0,
"description":"The percentage chance of a mutation on the entity's extra variant type.",
"title":"Extra Variant"
},
"variant":{
"type":"number",
"default":0,
"minimum":0.0,
"maximum":1.0,
"description":"The percentage chance of a mutation on the entity's variant type.",
"title":"Variant"
}
},
"title":"Mutation Factor"
},
"causes_pregnancy":{
"type":"boolean",
"default":false,
"description":"If true, the entity will become pregnant instead of spawning a baby.",
"title":"Causes Pregnancy"
},
"inherit_tamed":{
"type":"boolean",
"default":true,
"description":"If true, the babies will be automatically tamed if its parents are",
"title":"Inherit Tamed"
},
"require_full_health":{
"type":"boolean",
"default":false,
"description":"If true, the entity needs to be at full health before it can breed.",
"title":"Require Full Health"
},
"require_tame":{
"type":"boolean",
"default":true,
"description":"If true, the entities need to be tamed first before they can breed.",
"title":"Require Tame"
},
"transform_to_item":{
"type":"string",
"title":"Transform To Item",
"description":"The feed item used will transform to this item upon successful interaction. Format: itemName:auxValue"