From d7627b696f2ccb13f6d5075fd1b99be8996bdf3e Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:12:59 +0100 Subject: Added Pest Mobs (#1044) --- mobs/pest_locust.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mobs/pest_locust.json (limited to 'mobs/pest_locust.json') diff --git a/mobs/pest_locust.json b/mobs/pest_locust.json new file mode 100644 index 00000000..90ff261c --- /dev/null +++ b/mobs/pest_locust.json @@ -0,0 +1,12 @@ +{ + "entity": "ArmorStand", + "modifiers": [ + { + "type": "invisible" + }, + { + "type": "equipment", + "helmet": "PEST_LOCUST_MONSTER" + } + ] +} \ No newline at end of file -- cgit