diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-10 16:01:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 10:01:33 -0400 |
commit | 532212d429cce9f7ae975ece83871df1ef543715 (patch) | |
tree | 7309f86024c558e5dcf45335f5cda60ab8fbbe06 /items/OASIS_RABBIT_SC.json | |
parent | 6f2b1cd7ff461bda70231c03bf38ad4a3e24ba61 (diff) | |
download | NotEnoughUpdates-REPO-532212d429cce9f7ae975ece83871df1ef543715.tar.gz NotEnoughUpdates-REPO-532212d429cce9f7ae975ece83871df1ef543715.tar.bz2 NotEnoughUpdates-REPO-532212d429cce9f7ae975ece83871df1ef543715.zip |
Mobs & Names + Fixes (#516)
* Removing Mobs
* Rainbow Names
* Mobs
* Fixing Ultimate Wise
* Fixing Warped Stone
* Fixing Juju Shortbow
* Fixing Terminator
* Rainbow Name account change
* Adding Mobs back and changed them to skulls
* Fixing Carrot King
* Update parents.json
* Removing Item age
* Another one
* Wiki Links
* Another Rainbowname
* Another one
Diffstat (limited to 'items/OASIS_RABBIT_SC.json')
-rw-r--r-- | items/OASIS_RABBIT_SC.json | 59 |
1 files changed, 29 insertions, 30 deletions
diff --git a/items/OASIS_RABBIT_SC.json b/items/OASIS_RABBIT_SC.json index 324a5f6f..8e026a66 100644 --- a/items/OASIS_RABBIT_SC.json +++ b/items/OASIS_RABBIT_SC.json @@ -1,31 +1,30 @@ { - "itemid": "minecraft:spawn_egg", - "displayname": "§3Oasis Rabbit (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Carrot King is a Sea Creature that has a\",1:\"§7chance to be caught when the player reaches\",2:\"§7fishing level XV or above, and is using Carrot \",3:\"§7Bait. It has a low spawn rate, and roughly \",4:\"§710,000 EHP. \",5:\"\",6:\"§c❤ Health§8: §c10.000\",7:\"\",8:\"§cDrops:\",9:\"§7- §7Lily Pad\",10:\"§7- §7Sponge\",11:\"§7- §9Enchanted Book\",12:\" §7(Caster VI)\",13:\"§7- §aEnchanted Carrot\",14:\"§7- §aRabbit Hat\",15:\"§7- §9Enchanted Rabbit Foot\",16:\"§7- §5Lucky Clover Core\",17:\"\",18:\"§cRequirements:\",19:\"§7- Fishing Skill 15\",20:\"§7- Carrot Bait\",21:\"\",22:\"§a§lUNCOMMON\"],Name:\"§3Carrot King (Sea Creature)\"},ExtraAttributes:{id:\"CARROT_KING_SC\"}}", - "damage": 101, - "lore": [ - "§c❤ Health§8: §c10.000", - "", - "§cDrops:", - "§7- §7Lily Pad", - "§7- §7Rabbit Hide", - "§7- §7Rabbit's Foot", - "§7- §7Raw Rabbit", - "§7- §aEnchanted Raw Rabbit", - "", - "§cRequirements:", - "§7- Fishing Skill 10", - "§7- §bOasis", - "", - "§a§lUNCOMMON" - ], - "internalname": "OASIS_RABBIT_SC", - "clickcommand": "", - "modver": "2.0.0-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Carrot_King" - ], - "entityrender": "Rabbit", - "crafttext": "" - }
\ No newline at end of file + "itemid": "minecraft:skull", + "displayname": "§3Oasis Rabbit (Sea Creature)", + "nbttag": "{SkullOwner:{Id:\"caeacf99-0d47-454a-9849-3d2b85b135ac\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2QyNzE5MjcxYzcxNDk4MDIyNmZmMWJlZjRjYmIxZDU0NDExY2UzYTkxNGQ3ZGY3MzFiY2M3ZjYxZTk0ZTVjIn19fQ\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c10.000\",1:\"\",2:\"§cDrops:\",3:\"§7- §7Lily Pad\",4:\"§7- §7Rabbit Hide\",5:\"§7- §7Rabbit\u0027s Foot\",6:\"§7- §7Raw Rabbit\",7:\"§7- §aEnchanted Raw Rabbit\",8:\"\",9:\"§cRequirements:\",10:\"§7- Fishing Skill 10\",11:\"§7- §bOasis\",12:\"\",13:\"§a§lUNCOMMON\"],Name:\"§3Oasis Rabbit (Sea Creature)\"},ExtraAttributes:{id:\"OASIS_RABBIT_SC\"}}", + "damage": 3, + "lore": [ + "§c❤ Health§8: §c10.000", + "", + "§cDrops:", + "§7- §7Lily Pad", + "§7- §7Rabbit Hide", + "§7- §7Rabbit\u0027s Foot", + "§7- §7Raw Rabbit", + "§7- §aEnchanted Raw Rabbit", + "", + "§cRequirements:", + "§7- Fishing Skill 10", + "§7- §bOasis", + "", + "§a§lUNCOMMON" + ], + "internalname": "OASIS_RABBIT_SC", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Carrot_King" + ], + "crafttext": "" +}
\ No newline at end of file |