From 2fea7c8cee031bcd667cda5096acad9f1abe62e3 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:14:00 +0200 Subject: Added new skins and some npcs (#1143) --- items/SKYBLOCK_ANIMATION_NPC.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/SKYBLOCK_ANIMATION_NPC.json (limited to 'items/SKYBLOCK_ANIMATION_NPC.json') diff --git a/items/SKYBLOCK_ANIMATION_NPC.json b/items/SKYBLOCK_ANIMATION_NPC.json new file mode 100644 index 00000000..cb3dceea --- /dev/null +++ b/items/SKYBLOCK_ANIMATION_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Skyblock Animation (NPC)", + "nbttag": "{SkullOwner:{Id:\"92492a5e-c8a1-2d8c-974e-4a2b32773f1f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzlmNTcyNGQ3NDM2M2JkOGQwNzZhMWIyZjAzNjliNjBiMTI3M2UzNTJkNmQwNTljNzZmMjQwNjNlOWY0NjRiYTEifX19\"}]},Name:\"92492a5e-c8a1-2d8c-974e-4a2b32773f1f\"},display:{Lore:[0:\"\"],Name:\"§9Skyblock Animation (NPC)\"},ExtraAttributes:{id:\"SKYBLOCK_ANIMATION_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "SKYBLOCK_ANIMATION_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -5, + "y": 71, + "z": -91, + "island": "hub" +} \ No newline at end of file -- cgit