From 8a63f065f8167d7783eb3fe04b4cc07133c74531 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 19 Apr 2023 15:03:59 +0200 Subject: Fixed lore and nbt of backpacks and fixed dso drop chance (#917) * Fixed lore and nbt of backpacks and fixed dso drop chance * Fixed lore of leg pig * Fixed lore of Bat Pet * Fixed Crit 7 and Lavatears Lore and fixed drop chance of bal * Added a lot of wiki links, added new items, fixed lore of some items, added new abiphone contact maybe more coming soon * Fixed lore of rat pet --- items/FROZEN_BAUBLE.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 items/FROZEN_BAUBLE.json (limited to 'items/FROZEN_BAUBLE.json') diff --git a/items/FROZEN_BAUBLE.json b/items/FROZEN_BAUBLE.json new file mode 100644 index 00000000..5497ae78 --- /dev/null +++ b/items/FROZEN_BAUBLE.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Frozen Bauble", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3351cb07-1fd3-377d-a204-0c3ab889746b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTBmZDEzYTk2YTgyNDMwNjIxYTY1ZWE5N2U4OTgxOWNhMGI2OGMwMzQyNTMwMjVkYTA0MjhiYmNhZDQzZmQ2MyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Festive §7reforge\",4:\"§7when combined with armor§7.\",5:\"\",6:\"§9Festive §7(§6Legendary§7):\",7:\"§7Intelligence: §a+25\",8:\"§7Sea Creature Chance: §c+0.2%\",9:\"§7Fishing Speed: §a+8\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXX§7!\",13:\"\",14:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Frozen Bauble\"},ExtraAttributes:{id:\"FROZEN_BAUBLE\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "§7§8Combinable in Reforge Anvil", + "", + "§7Applies the §9Festive §7reforge", + "§7when combined with armor§7.", + "", + "§9Festive §7(§6Legendary§7):", + "§7Intelligence: §a+25", + "§7Sea Creature Chance: §c+0.2%", + "§7Fishing Speed: §a+8", + "", + "§7Requires §aMining Skill Level", + "§aXX§7!", + "", + "§5§lEPIC REFORGE STONE" + ], + "internalname": "FROZEN_BAUBLE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit