diff options
author | Roman / Linnea Gräf <nea@nea.moe> | 2023-04-19 05:05:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 13:05:20 +1000 |
commit | 21990dd94a29329cf4907a7942efd860493d7021 (patch) | |
tree | d6404299971faab6448684cc35428de36d7f6b1f /items/GUY_NPC.json | |
parent | ad3a053e92171ae75e8b2033e5bc607affc99cfb (diff) | |
download | NotEnoughUpdates-REPO-21990dd94a29329cf4907a7942efd860493d7021.tar.gz NotEnoughUpdates-REPO-21990dd94a29329cf4907a7942efd860493d7021.tar.bz2 NotEnoughUpdates-REPO-21990dd94a29329cf4907a7942efd860493d7021.zip |
Add Garden NPCs (#918)
Diffstat (limited to 'items/GUY_NPC.json')
-rw-r--r-- | items/GUY_NPC.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/items/GUY_NPC.json b/items/GUY_NPC.json new file mode 100644 index 00000000..c99f6ae4 --- /dev/null +++ b/items/GUY_NPC.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Guy (NPC)", + "nbttag": "{SkullOwner:{Id:\"803a98f0-8fa9-2be9-9823-fcb97018e321\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U5ZTIzYmU3ZjA0NTU2ZmEzMzM1MWE0Yzc3MWEzZjA1ZjRhNmQyN2RlNDEzYTM2ZDAyMzBjNjFmNzE2OTg3OTkifX19\"}]},Name:\"803a98f0-8fa9-2be9-9823-fcb97018e321\"},display:{Name:\"§9Guy (NPC)\"},ExtraAttributes:{id:\"GUY_NPC\"}}", + "damage": 3, + "lore": [], + "internalname": "GUY_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 52, + "y": 80, + "z": -13, + "island": "hub" +}
\ No newline at end of file |