diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-04 01:10:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 23:10:11 +0000 |
commit | a20d01dac86e32c8cb3942506b17574b130a7a7d (patch) | |
tree | 9a2c9b2e722cfb39f8a7c8868ab6a91b8c48ed16 /items/WOODCUTTING_CRYSTAL.json | |
parent | f6f306cace49ee4c35a550c95e3546ca8b3939d4 (diff) | |
download | NotEnoughUpdates-REPO-a20d01dac86e32c8cb3942506b17574b130a7a7d.tar.gz NotEnoughUpdates-REPO-a20d01dac86e32c8cb3942506b17574b130a7a7d.tar.bz2 NotEnoughUpdates-REPO-a20d01dac86e32c8cb3942506b17574b130a7a7d.zip |
Added new wiki links and fixed a few lores (#1145)
Diffstat (limited to 'items/WOODCUTTING_CRYSTAL.json')
-rw-r--r-- | items/WOODCUTTING_CRYSTAL.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/items/WOODCUTTING_CRYSTAL.json b/items/WOODCUTTING_CRYSTAL.json index e7db71c9..739617a8 100644 --- a/items/WOODCUTTING_CRYSTAL.json +++ b/items/WOODCUTTING_CRYSTAL.json @@ -1,15 +1,16 @@ { "itemid": "minecraft:skull", "displayname": "§9Woodcutting Crystal", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bd79a474-cf07-3f8c-b5a4-98657c33520a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWFlODI2ZTdkYjg0NDdmYmQ2Mjk4OGZlZTBlODNiYmRkNjk0Mzc4YWVmMTJkMjU3MmU5NzVmMDU5YTU0OTkwIn19fQ==\"}]}},display:{Lore:[0:\"§7Can be placed on your private\",1:\"§7island. Increases the speed of\",2:\"§7nearby foraging minions by\",3:\"§7§a10%§7.\",4:\"\",5:\"§7Effective Radius: §b12\"],Name:\"§9Woodcutting Crystal\"},ExtraAttributes:{id:\"WOODCUTTING_CRYSTAL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bd79a474-cf07-3f8c-b5a4-98657c33520a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWFlODI2ZTdkYjg0NDdmYmQ2Mjk4OGZlZTBlODNiYmRkNjk0Mzc4YWVmMTJkMjU3MmU5NzVmMDU5YTU0OTkwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Can be placed on your private\",1:\"§7island. Increases the speed of\",2:\"§7nearby foraging minions by §a10%§7.\",3:\"\",4:\"§7Effective Radius: §b12\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Woodcutting Crystal\"},ExtraAttributes:{id:\"WOODCUTTING_CRYSTAL\"}}", "damage": 3, "lore": [ "§7Can be placed on your private", "§7island. Increases the speed of", - "§7nearby foraging minions by", - "§7§a10%§7.", + "§7nearby foraging minions by §a10%§7.", "", - "§7Effective Radius: §b12" + "§7Effective Radius: §b12", + "", + "§9§lRARE" ], "recipe": { "A1": "ENCHANTED_BIRCH_LOG:12", @@ -24,7 +25,7 @@ }, "internalname": "WOODCUTTING_CRYSTAL", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Woodcutting_Crystal", |