From e8e8c6f8ad13b06bce6218714a4f03287a30ca01 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:10:17 +0200 Subject: 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 --- items/BEDNOM_NPC.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/BEDNOM_NPC.json (limited to 'items/BEDNOM_NPC.json') diff --git a/items/BEDNOM_NPC.json b/items/BEDNOM_NPC.json new file mode 100644 index 00000000..5fc55ac8 --- /dev/null +++ b/items/BEDNOM_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Bednom (NPC)", + "nbttag": "{SkullOwner:{Id:\"34e0d220-5506-2b2d-b046-32d58f2ea8d1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzY1ZjMxYzFjMjE1YTU3ZTkzN2ZkNzVhYjM1NzgyZjg1ZWMyNDJhMWIxZjk1MGEyNmE0MmJiNWUwYWE1Y2JlZGEifX19\"}]},Name:\"34e0d220-5506-2b2d-b046-32d58f2ea8d1\"},display:{Lore:[0:\"\"],Name:\"§9Bednom (NPC)\"},ExtraAttributes:{id:\"BEDNOM_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "BEDNOM_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -30, + "y": 215, + "z": -89, + "island": "mining_3" +} \ No newline at end of file -- cgit