diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-23 11:30:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-23 09:30:32 +0000 |
commit | 0f12f8e4728ef154488a229362981459c931f3c6 (patch) | |
tree | 3eae90b85d704f32e2346edf9bd7aa8036253adb /items/FEATHER_RING.json | |
parent | 6c3a71c8b8ab9ae0c2f1014aa81ba05c7bf27644 (diff) | |
download | NotEnoughUpdates-REPO-0f12f8e4728ef154488a229362981459c931f3c6.tar.gz NotEnoughUpdates-REPO-0f12f8e4728ef154488a229362981459c931f3c6.tar.bz2 NotEnoughUpdates-REPO-0f12f8e4728ef154488a229362981459c931f3c6.zip |
Nether Fixes and new items (#723)
Diffstat (limited to 'items/FEATHER_RING.json')
-rw-r--r-- | items/FEATHER_RING.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/items/FEATHER_RING.json b/items/FEATHER_RING.json index 7306a2e0..32feb2e4 100644 --- a/items/FEATHER_RING.json +++ b/items/FEATHER_RING.json @@ -1,19 +1,19 @@ { "itemid": "minecraft:skull", - "displayname": "§aFeather Ring", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"19c9b3c3-ec66-3dae-9e56-be9cea2a00fc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWQ3YWQxYjFkYjJiMzIzZjAxM2I3NzVhOGY5NDgxZjFjZDI5MmJmOWE1OGRkMjkwNWUzZTE5MjlkMTNiYWMifX19\"}]}},display:{Lore:[0:\"§bUnique Effect: Light Weight\",1:\"§7Increases how high you can fall\",2:\"§7before taking fall damage by\",3:\"§7§a7§7 blocks, and reduces fall\",4:\"§7damage by §a5.0%§7.\",5:\"§7This Ring doesn\u0027t work if the\",6:\"§7Feather Artifact is in your\",7:\"§7inventory!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aFeather Ring\"},ExtraAttributes:{id:\"FEATHER_RING\"}}", + "displayname": "§f§f§aFeather Ring", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"19c9b3c3-ec66-3dae-9e56-be9cea2a00fc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWQ3YWQxYjFkYjJiMzIzZjAxM2I3NzVhOGY5NDgxZjFjZDI5MmJmOWE1OGRkMjkwNWUzZTE5MjlkMTNiYWMifX19\"}]}},display:{Lore:[0:\"§6Ability: Light Weight\",1:\"§7Increases how high you can fall\",2:\"§7before taking fall damage by\",3:\"§7§a7§7 blocks. Fall damage is\",4:\"§7also reduced by §a5.0%§7.\",5:\"\",6:\"§7This Ring doesn\u0027t work if the\",7:\"§7§9Feather Artifact§7 is in your\",8:\"§7inventory!\",9:\"\",10:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§f§f§aFeather Ring\"},ExtraAttributes:{id:\"FEATHER_RING\"}}", "damage": 3, "lore": [ - "§bUnique Effect: Light Weight", + "§6Ability: Light Weight", "§7Increases how high you can fall", "§7before taking fall damage by", - "§7§a7§7 blocks, and reduces fall", - "§7damage by §a5.0%§7.", + "§7§a7§7 blocks. Fall damage is", + "§7also reduced by §a5.0%§7.", + "", "§7This Ring doesn\u0027t work if the", - "§7Feather Artifact is in your", + "§7§9Feather Artifact§7 is in your", "§7inventory!", "", - "§7§8This item can be reforged!", "§a§lUNCOMMON ACCESSORY" ], "recipe": { @@ -29,10 +29,10 @@ }, "internalname": "FEATHER_RING", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Feather_Ring" ], "crafttext": "Requires: Feather VII" -} +}
\ No newline at end of file |