From 391dc8cf1e09f727713e485749d6c770e116001e Mon Sep 17 00:00:00 2001 From: jani270 Date: Sat, 28 May 2022 20:04:32 +0200 Subject: Added mobs and fixed 3 npc's --- mobs/matcho.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mobs/matcho.json (limited to 'mobs/matcho.json') diff --git a/mobs/matcho.json b/mobs/matcho.json new file mode 100644 index 00000000..e5bb729c --- /dev/null +++ b/mobs/matcho.json @@ -0,0 +1,14 @@ +{ + "entity": "Player", + "modifiers": [ + { + "type": "playerdata", + "skin": "neurepo:mobs/matcho.png", + "parts": true + }, + { + "type": "equipment", + "hand": "MATCH_STICKS" + } + ] +} \ No newline at end of file -- cgit