diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-25 22:51:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-25 21:51:12 +0000 |
| commit | 33e97fe454144149b50c23c9584b86067df66a13 (patch) | |
| tree | 174cf2dd1c4d5c14c744950d6d98e47d3f3c4c54 /items/SIRIH_NPC.json | |
| parent | 0e253b3c5cfa340965a295c670de511191d6d8b5 (diff) | |
| download | NotEnoughUpdates-REPO-33e97fe454144149b50c23c9584b86067df66a13.tar.gz NotEnoughUpdates-REPO-33e97fe454144149b50c23c9584b86067df66a13.tar.bz2 NotEnoughUpdates-REPO-33e97fe454144149b50c23c9584b86067df66a13.zip | |
Added npc, fixed lore, fixed owl price, fixed craft count (#1079)
Diffstat (limited to 'items/SIRIH_NPC.json')
| -rw-r--r-- | items/SIRIH_NPC.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/SIRIH_NPC.json b/items/SIRIH_NPC.json new file mode 100644 index 00000000..6e2cdef1 --- /dev/null +++ b/items/SIRIH_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Sirih (NPC)", + "nbttag": "{SkullOwner:{Id:\"df60a528-537d-2db2-b5f9-8441bebad17b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzgwNGIyMjUzYzI0ZDgxNGJlZjMxOTlmMGE4NjExZWVhYjU0ZjdjZTJlYmY3MWE0YmJlMDAyOGViMWE3YmIwOGYifX19\"}]},Name:\"df60a528-537d-2db2-b5f9-8441bebad17b\"},display:{Lore:[0:\"\"],Name:\"§9Sirih (NPC)\"},ExtraAttributes:{id:\"SIRIH_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "SIRIH_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -699, + "y": 132, + "z": -887, + "island": "crimson_isle" +}
\ No newline at end of file |
