From 7a8f9c81a742b6611bf3db89247c7916eef36871 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 21 Sep 2021 23:06:44 +0200 Subject: [PATCH] Updating to documentation --- .../1.8.0/components/minecraft.experience_reward.json | 4 ++-- .../entities/1.8.0/components/minecraft.projectile.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/behavior/entities/1.8.0/components/minecraft.experience_reward.json b/source/behavior/entities/1.8.0/components/minecraft.experience_reward.json index 947fad8e..85d5d4f2 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.experience_reward.json +++ b/source/behavior/entities/1.8.0/components/minecraft.experience_reward.json @@ -7,14 +7,14 @@ "properties": { "on_bred": { "default": 0, - "description": "A molang expression defining the amount of experience rewarded when this entity is successfully bred. An array of expressions adds each expression's result together for a final total.", + "description": "A Molang expression defining the amount of experience rewarded when this entity is successfully bred. An array of expressions adds each expression's result together for a final total.", "title": "On Bred", "$ref": "../../../../molang/number.json" }, "on_death": { "type": "string", "default": 0, - "description": "A molang expression defining the amount of experience rewarded when this entity dies. An array of expressions adds each expression's result together for a final total.", + "description": "A Molang expression defining the amount of experience rewarded when this entity dies. An array of expressions adds each expression's result together for a final total.", "title": "On Death", "$ref": "../../../../molang/number.json" } diff --git a/source/behavior/entities/1.8.0/components/minecraft.projectile.json b/source/behavior/entities/1.8.0/components/minecraft.projectile.json index 73166c19..6d9aabb0 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.projectile.json +++ b/source/behavior/entities/1.8.0/components/minecraft.projectile.json @@ -76,7 +76,7 @@ }, "offset": { "$ref": "../../../../general/array_3_number.json", - "default": [0.0, 0.5, 0.0], + "default": [0.0, 0.0, 0.0], "description": "The offset from the entity's anchor where the projectile will spawn", "title": "Offset" },