diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-24 12:09:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 12:09:01 +0200 |
commit | 406d31faf7b9c32fbb09ee0b48f41bca227c7278 (patch) | |
tree | 0a034a889adf40595fe795b1b184c93759fd6628 /items/REPELLING_CANDLE.json | |
parent | eb1e064088761f7e5f36894c9ab937aebff89f8c (diff) | |
download | NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.gz NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.bz2 NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.zip |
First part (#972)
* First part
* Part 2
* Part III
* Part 4
* Fixed items
* Fixed Pets
* Fixed nbt
* Fixed name
* Fixed Mooshroom Cow lore
* Added wiki links
* Fixed shortbow lores
* Fixed Fel Sword lore
* Fixed drill recipe
* patch notes wtf
* More fixes
Diffstat (limited to 'items/REPELLING_CANDLE.json')
-rw-r--r-- | items/REPELLING_CANDLE.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/REPELLING_CANDLE.json b/items/REPELLING_CANDLE.json index c1176b93..b93da891 100644 --- a/items/REPELLING_CANDLE.json +++ b/items/REPELLING_CANDLE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aRepelling Candle", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d367659-ceb9-3cd3-8df4-dd2d91ee46dc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjhjYTM2MTBiZjFlZDJkY2NlNWNhN2Y3ZjI5MTRhMWMyNWZiZmFiZDc0ZGNlNTFiM2Y1MTI2YmE0NGJhMWEyMCJ9fX0=\"}]}},display:{Lore:[0:\"§7§7Prevents unwanted monsters\",1:\"§7from spawning on your\",2:\"§7island!\",3:\"\",4:\"§dEmits life-scarring aroma!\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§aRepelling Candle\"},ExtraAttributes:{id:\"REPELLING_CANDLE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d367659-ceb9-3cd3-8df4-dd2d91ee46dc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjhjYTM2MTBiZjFlZDJkY2NlNWNhN2Y3ZjI5MTRhMWMyNWZiZmFiZDc0ZGNlNTFiM2Y1MTI2YmE0NGJhMWEyMCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§7Prevents unwanted monsters\",1:\"§7from spawning on your\",2:\"§7island!\",3:\"\",4:\"§dEmits life-scarring aroma!\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§aRepelling Candle\"},ExtraAttributes:{id:\"REPELLING_CANDLE\"}}", "damage": 3, "lore": [ "§7§7Prevents unwanted monsters", @@ -25,8 +25,8 @@ }, "internalname": "REPELLING_CANDLE", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", - "crafttext": "Requires: Acacia Wood IX", + "modver": "2.1.1-PRE", + "crafttext": "Requires: Acacia Wood V", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Repelling_Candle", |