diff options
author | jani270 <jani270@gmx.de> | 2023-06-22 20:10:38 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2023-06-22 20:10:38 +0200 |
commit | d6527549c02397e0087898d53e6fcf63675afed2 (patch) | |
tree | 7fb77480241b0f372a5db6d266891ec4817e0da7 /mobs/autonull.json | |
parent | 4fea203fe90ebbf6695d3aaf61a198c819eb07c5 (diff) | |
download | NotEnoughUpdates-REPO-d6527549c02397e0087898d53e6fcf63675afed2.tar.gz NotEnoughUpdates-REPO-d6527549c02397e0087898d53e6fcf63675afed2.tar.bz2 NotEnoughUpdates-REPO-d6527549c02397e0087898d53e6fcf63675afed2.zip |
Added more mobs and npc's
Diffstat (limited to 'mobs/autonull.json')
-rw-r--r-- | mobs/autonull.json | 18 |
1 files changed, 18 insertions, 0 deletions
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 |