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] 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" } },