diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-08-31 16:43:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 10:43:17 -0400 |
commit | a08535705d7a7534dbc6152c7f9340651693ac6d (patch) | |
tree | 52a5df025ace70ed2ce79b1ec6882e4d77cc82b3 /items/DAEDALUS_AXE.json | |
parent | 2648117ebe2214bb0886868e9f4c3761904050ae (diff) | |
download | NotEnoughUpdates-REPO-a08535705d7a7534dbc6152c7f9340651693ac6d.tar.gz NotEnoughUpdates-REPO-a08535705d7a7534dbc6152c7f9340651693ac6d.tar.bz2 NotEnoughUpdates-REPO-a08535705d7a7534dbc6152c7f9340651693ac6d.zip |
Stuff - Added and fixed things yes (#609)
* Stuff
* Updating feature link
* Fixed Hard Stone Minion
* Fixing Items
* yep
* Fixing Pet
* Fixing NBT Tags
* Forgot one
* Removed interp and other things
* learn to format
Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com>
Diffstat (limited to 'items/DAEDALUS_AXE.json')
-rw-r--r-- | items/DAEDALUS_AXE.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/items/DAEDALUS_AXE.json b/items/DAEDALUS_AXE.json index 81817c25..ca5d938c 100644 --- a/items/DAEDALUS_AXE.json +++ b/items/DAEDALUS_AXE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_axe", "displayname": "§6Daedalus Axe", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+136\",1:\"\",2:\"§7§7Gains §c+4 Damage §7per Taming\",3:\"§7level.\",4:\"§7§7Copies the stats from your\",5:\"§7active pet.\",6:\"\",7:\"§7§7Earn §6+35 coins §7from\",8:\"§7monster kills\",9:\"\",10:\"§7Deals §a+200% §7damage against\",11:\"§7mythological creatures and Minos\",12:\"§7followers\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§6§lLEGENDARY SWORD\"],Name:\"§6Daedalus Axe\"},ExtraAttributes:{id:\"DAEDALUS_AXE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+0\",1:\"\",2:\"§7§7Gains §c+4 Damage §7per Taming\",3:\"§7level.\",4:\"§7§7Copies the stats from your\",5:\"§7active pet.\",6:\"\",7:\"§7§7Earn §6+35 coins §7from\",8:\"§7monster kills\",9:\"\",10:\"§7Deals §a+200% §7damage against\",11:\"§7mythological creatures and Minos\",12:\"§7followers\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§6§lLEGENDARY SWORD\"],Name:\"§6Daedalus Axe\"},ExtraAttributes:{id:\"DAEDALUS_AXE\"},AttributeModifiers:[]}", "lore": [ "§7Damage: §c+0", "", @@ -38,5 +38,6 @@ "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Daedalus_Axe" - ] -} + ], + "damage": 0 +}
\ No newline at end of file |