From 63769b63076a9951a3089abf519b3e9fff825b13 Mon Sep 17 00:00:00 2001 From: jani270 Date: Fri, 22 Apr 2022 06:57:21 +0200 Subject: Nether stuff and mob recipes --- mobs/scatha.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mobs/scatha.json (limited to 'mobs/scatha.json') diff --git a/mobs/scatha.json b/mobs/scatha.json new file mode 100644 index 00000000..8142ac0c --- /dev/null +++ b/mobs/scatha.json @@ -0,0 +1,12 @@ +{ + "entity": "ArmorStand", + "modifiers": [ + { + "type": "invisible" + }, + { + "type": "equipment", + "helmet": "SCATHA_MONSTER" + } + ] +} \ No newline at end of file -- cgit