diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-04-19 16:38:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-20 00:38:34 +1000 |
commit | 6ea9471a53a08d46cc1eba43826745535f45e786 (patch) | |
tree | 463072f8809fbcad313195190cb63a88dc4389f8 /items/EMISSARY_WILSON_NPC.json | |
parent | 8a63f065f8167d7783eb3fe04b4cc07133c74531 (diff) | |
download | NotEnoughUpdates-REPO-6ea9471a53a08d46cc1eba43826745535f45e786.tar.gz NotEnoughUpdates-REPO-6ea9471a53a08d46cc1eba43826745535f45e786.tar.bz2 NotEnoughUpdates-REPO-6ea9471a53a08d46cc1eba43826745535f45e786.zip |
Fixed workflow (#919)
Diffstat (limited to 'items/EMISSARY_WILSON_NPC.json')
-rw-r--r-- | items/EMISSARY_WILSON_NPC.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/items/EMISSARY_WILSON_NPC.json b/items/EMISSARY_WILSON_NPC.json index 29cc0957..5fe79aff 100644 --- a/items/EMISSARY_WILSON_NPC.json +++ b/items/EMISSARY_WILSON_NPC.json @@ -1,14 +1,18 @@ { "itemid": "minecraft:skull", "displayname": "§9Emissary Wilson (NPC)", - "nbttag": "{SkullOwner:{Id:\"43f3d0e2-3357-2ef3-9c44-353bcc3a7c7b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2UxMTcyYjE3ZWIzMzE4Yjg0MWZhOTRiZTBiOGZiZDBiN2NkZGI1YWRkMWQyYjM1YWQ1ZTZhZGM4YWI3ZDUyMDYifX19\"}]},Name:\"43f3d0e2-3357-2ef3-9c44-353bcc3a7c7b\"},display:{Name:\"§9Emissary Wilson (NPC)\"},ExtraAttributes:{id:\"EMISSARY_WILSON_NPC\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"43f3d0e2-3357-2ef3-9c44-353bcc3a7c7b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2UxMTcyYjE3ZWIzMzE4Yjg0MWZhOTRiZTBiOGZiZDBiN2NkZGI1YWRkMWQyYjM1YWQ1ZTZhZGM4YWI3ZDUyMDYifX19\"}]},Name:\"43f3d0e2-3357-2ef3-9c44-353bcc3a7c7b\"},display:{Lore:[0:\"\"],Name:\"§9Emissary Wilson (NPC)\"},ExtraAttributes:{id:\"EMISSARY_WILSON_NPC\"}}", "damage": 3, - "lore": [], + "lore": [ + "" + ], "internalname": "EMISSARY_WILSON_NPC", "clickcommand": "", "modver": "2.1.1-PRE", "x": 172, "y": 151, "z": 32, - "island": "mining_3" + "island": "mining_3", + "crafttext": "", + "infoType": "" }
\ No newline at end of file |