From 18d94f0a566eeb8a085b177cd9248b08d0442009 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 26 Jul 2022 15:06:12 +0100 Subject: [PATCH] Update projectile.json corrected title and id --- source/behavior/entities/format/components/projectile.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/behavior/entities/format/components/projectile.json b/source/behavior/entities/format/components/projectile.json index 498cacac..550c573f 100644 --- a/source/behavior/entities/format/components/projectile.json +++ b/source/behavior/entities/format/components/projectile.json @@ -1,7 +1,7 @@ { - "$id": "blockception.minecraft.behavior.entities.minecraft.interact", + "$id": "blockception.minecraft.behavior.entities.minecraft.projectile", "type": "object", - "title": "Interact", + "title": "Projectile", "description": "Allows the entity to be a thrown entity.", "additionalProperties": false, "properties": {