From 7b268e7d25c9054a43210053efd2326e2cd4ca7f Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 10:43:16 +0100 Subject: [PATCH 01/17] Update delayed_attack.json corrected description --- source/behavior/entities/format/behaviors/delayed_attack.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/delayed_attack.json b/source/behavior/entities/format/behaviors/delayed_attack.json index 0fdb6881..d6bfebe3 100644 --- a/source/behavior/entities/format/behaviors/delayed_attack.json +++ b/source/behavior/entities/format/behaviors/delayed_attack.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Delayed Attack", - "description": "Allows the mob to drink potions based on specified environment conditions.", + "description": "Allows an entity to attack, while also delaying the damage-dealt until a specific time in the attack animation.", "properties": { "priority": { "$ref": "./types/priority.json" }, "speed_multiplier": { "$ref": "./types/speed_multiplier.json" }, From 83d46e5bb8a47801faba41805f36f36440a8f72a Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:20:14 +0100 Subject: [PATCH 02/17] Update door_interact.json corrected description --- source/behavior/entities/format/behaviors/door_interact.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/door_interact.json b/source/behavior/entities/format/behaviors/door_interact.json index 5ac73819..e5f185aa 100644 --- a/source/behavior/entities/format/behaviors/door_interact.json +++ b/source/behavior/entities/format/behaviors/door_interact.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Door Interact", - "description": "Allows the mob to drink potions based on specified environment conditions.", + "description": "Allows the mob to open and close doors.", "properties": { "priority": { "$ref": "./types/priority.json" From b1b52c60b847966fbe9444f6f5b34796d731b7aa Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:20:31 +0100 Subject: [PATCH 03/17] Update lay_egg.json removed unecessary comment --- source/behavior/entities/format/behaviors/lay_egg.json | 1 - 1 file changed, 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/lay_egg.json b/source/behavior/entities/format/behaviors/lay_egg.json index b7ad5cda..11812374 100644 --- a/source/behavior/entities/format/behaviors/lay_egg.json +++ b/source/behavior/entities/format/behaviors/lay_egg.json @@ -9,7 +9,6 @@ "priority": { "$ref": "types/priority.json" }, "speed_multiplier": { "$ref": "types/speed_multiplier.json" }, - // "allow_laying_from_below": { "title": "Allow Laying From Below", "type": "boolean", From 729757cd6d7791982846fea3026a3ac2277efc9e Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:20:42 +0100 Subject: [PATCH 04/17] Update move_to_liquid.json corrected descriptions --- .../behavior/entities/format/behaviors/move_to_liquid.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/behavior/entities/format/behaviors/move_to_liquid.json b/source/behavior/entities/format/behaviors/move_to_liquid.json index defee19a..b233a3d5 100644 --- a/source/behavior/entities/format/behaviors/move_to_liquid.json +++ b/source/behavior/entities/format/behaviors/move_to_liquid.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_to_liquid", "type": "object", "title": "Move To Liquid", - "description": "Allows the mob to move back into lava when on land.", + "description": "Allows the mob to move into a liquid when on land.", "additionalProperties": false, "properties": { "priority": { "$ref": "types/priority.json" }, @@ -33,7 +33,8 @@ }, "material_type": { "title": "Material Type", - "description": "UNDOCUMENTAED, examples are : Lava.", + "description": "The material type of the liquid block to find. Valid values are 'Any', 'Water', and 'Lava'.", + "default": "Any", "type": "string" } }, From 38caf50f4c267a82fd7553352b139bff7381c38a Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:20:46 +0100 Subject: [PATCH 05/17] Update nap.json corrected description --- source/behavior/entities/format/behaviors/nap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/nap.json b/source/behavior/entities/format/behaviors/nap.json index a37e5788..c424b74c 100644 --- a/source/behavior/entities/format/behaviors/nap.json +++ b/source/behavior/entities/format/behaviors/nap.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.nap", "type": "object", "title": "Nap", - "description": "Allows the mob to move back into lava when on land.", + "description": "Allows mobs to occassionally stop and take a nap under certain conditions.", "additionalProperties": false, "properties": { "priority": { "$ref": "types/priority.json" }, From e96882f70e5e13056dc05ff05f3f9a79ba71eb22 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:20:48 +0100 Subject: [PATCH 06/17] Update nearest_attackable_target.json corrected description --- .../entities/format/behaviors/nearest_attackable_target.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/nearest_attackable_target.json b/source/behavior/entities/format/behaviors/nearest_attackable_target.json index bd6515eb..91af8a52 100644 --- a/source/behavior/entities/format/behaviors/nearest_attackable_target.json +++ b/source/behavior/entities/format/behaviors/nearest_attackable_target.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.nearest_attackable_target", "type": "object", "title": "Nearest Attackable Target", - "description": "Allows the mob to check for and pursue the nearest valid target.", + "description": "Allows an entity to attack the closest target within a given subset of specific target types.", "additionalProperties": false, "definitions": { "entity_type": { From d7259dfc41ebcaaf85c02ace955efbe6e81ef884 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:20:52 +0100 Subject: [PATCH 07/17] Update share_items.json corrected description --- source/behavior/entities/format/behaviors/share_items.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/share_items.json b/source/behavior/entities/format/behaviors/share_items.json index e6b98293..4f289b79 100644 --- a/source/behavior/entities/format/behaviors/share_items.json +++ b/source/behavior/entities/format/behaviors/share_items.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.share_items", - "description": "Allows the mob to send an event to another mob.", + "description": "Allows the mob to give items it has to others.", "type": "object", "title": "Share Items", "additionalProperties": false, From d6a8eab63ef04dc8ebf4029cb1fae244b3035fdf Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:20:55 +0100 Subject: [PATCH 08/17] Update stroll_towards_village.json corrected description --- .../entities/format/behaviors/stroll_towards_village.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/stroll_towards_village.json b/source/behavior/entities/format/behaviors/stroll_towards_village.json index 118eccd0..9ff4273a 100644 --- a/source/behavior/entities/format/behaviors/stroll_towards_village.json +++ b/source/behavior/entities/format/behaviors/stroll_towards_village.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.stroll_towards_village", - "description": "Allows the mob to stay at a certain level when in liquid.", + "description": "Allows the mob to move into a random location within a village within the search range.", "type": "object", "title": "Stroll Towards Village", "additionalProperties": false, From 042d6ebed6b53383aa0e82ec646f4115740084ac Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:20:57 +0100 Subject: [PATCH 09/17] Update vex_random_move.json corrected description --- source/behavior/entities/format/behaviors/vex_random_move.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/vex_random_move.json b/source/behavior/entities/format/behaviors/vex_random_move.json index 36e87b56..c7bc97de 100644 --- a/source/behavior/entities/format/behaviors/vex_random_move.json +++ b/source/behavior/entities/format/behaviors/vex_random_move.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.vex_random_move", - "description": "Allows the mob to target the same entity its owner is targeting.", + "description": "Allows the mob to move around randomly like the Vex.", "additionalProperties": false, "type": "object", "title": "Vex Random Move", From ed0e91a777aa8592a3f7f6b388ba7f6f4e6fe5ce Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:21:00 +0100 Subject: [PATCH 10/17] Update wither_target_highest_damage.json corrected description --- .../entities/format/behaviors/wither_target_highest_damage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/wither_target_highest_damage.json b/source/behavior/entities/format/behaviors/wither_target_highest_damage.json index 3cc90fbd..570be91c 100644 --- a/source/behavior/entities/format/behaviors/wither_target_highest_damage.json +++ b/source/behavior/entities/format/behaviors/wither_target_highest_damage.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.wither_target_highest_damage", - "description": "Allows the wither to launch random attacks. Can only be used by the Wither Boss.", + "description": "Allows the wither to focus its attacks on whichever mob has dealt the most damage to it. Can only be used by the Wither Boss.", "additionalProperties": false, "type": "object", "title": "Wither Target Highest Damage", From 60a8ce9fd404d9a925343ae98a2eb810307bfa62 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:21:06 +0100 Subject: [PATCH 11/17] Update bribeable.json corrected description --- source/behavior/entities/format/components/bribeable.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/bribeable.json b/source/behavior/entities/format/components/bribeable.json index a70032b2..999a2d3b 100644 --- a/source/behavior/entities/format/components/bribeable.json +++ b/source/behavior/entities/format/components/bribeable.json @@ -3,7 +3,7 @@ "type": "object", "title": "Bribeable", "additionalProperties": false, - "description": "Specifies if/how a mob burns in daylight.", + "description": "Defines the way an entity can get into the 'bribed' state.", "required": [], "properties": { "bribe_cooldown": { From 2ca4fa58ec139d49fd078063d306c0a11f4de9aa Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:21:08 +0100 Subject: [PATCH 12/17] Update exhaustion_values.json corrected description --- .../behavior/entities/format/components/exhaustion_values.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/exhaustion_values.json b/source/behavior/entities/format/components/exhaustion_values.json index e95b4032..86b081e2 100644 --- a/source/behavior/entities/format/components/exhaustion_values.json +++ b/source/behavior/entities/format/components/exhaustion_values.json @@ -3,7 +3,7 @@ "type": "object", "title": "Exhaustion Values", "additionalProperties": false, - "description": "Defines an entity's behavior for having items equipped to it.", + "description": "Defines how much exhaustion each player action should take.", "properties": { "attack": { "title": "Attack", From 70a410f5e15e4aaa14f1eee50506eb9cc8e3b39f Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:21:10 +0100 Subject: [PATCH 13/17] Update leashable.json corrected description --- source/behavior/entities/format/components/leashable.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/leashable.json b/source/behavior/entities/format/components/leashable.json index a88208c8..9298ff18 100644 --- a/source/behavior/entities/format/components/leashable.json +++ b/source/behavior/entities/format/components/leashable.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.behavior.entities.minecraft.leashable", "type": "object", "title": "Leashable", - "description": "Defines interactions with this entity.", + "description": "Allows this entity to be leashed and defines the conditions and events for this entity when is leashed.", "additionalProperties": false, "properties": { "can_be_stolen": { From 9b3417302969ab41ad8903db5bd2d017f58e0c18 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:21:13 +0100 Subject: [PATCH 14/17] Update navigation.fly.json corrected description --- source/behavior/entities/format/components/navigation.fly.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/navigation.fly.json b/source/behavior/entities/format/components/navigation.fly.json index edf61829..fd2a0081 100644 --- a/source/behavior/entities/format/components/navigation.fly.json +++ b/source/behavior/entities/format/components/navigation.fly.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.navigation.fly", "title": "Navigation Fly", - "description": "Allows this entity to generate paths in the air like the vanilla Bees do. Keeps them from falling out of the skies and doing predictive movement.", + "description": "Allows this entity to generate paths in the air like the vanilla Parrots do.", "type": "object", "additionalProperties": false, "properties": { From 44b93ff0a3f41e3e08a5ffe089de7677aa817984 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:21:24 +0100 Subject: [PATCH 15/17] Update npc.json corrected description & added undocumented comment --- source/behavior/entities/format/components/npc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/npc.json b/source/behavior/entities/format/components/npc.json index 59984213..31c41ead 100644 --- a/source/behavior/entities/format/components/npc.json +++ b/source/behavior/entities/format/components/npc.json @@ -2,7 +2,8 @@ "$id": "blockception.minecraft.behavior.entities.minecraft.npc", "type": "object", "title": "Npc", - "description": "A component that applies a mob effect to entities that get within range.", + "description": "Sets this entity as an NPC", + "$comment": "UNDOCUMENTED", "additionalProperties": false, "definitions": { "rangeXYZ": { From 77945260252adec96e37aa2b5843c5daf2e701ed Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:21:26 +0100 Subject: [PATCH 16/17] Update physics.json corrected description --- source/behavior/entities/format/components/physics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/physics.json b/source/behavior/entities/format/components/physics.json index 066ae291..9acf3332 100644 --- a/source/behavior/entities/format/components/physics.json +++ b/source/behavior/entities/format/components/physics.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Physics", - "description": "Defines a dynamic type jump control that will change jump properties based on the speed modifier of the mob.", + "description": "Defines physics properties of an actor, including if it is affected by gravity or if it collides with objects.", "required": [], "properties": { "has_collision": { From 101a1fe145d5a1e4c53b906cbf98544f15a491c0 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:21:29 +0100 Subject: [PATCH 17/17] Update transformation.json corrected description --- source/behavior/entities/format/components/transformation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/transformation.json b/source/behavior/entities/format/components/transformation.json index 1d7afb49..0dafcbe9 100644 --- a/source/behavior/entities/format/components/transformation.json +++ b/source/behavior/entities/format/components/transformation.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.transformation", - "description": "Defines this entity's ability to trade with players.", + "description": "Defines an entity's transformation from the current definition into another", "type": "object", "title": "Transformation", "additionalProperties": false,