Update move_towards_target.json

corrected title and id
This commit is contained in:
ChibiMango
2022-07-26 14:52:43 +01:00
parent dce75a42e0
commit 5f780bf8d7

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.entities.minecraft.behavior.guardian_attack", "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.move_towards_target",
"type": "object", "type": "object",
"title": "Guardian Attack", "title": "Move Towards Target",
"additionalProperties": false, "additionalProperties": false,
"description": "Allows mob to move towards its current target.", "description": "Allows mob to move towards its current target.",
"required": [], "required": [],