diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-07-02 18:21:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 16:21:10 +0000 |
commit | e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c (patch) | |
tree | 44e868d98216cf971327fbd6cec8f92feacc2ba2 /items/LIZ_NPC.json | |
parent | 4f70c01ffa270be1eb4bc0a6dcb710d1393f5f1f (diff) | |
download | NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.tar.gz NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.tar.bz2 NotEnoughUpdates-REPO-e32a6bc6b0e38bc7ce3180d5bc8370b7eb76ec1c.zip |
Better Mayor Update Items v1.0 (#1271)
* feat: Better Mayor Update Items v1.0
* fix: Old rainbownames
* feat: Even more Better Mayor Items
* feat: Forge duration on new items
* fix: coordinates for moved npcs
* feat: NPC shop for Liz
* feat: HOTM Reqs for new Mining Equipment
* feat: Event Sack, Remove Soulbound from Fishing and a few other fixes
* feat: Lava Sea Creature HP
Diffstat (limited to 'items/LIZ_NPC.json')
-rw-r--r-- | items/LIZ_NPC.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/items/LIZ_NPC.json b/items/LIZ_NPC.json new file mode 100644 index 00000000..886cbf4f --- /dev/null +++ b/items/LIZ_NPC.json @@ -0,0 +1,46 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Liz (NPC)", + "nbttag": "{SkullOwner:{Id:\"0bfc72b7-b183-2e48-af8e-5e30eb5a1d5d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNkNTY2MjBlNDBkZGI0NjEzNTY4MTg5MGEwNGE0NDg4YTcwMjMwYTZjZGJlYzNhZmUzMDdkMmVhYmE1NmE3ZGUifX19\"}]},Name:\"0bfc72b7-b183-2e48-af8e-5e30eb5a1d5d\"},display:{Lore:[0:\"\"],Name:\"§9Liz (NPC)\"},ExtraAttributes:{id:\"LIZ_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "LIZ_NPC", + "clickcommand": "", + "modver": "2.3.0", + "x": -55, + "y": 73, + "z": -56, + "island": "hub", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "STOCK_OF_STONKS:20" + ], + "result": "GOLDEN_BOUNTY:1" + }, + { + "type": "npc_shop", + "cost": [ + "STOCK_OF_STONKS:50" + ], + "result": "AVARICIOUS_CHALICE:1" + }, + { + "type": "npc_shop", + "cost": [ + "STOCK_OF_STONKS:3" + ], + "result": "GOLDEN_FRAGMENT:1" + }, + { + "type": "npc_shop", + "cost": [ + "STOCK_OF_STONKS:1" + ], + "result": "FRESHLY_MINTED_COINS:1" + } + ] +}
\ No newline at end of file |