diff options
author | Roman / Linnea Gräf <nea@nea.moe> | 2023-06-30 12:34:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 20:34:37 +1000 |
commit | d94ece918d590909c3d9450d0b457ee659ef04ac (patch) | |
tree | 6de2a2046a9866eeb6aef7b8ec46f935f4298401 /items/BARRY_RIFT_NPC.json | |
parent | 742bee6a3b6691882353584534ebd2e2ceff43e7 (diff) | |
download | NotEnoughUpdates-REPO-d94ece918d590909c3d9450d0b457ee659ef04ac.tar.gz NotEnoughUpdates-REPO-d94ece918d590909c3d9450d0b457ee659ef04ac.tar.bz2 NotEnoughUpdates-REPO-d94ece918d590909c3d9450d0b457ee659ef04ac.zip |
More NPCs (#947)
Diffstat (limited to 'items/BARRY_RIFT_NPC.json')
-rw-r--r-- | items/BARRY_RIFT_NPC.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/BARRY_RIFT_NPC.json b/items/BARRY_RIFT_NPC.json new file mode 100644 index 00000000..6fc856f1 --- /dev/null +++ b/items/BARRY_RIFT_NPC.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dBarry (Rift NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"aa83cb88-b641-294e-bbe5-c1e0f3e2d261\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2YwNGM1OTFiMTY0NzQ2ZTg0OGYzZDZhNDUxZWU4N2E2MmRkMTkzZTVjNDVlOTRlZDc4ZTcyZGYxMTlhY2E0MjYifX19\"}]},Name:\"aa83cb88-b641-294e-bbe5-c1e0f3e2d261\"},display:{Lore:[0:\"§eChief Prime Minister\",1:\"§eHead of Cabinet\",2:\"§ePremier Leader of SkyBlock\"],Name:\"§dBarry (Rift NPC)\"},ExtraAttributes:{id:\"BARRY_RIFT_NPC\"}}", + "damage": 3, + "lore": [ + "§eChief Prime Minister", + "§eHead of Cabinet", + "§ePremier Leader of SkyBlock" + ], + "internalname": "BARRY_RIFT_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -45, + "y": 55, + "z": -142, + "island": "rift", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |