diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-13 11:34:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 19:34:00 +1000 |
commit | 9861e27f07a1562bb4d1170c22a7b8c72fa63428 (patch) | |
tree | 3c4f881ca7ca2c43c284eb87a4ca3f4f796b8a88 /items/CRYPTOSIS_RIFT_NPC.json | |
parent | 5ceeb13354e54075db9680ee6b47cc0741bb739b (diff) | |
download | NotEnoughUpdates-REPO-9861e27f07a1562bb4d1170c22a7b8c72fa63428.tar.gz NotEnoughUpdates-REPO-9861e27f07a1562bb4d1170c22a7b8c72fa63428.tar.bz2 NotEnoughUpdates-REPO-9861e27f07a1562bb4d1170c22a7b8c72fa63428.zip |
Fixed 2 npc's (#977)
Diffstat (limited to 'items/CRYPTOSIS_RIFT_NPC.json')
-rw-r--r-- | items/CRYPTOSIS_RIFT_NPC.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/items/CRYPTOSIS_RIFT_NPC.json b/items/CRYPTOSIS_RIFT_NPC.json index 0afd6be7..e3996681 100644 --- a/items/CRYPTOSIS_RIFT_NPC.json +++ b/items/CRYPTOSIS_RIFT_NPC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§dCryptosis (Rift NPC)", - "nbttag": "{SkullOwner:{Id:\"00000000-0000-0000-0000-000000000000\",Properties:{textures:[0:{Value:\"bc8ea1f51f253ff5142ca11ae45193a4ad8c3ab5e9c6eec8ba7a4fcb7bac40\"}]},Name:\"00000000-0000-0000-0000-000000000000\"},display:{Lore:[0:\"\"],Name:\"§dCryptosis (Rift NPC)\"},ExtraAttributes:{id:\"CRYPTOSIS_RIFT_NPC\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"\"],Name:\"§dCryptosis (Rift NPC)\"},ExtraAttributes:{id:\"CRYPTOSIS_RIFT_NPC\"}}", "damage": 0, "lore": [ "" @@ -12,5 +12,7 @@ "x": 27, "y": 72, "z": -77, - "island": "rift" + "island": "rift", + "crafttext": "", + "infoType": "" }
\ No newline at end of file |