From 52f3f65469b9b5fcd976b4573a7927aba5371cb8 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:58:59 +0200 Subject: fix: 2 Hotm perks, 1 reforgestone, armadillo, refined mithril pick recipe and 1 lore (#1410) --- items/DIAMONITE.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/DIAMONITE.json') diff --git a/items/DIAMONITE.json b/items/DIAMONITE.json index a2a10d00..c2f5b614 100644 --- a/items/DIAMONITE.json +++ b/items/DIAMONITE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Diamonite", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5ae54b55-f9a3-31aa-b435-291bdf6ec276\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWUwNDM4OGM5YTcxYjU5NDFmOWNjMjJkNzhlNjliZmY5NmYxZGY0NmFlMjhjZjQ2YTk5N2ZhMjU4ZWJlNjk5YiJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Fleet §7reforge when\",4:\"§7combined with a mining tool§7.\",5:\"\",6:\"§7§8§oMagical form of diamond.\",7:\"\",8:\"§9Fleet §7(§6Legendary§7):\",9:\"§7Mining Speed: §a+50\",10:\"§7Block Fortune: §a+55\",11:\"\",12:\"§9Fleet Bonus\",13:\"§7Grants §e+100▚ Mining Spread §7on\",14:\"§7non-ore blocks.\",15:\"\",16:\"§7Requires §aMining Skill Level XV§7!\",17:\"\",18:\"§9§lRARE REFORGE STONE\"],Name:\"§9Diamonite\"},ExtraAttributes:{id:\"DIAMONITE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5ae54b55-f9a3-31aa-b435-291bdf6ec276\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWUwNDM4OGM5YTcxYjU5NDFmOWNjMjJkNzhlNjliZmY5NmYxZGY0NmFlMjhjZjQ2YTk5N2ZhMjU4ZWJlNjk5YiJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Fleet §7reforge when\",4:\"§7combined with a mining tool§7.\",5:\"\",6:\"§7§8§oMagical form of diamond.\",7:\"\",8:\"§9Fleet §7(§6Legendary§7):\",9:\"§7Mining Speed: §a+50\",10:\"§7Block Fortune: §a+55\",11:\"\",12:\"§9Fleet Bonus\",13:\"§7Grants §e+100▚ Mining Spread §7when\",14:\"§7mining §9Blocks§7.\",15:\"\",16:\"§7Requires §aMining Skill Level XV§7!\",17:\"\",18:\"§9§lRARE REFORGE STONE\"],Name:\"§9Diamonite\"},ExtraAttributes:{id:\"DIAMONITE\"}}", "damage": 3, "lore": [ "§8Reforge Stone", @@ -17,8 +17,8 @@ "§7Block Fortune: §a+55", "", "§9Fleet Bonus", - "§7Grants §e+100▚ Mining Spread §7on", - "§7non-ore blocks.", + "§7Grants §e+100▚ Mining Spread §7when", + "§7mining §9Blocks§7.", "", "§7Requires §aMining Skill Level XV§7!", "", -- cgit