From 876eebe051fb98f2d9c4fbf90b838b30a228d835 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 22 Aug 2023 21:42:06 +0200 Subject: Fixed Lavahorse name and toxic lore (#968) * Fixed Lavahorse name and toxic lore * Added skins * Added mob and npc * Fixed Booster Cookie Lore * Fixed Prec Eye lore * Fixed annihilation cloak --- mobs/chickzilla.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mobs/chickzilla.json (limited to 'mobs/chickzilla.json') diff --git a/mobs/chickzilla.json b/mobs/chickzilla.json new file mode 100644 index 00000000..bc1cdd95 --- /dev/null +++ b/mobs/chickzilla.json @@ -0,0 +1,10 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/chickzilla.png", + "parts": true + } + ] +} \ No newline at end of file -- cgit