From 0bce9d04251b824630122d4083527862587b486b Mon Sep 17 00:00:00 2001 From: jani270 Date: Mon, 23 May 2022 13:13:49 +0200 Subject: master -> dangerous + a few nether mobs --- mobs/nightmare.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mobs/nightmare.json (limited to 'mobs/nightmare.json') diff --git a/mobs/nightmare.json b/mobs/nightmare.json new file mode 100644 index 00000000..4f7dff31 --- /dev/null +++ b/mobs/nightmare.json @@ -0,0 +1,9 @@ +{ + "entity": "Horse", + "modifiers": [ + { + "type": "horse", + "kind": "zombie" + } + ] +} \ No newline at end of file -- cgit