diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-14 00:10:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 23:10:20 +0000 |
commit | e46bd6bb474c982515d8e9df3c6ae6e21fda1b97 (patch) | |
tree | 1c356e26b58e18b78f8b9dde9fbcf283e181d566 /items/MOLE_RIFT_NPC.json | |
parent | b8bb6e6a53a60ca17d79e45e9a9f06f35e25dca3 (diff) | |
download | NotEnoughUpdates-REPO-e46bd6bb474c982515d8e9df3c6ae6e21fda1b97.tar.gz NotEnoughUpdates-REPO-e46bd6bb474c982515d8e9df3c6ae6e21fda1b97.tar.bz2 NotEnoughUpdates-REPO-e46bd6bb474c982515d8e9df3c6ae6e21fda1b97.zip |
Fixed Req of Burststopper, fixed Gyro lore, added missing npc (#1038)
* Fixed Req of Burststopper Talisman
* Fixed Req of Burststopper, fixed Gyro lore, added missing npc
Diffstat (limited to 'items/MOLE_RIFT_NPC.json')
-rw-r--r-- | items/MOLE_RIFT_NPC.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/MOLE_RIFT_NPC.json b/items/MOLE_RIFT_NPC.json new file mode 100644 index 00000000..337dbe26 --- /dev/null +++ b/items/MOLE_RIFT_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dMole (Rift NPC)", + "nbttag": "{SkullOwner:{Id:\"d445ba5d-7cc7-20a7-b4fe-c84a2881b95a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRlMDZkN2U0MjIxN2JlYzE2NWJiMDQwNmMyMjgwNWIyMjFlMjgwNjgzOTZhODdjZGMwNGY0MTVlYTU1ZGRjZTcifX19\"}]},Name:\"d445ba5d-7cc7-20a7-b4fe-c84a2881b95a\"},display:{Lore:[0:\"\"],Name:\"§dMole (Rift NPC)\"},ExtraAttributes:{id:\"MOLE_RIFT_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "MOLE_RIFT_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -159, + "y": 98, + "z": -75, + "island": "rift" +}
\ No newline at end of file |