From d6527549c02397e0087898d53e6fcf63675afed2 Mon Sep 17 00:00:00 2001 From: jani270 Date: Thu, 22 Jun 2023 20:10:38 +0200 Subject: Added more mobs and npc's --- mobs/autonull.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mobs/autonull.json (limited to 'mobs/autonull.json') diff --git a/mobs/autonull.json b/mobs/autonull.json new file mode 100644 index 00000000..ff5cc430 --- /dev/null +++ b/mobs/autonull.json @@ -0,0 +1,18 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/autonull.png", + "parts": true + }, + { + "type": "equipment", + "hand": "DIAMOND_SWORD", + "helmet": "CHAINMAIL_HELMET", + "chestplate": "CHAINMAIL_CHESTPLATE", + "leggings": "CHAINMAIL_LEGGINGS", + "feet": "CHAINMAIL_BOOTS" + } + ] +} \ No newline at end of file -- cgit