From 905f2c95e5f1d57a06dd1cdb9db9097232405fa7 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:28:35 +0200 Subject: feat: Mining Update (#1348) * feat: Mining Update * feat: More Mining Items * feat: More Mining Items * feat: Even more changes * feat: Another mining change moment * feat: Revert Hardstone 10 Minion because of a crash * feat: Even more changes * feat: Pet changes from update * feat: Missing Pet item * feat: enchants and sacks json * feat: Topaz rod in museum Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --------- Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- items/ROYAL_COMPASS.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/ROYAL_COMPASS.json (limited to 'items/ROYAL_COMPASS.json') diff --git a/items/ROYAL_COMPASS.json b/items/ROYAL_COMPASS.json new file mode 100644 index 00000000..2a2d6563 --- /dev/null +++ b/items/ROYAL_COMPASS.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Royal Compass", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d3f1d5da-6d30-3843-ad95-8d7394b73048\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxNDI4OTkxNTI5NiwKICAicHJvZmlsZUlkIiA6ICIzZWUxYWRlMzljZDI0ZjFkOWYwODliYjA2ZTkzNTY5YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSdXNvR01SIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2YxMDYyNzdhZDU0MWFhNzZkOWQ0YTE5ZTdhYWM5MjYyMWEzZjAyNTFmZjk0MjdkZmRlYTUzOWI1MWRkOGQxZWEiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§6Ability: True Dwarth §e§lRIGHT CLICK\",1:\"§7Shows the way towards the nearest\",2:\"§7§6Emissary §7while in the §2Dwarven Mines§7.\",3:\"§8Cooldown: §a3s\",4:\"\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§9§lRARE\"],Name:\"§9Royal Compass\"},ExtraAttributes:{id:\"ROYAL_COMPASS\"}}", + "damage": 3, + "lore": [ + "§6Ability: True Dwarth §e§lRIGHT CLICK", + "§7Shows the way towards the nearest", + "§7§6Emissary §7while in the §2Dwarven Mines§7.", + "§8Cooldown: §a3s", + "", + "§8§l* §8Co-op Soulbound §8§l*", + "§9§lRARE" + ], + "internalname": "ROYAL_COMPASS", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +} \ No newline at end of file -- cgit