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