From eb78fb7fe219a0ac5f7a937008be6b65c515e6cf Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 29 Nov 2022 22:35:51 +0100 Subject: Fixed 1 NPC, 1 Mob, added 1 npc and fixed 1 item (#868) --- mobs/star_sentry.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mobs') diff --git a/mobs/star_sentry.json b/mobs/star_sentry.json index 7664e954..1fecd6be 100644 --- a/mobs/star_sentry.json +++ b/mobs/star_sentry.json @@ -7,8 +7,8 @@ "parts": true }, { - "type": "DIAMOND_SWORD", - "hand": "IRON_PICKAXE" + "type": "equipment", + "hand": "DIAMOND_SWORD" } ] } \ No newline at end of file -- cgit