Replaced
This commit is contained in:
@@ -33,14 +33,14 @@
|
||||
"title": "Breed Cooldown"
|
||||
},
|
||||
"breed_items": {
|
||||
"description": "The list of items that can be used to get the entity into the 'love' state",
|
||||
"description": "The list of items that can be used to get the entity into the `love` state",
|
||||
"title": "Breed Items",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"description": "An item that can be used to get the entity into the 'love' state",
|
||||
"description": "An item that can be used to get the entity into the `love` state",
|
||||
"$ref": "../../../../general/item/identifier.json",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
@@ -67,7 +67,7 @@
|
||||
"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.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"chance": { "type": "number", "default": 0, "description": "The percentage chance of denying the parents' variant.", "title": "Chance" },
|
||||
"chance": { "type": "number", "default": 0, "description": "The percentage chance of denying the parents` variant.", "title": "Chance" },
|
||||
"max_variant": { "type": "integer", "default": 0, "description": "The inclusive maximum of the variant range.", "title": "Max Variant" },
|
||||
"min_variant": { "type": "integer", "default": 0, "description": "The inclusive minimum of the variant range.", "title": "Min Variant" }
|
||||
},
|
||||
@@ -75,10 +75,10 @@
|
||||
},
|
||||
"environment_requirements": {
|
||||
"type": "array",
|
||||
"description": "The list of nearby block requirements to get the entity into the 'love' state.",
|
||||
"description": "The list of nearby block requirements to get the entity into the `love` state.",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"description": "A nearby block requirements to get the entity into the 'love' state.",
|
||||
"description": "A nearby block requirements to get the entity into the `love` state.",
|
||||
"properties": {
|
||||
"blocks": {
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user