From bcbe605535d4fa0d799d91756bcde2817461646e Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 10 Aug 2024 17:45:52 +0200 Subject: fix: Ghost Render (#1315) --- mobs/ghost.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mobs/ghost.json b/mobs/ghost.json index 1ed18be0..02e53221 100644 --- a/mobs/ghost.json +++ b/mobs/ghost.json @@ -3,6 +3,9 @@ "modifiers": [ { "type": "charged" + }, + { + "type": "invisible" } ] } \ No newline at end of file -- cgit