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/voidgloom_seraph.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mobs/voidgloom_seraph.json (limited to 'mobs/voidgloom_seraph.json') diff --git a/mobs/voidgloom_seraph.json b/mobs/voidgloom_seraph.json new file mode 100644 index 00000000..d74ad0ed --- /dev/null +++ b/mobs/voidgloom_seraph.json @@ -0,0 +1,9 @@ +{ + "entity": "Enderman", + "modifiers": [ + { + "type": "equipment", + "hand": "BEACON" + } + ] +} \ No newline at end of file -- cgit