diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-11-03 22:49:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 17:49:10 -0400 |
commit | 227cd9a6d37fbae008cb67e35943a640887d780e (patch) | |
tree | 55f7adbf38486f742bbddd87b004e068ef084a7d | |
parent | f709250cafcd4c915a79ccd8e5a89878d3812db0 (diff) | |
download | NotEnoughUpdates-REPO-227cd9a6d37fbae008cb67e35943a640887d780e.tar.gz NotEnoughUpdates-REPO-227cd9a6d37fbae008cb67e35943a640887d780e.tar.bz2 NotEnoughUpdates-REPO-227cd9a6d37fbae008cb67e35943a640887d780e.zip |
Added Special Item and removed not needed stat (#651)
* Added Special Item
* Removed not needed reforgestat
-rw-r--r-- | constants/reforgestones.json | 5 | ||||
-rw-r--r-- | items/DUST_THE_FISH.json | 20 |
2 files changed, 20 insertions, 5 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json index ba61d5fe..dbfff90a 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -890,11 +890,6 @@ "LEGENDARY": 300000, "MYTHIC": 600000 }, - "reforgeStats": { - "COMMON": { - "mining_speed": 1 - } - }, "reforgeAbility": "§7Grants §aincreased §6⸕ Mining §6Speed §7the deeper the you §7venture." }, "JERRY_STONE": { diff --git a/items/DUST_THE_FISH.json b/items/DUST_THE_FISH.json new file mode 100644 index 00000000..9cbe0755 --- /dev/null +++ b/items/DUST_THE_FISH.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:cooked_fish", + "displayname": "§cDust the Fish", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Pretty sure they forgot about\",1:\"§7me...\",2:\"\",3:\"§c§lSPECIAL\"],Name:\"§cDust the Fish\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"DUST_THE_FISH\"}}", + "damage": 1, + "lore": [ + "§7Pretty sure they forgot about", + "§7me...", + "", + "§c§lSPECIAL" + ], + "internalname": "DUST_THE_FISH", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dust_the_Fish" + ] +}
\ No newline at end of file |