diff --git a/source/behavior/entities/1.13.0/components/minecraft.breedable.json b/source/behavior/entities/1.13.0/components/minecraft.breedable.json index e3112de3..ffe94763 100644 --- a/source/behavior/entities/1.13.0/components/minecraft.breedable.json +++ b/source/behavior/entities/1.13.0/components/minecraft.breedable.json @@ -3,7 +3,7 @@ "type": "object", "title": "Breedable 1.13.0", "additionalProperties": false, - "description": "Specifies the blocks that this entity can break as it moves around.", + "description": "Defines the way an entity can get into the `love` state.", "definitions": { "breeds_with_spec": { "type": "object", diff --git a/source/behavior/entities/1.16.0/components/minecraft.breedable.json b/source/behavior/entities/1.16.0/components/minecraft.breedable.json index 5ab32120..79049ee2 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.breedable.json +++ b/source/behavior/entities/1.16.0/components/minecraft.breedable.json @@ -3,7 +3,7 @@ "type": "object", "title": "Breedable 1.16.0", "additionalProperties": false, - "description": "Specifies the blocks that this entity can break as it moves around.", + "description": "Defines the way an entity can get into the `love` state.", "definitions": { "breeds_with_spec": { "type": "object", diff --git a/source/behavior/entities/1.8.0/components/minecraft.breedable.json b/source/behavior/entities/1.8.0/components/minecraft.breedable.json index 312118e9..5a257719 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.breedable.json +++ b/source/behavior/entities/1.8.0/components/minecraft.breedable.json @@ -3,7 +3,7 @@ "type": "object", "title": "Breedable 1.8.0", "additionalProperties": false, - "description": "Specifies the blocks that this entity can break as it moves around.", + "description": "Defines the way an entity can get into the `love` state.", "definitions": { "breeds_with_spec": { "type": "object",