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/RORNORA_NPC.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/RORNORA_NPC.json (limited to 'items/RORNORA_NPC.json') diff --git a/items/RORNORA_NPC.json b/items/RORNORA_NPC.json new file mode 100644 index 00000000..7981299e --- /dev/null +++ b/items/RORNORA_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Rornora (NPC)", + "nbttag": "{SkullOwner:{Id:\"6d128904-0782-2cb0-ab3a-459c3f13a9e2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZmNTFmNDZkZDMxYWZkYzRlMzFjMjFiOWJhMjA2NmU1M2E2NjFhYThkYjNkMGQzNjVkMGYxOWFlMDY2N2Y3ZGIifX19\"}]},Name:\"6d128904-0782-2cb0-ab3a-459c3f13a9e2\"},display:{Lore:[0:\"\"],Name:\"§9Rornora (NPC)\"},ExtraAttributes:{id:\"RORNORA_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "RORNORA_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 136, + "y": 197, + "z": 167, + "island": "mining_3" +} \ No newline at end of file -- cgit