diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-24 22:10:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 20:10:17 +0000 |
commit | e8e8c6f8ad13b06bce6218714a4f03287a30ca01 (patch) | |
tree | 07626aa4c6cde8a68aacb5173c103de6063e0183 /items/GEMMA_NPC.json | |
parent | aa5a1508ecc795441917b7a5a8dfe33a00791d07 (diff) | |
download | NotEnoughUpdates-REPO-e8e8c6f8ad13b06bce6218714a4f03287a30ca01.tar.gz NotEnoughUpdates-REPO-e8e8c6f8ad13b06bce6218714a4f03287a30ca01.tar.bz2 NotEnoughUpdates-REPO-e8e8c6f8ad13b06bce6218714a4f03287a30ca01.zip |
Added new items from the spook event (#1013)
* Added new items and fixed intimidation texture
* Fixed Rarity of Tnt and 2 textures
* Added new items
* Fixed Sack Size, added new npcs and fixed some lore
* Fixed lores, added new pet stats, added new items
* Added new item, added new essenceshop perks (missing diamond and fixed monocle req
* Added new items to museum and fixed order
* Added Diamond Essence Perks and fixed some gold essence perk
* Tf did i do here
* Added winter warp
* Fixed Intimidation parent
Diffstat (limited to 'items/GEMMA_NPC.json')
-rw-r--r-- | items/GEMMA_NPC.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/GEMMA_NPC.json b/items/GEMMA_NPC.json new file mode 100644 index 00000000..63786fbc --- /dev/null +++ b/items/GEMMA_NPC.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Gemma (NPC)", + "nbttag": "{SkullOwner:{Id:\"79720ae3-58ee-23f4-a80b-9c84b9bf0e77\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2M4NmFkNGRkYjQwZTkxMjhhZTBiNWEzMTI2ZWZlNzNmNDE0OWM3NTdiYWMxNDhmY2ZiZWE2ZjdhYmE4Zjg1NjkifX19\"}]},Name:\"79720ae3-58ee-23f4-a80b-9c84b9bf0e77\"},display:{Lore:[0:\"\"],Name:\"§9Gemma (NPC)\"},ExtraAttributes:{id:\"GEMMA_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "GEMMA_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 476, + "y": 107, + "z": 514, + "island": "crystal_hollows", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "ESSENCE_DIAMOND:1000", + "REFINED_DIAMOND:2" + ], + "result": "PERFECTLY_CUT_DIAMOND" + } + ] +}
\ No newline at end of file |