diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-05 13:20:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 13:20:07 +0200 |
commit | 983cf357b3b0d4ef50f900b8e7048c02a59ed909 (patch) | |
tree | afd32d3ba36663157eb0256e668ef80fc7cc6f02 /items/NECRONS_LADDER.json | |
parent | 24d9e83c68d32ef18411ac618f76e1470228c645 (diff) | |
download | NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.tar.gz NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.tar.bz2 NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.zip |
Fixed horse lvl (#974)
* Fixed horse lvl
* Fixed lore of blade and pet items
* Added more npc's
* Added new skins
* Added jerry npc's
* Fixed cake's and added some year 300 items
* Fixed Salmon hat and dicer
* Added ladder and skin
* Added Tali and Cake Pack
Diffstat (limited to 'items/NECRONS_LADDER.json')
-rw-r--r-- | items/NECRONS_LADDER.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/items/NECRONS_LADDER.json b/items/NECRONS_LADDER.json new file mode 100644 index 00000000..1e1a8f0d --- /dev/null +++ b/items/NECRONS_LADDER.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:ladder", + "displayname": "§f§f§9Necron\u0027s Ladder", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7While in your inventory, counts\",1:\"§7the number of §5Necron Handles\",2:\"§5§7that you obtain from dungeons.\",3:\"\",4:\"§7If you reach §54 §7on the\",5:\"§7counter, reset this item and\",6:\"§7permanently gain:\",7:\" §c+1❤ Health\",8:\" §b+1✎ Intelligence\",9:\" §b+1✯ Magic Find\",10:\"\",11:\"§7Handles Found: §50\",12:\"\",13:\"§8May only gain the bonus once!\",14:\"\",15:\"§9§lRARE\"],Name:\"§f§f§9Necron\u0027s Ladder\"},ExtraAttributes:{raffle_year:300,raffle_win:\"year_300_small_2\",id:\"NECRONS_LADDER\"}}", + "damage": 0, + "lore": [ + "§7While in your inventory, counts", + "§7the number of §5Necron Handles", + "§5§7that you obtain from dungeons.", + "", + "§7If you reach §54 §7on the", + "§7counter, reset this item and", + "§7permanently gain:", + " §c+1❤ Health", + " §b+1✎ Intelligence", + " §b+1✯ Magic Find", + "", + "§7Handles Found: §50", + "", + "§8May only gain the bonus once!", + "", + "§9§lRARE" + ], + "internalname": "NECRONS_LADDER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |