diff options
author | Alexia <me@alexia.lol> | 2024-03-06 19:24:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-06 18:24:25 +0000 |
commit | 6cfc0b9def53c0e1230aaff076c6d183fd8abc5a (patch) | |
tree | e4a34b2479d2dc4912d684d87e9e84462a050b15 | |
parent | cc518d127f79b69ee48fff4d54a952f2576b7441 (diff) | |
download | NotEnoughUpdates-REPO-6cfc0b9def53c0e1230aaff076c6d183fd8abc5a.tar.gz NotEnoughUpdates-REPO-6cfc0b9def53c0e1230aaff076c6d183fd8abc5a.tar.bz2 NotEnoughUpdates-REPO-6cfc0b9def53c0e1230aaff076c6d183fd8abc5a.zip |
Add Maddox the Slayer NPC (#1121)
I confused myself last time I tried adding this and it looked like it
was already in a newer version of the repo, but turns out it wasn't,
that was just my local changes having it under two different names.
-rw-r--r-- | items/MADDOX_THE_SLAYER_NPC.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/MADDOX_THE_SLAYER_NPC.json b/items/MADDOX_THE_SLAYER_NPC.json new file mode 100644 index 00000000..7ef5f75f --- /dev/null +++ b/items/MADDOX_THE_SLAYER_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Maddox the Slayer (NPC)", + "nbttag": "{SkullOwner:{Id:\"9cb87652-7e47-2a56-ba03-a072e0c70fd2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzczOGM2ODdkZDg4ODdjNTA5ZDU1ODY1ZWJiNjJhYjYwODdlZjc0M2U5NDI1Y2Q1ZGM2YjRjN2I5M2I3NDdmZjIifX19\"}]},Name:\"9cb87652-7e47-2a56-ba03-a072e0c70fd2\"},display:{Lore:[0:\"\"],Name:\"§9Maddox the Slayer (NPC)\"},ExtraAttributes:{id:\"MADDOX_THE_SLAYER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "MADDOX_THE_SLAYER_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -74, + "y": 66, + "z": -50, + "island": "hub" +}
\ No newline at end of file |