From e497af8e248faef6bd7b81414747ac0d53cb8aa3 Mon Sep 17 00:00:00 2001 From: Swedengamer100 <44095205+Swedengamer100@users.noreply.github.com> Date: Thu, 28 Jan 2021 17:11:16 +0100 Subject: Added Rock the Fish and Beacon V (#378) * Added missing items * Added Beacon V to parent * Grouped enrichments * Update ROCK_THE_FISH.json * Update ROCK_THE_FISH.json --- items/BEACON_5.json | 25 +++++++++++++++++++++++++ items/ROCK_THE_FISH.json | 17 +++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 items/BEACON_5.json create mode 100644 items/ROCK_THE_FISH.json (limited to 'items') diff --git a/items/BEACON_5.json b/items/BEACON_5.json new file mode 100644 index 00000000..53f38af1 --- /dev/null +++ b/items/BEACON_5.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:beacon", + "displayname": "§f§f§5Beacon V", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Tier: §bV\",1:\"\",2:\"§7Can be placed on your private island.\",3:\"\",4:\"§7Grants special buffs to the\",5:\"§7island owners when powered by\",6:\"§7§dPower Crystals §7obtained from\",7:\"§7the forge in the §2Dwarven\",8:\"§2Mines§7\"],Name:\"§f§f§5Beacon V\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"BEACON_5\",uuid:\"15dc2535-fad2-417f-a27e-9a38857a50a7\",timestamp:\"1/27/21 10:06 AM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Tier: §bV", + "", + "§7Can be placed on your private island.", + "", + "§7Grants special buffs to the", + "§7island owners when powered by", + "§7§dPower Crystals §7obtained from", + "§7the forge in the §2Dwarven", + "§2Mines§7" + ], + "internalname": "BEACON_5", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Beacon#V" + ] +} \ No newline at end of file diff --git a/items/ROCK_THE_FISH.json b/items/ROCK_THE_FISH.json new file mode 100644 index 00000000..3de65494 --- /dev/null +++ b/items/ROCK_THE_FISH.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:fish", + "displayname": "§f§f§cRock the Fish", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§c§lSPECIAL\"],Name:\"§f§f§cRock the Fish\"},ExtraAttributes:{id:\"ROCK_THE_FISH\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§c§lSPECIAL" + ], + "internalname": "ROCK_THE_FISH", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rock_the_Fish" + ] +} -- cgit