From 983cf357b3b0d4ef50f900b8e7048c02a59ed909 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 5 Sep 2023 13:20:07 +0200 Subject: Fixed horse lvl (#974) * Fixed horse lvl * Fixed lore of blade and pet items * Added more npc's * Added new skins * Added jerry npc's * Fixed cake's and added some year 300 items * Fixed Salmon hat and dicer * Added ladder and skin * Added Tali and Cake Pack --- items/BYLMA_NPC.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/BYLMA_NPC.json (limited to 'items/BYLMA_NPC.json') diff --git a/items/BYLMA_NPC.json b/items/BYLMA_NPC.json new file mode 100644 index 00000000..b3ecb224 --- /dev/null +++ b/items/BYLMA_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Bylma (NPC)", + "nbttag": "{SkullOwner:{Id:\"f2997b4e-0b69-2668-b282-86384912d0fd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI3ZGIxNTQ0MjJjNjQxNTM3MjA0YTA4M2EwMzQwYmJlNWIzYWIwZWI4ODA5ODgzNDA4ZDJhNzhkZTFlNTkyYSJ9fX0\u003d\"}]},Name:\"f2997b4e-0b69-2668-b282-86384912d0fd\"},display:{Lore:[0:\"\"],Name:\"§9Bylma (NPC)\"},ExtraAttributes:{id:\"BYLMA_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "BYLMA_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -9, + "y": 129, + "z": 59, + "island": "mining_3" +} \ No newline at end of file -- cgit