From 6dc3da6c8ecc353eeff1d6bf329cf5d9d6f906f4 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 14 Jun 2021 19:06:45 +0200 Subject: [PATCH] Updated description --- .../entities/1.13.0/components/minecraft.breedable.json | 2 +- .../entities/1.16.0/components/minecraft.breedable.json | 2 +- .../behavior/entities/1.8.0/components/minecraft.breedable.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",