From e442cc6c6e5a24d9c6bc46bdb21be4a57b3ad170 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 26 Jul 2022 17:48:06 +0100 Subject: [PATCH] Update jump_to_block.json fixed typo --- source/behavior/entities/format/behaviors/jump_to_block.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/jump_to_block.json b/source/behavior/entities/format/behaviors/jump_to_block.json index 55d00585..981de377 100644 --- a/source/behavior/entities/format/behaviors/jump_to_block.json +++ b/source/behavior/entities/format/behaviors/jump_to_block.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.jump_to_block", "type": "object", - "title": "Jump To Blokc", + "title": "Jump To Block", "description": "Allows an entity to jump to another random block.", "additionalProperties": false, "required": [],