diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-07-18 21:51:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-18 15:51:42 -0400 |
commit | afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f (patch) | |
tree | 824b9c74346542e1f9cd1acc8c5f972f0f1af76b /items/JASPER_POWER_SCROLL.json | |
parent | 961d00e76ee01ae80c524982f5125fd9182bbece (diff) | |
download | NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.tar.gz NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.tar.bz2 NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.zip |
Mining Stuff - Added and fixed some Stuff (#552)
* Mining Stuff
* Stuff
* Ench Books and other Stuff
* Updating Mobs
* Epic Pet Fix
* Other Stuff
* github is dumb
* Wiki Links
* Added new Drill
* Added Reforge Stats
* Added Wiki Link
* Wiki Links
* Wiki URL
* New Stuff
* New Items
* New Item
* Fixed Superboom
* New Drill
* Added new Pet so people wont crash (no pet stats)
* Removed UUID and Timestamp from new Pet
* Pet Stuff
* Stuff
* Fixed Tank
* WIki Links
* Wiki Links
* Power Talisman Things
* Other Stuff
* Added Recipe
* Recipe Fix
* Fixed Pet
* stone
Diffstat (limited to 'items/JASPER_POWER_SCROLL.json')
-rw-r--r-- | items/JASPER_POWER_SCROLL.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/items/JASPER_POWER_SCROLL.json b/items/JASPER_POWER_SCROLL.json new file mode 100644 index 00000000..eb288899 --- /dev/null +++ b/items/JASPER_POWER_SCROLL.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:writable_book", + "displayname": "§dJasper Power Scroll", + "nbttag": "{generation:0,ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Gain §c+10❁ Strength §7for §a5s\",1:\"§a§7when using your §e§lRIGHT CLICK\",2:\"§e§l§6Item Ability§7.\",3:\"\",4:\"§7§7Can be combined with any §bitem\",5:\"§b§7with a §e§lRIGHT CLICK §6Item\",6:\"§6Ability §7at an anvil.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§dJasper Power Scroll\"},ExtraAttributes:{id:\"JASPER_POWER_SCROLL\"},resolved:0b}", + "damage": 0, + "lore": [ + "§7§7Gain §c+10❁ Strength §7for §a5s", + "§a§7when using your §e§lRIGHT CLICK", + "§e§l§6Item Ability§7.", + "", + "§7§7Can be combined with any §bitem", + "§b§7with a §e§lRIGHT CLICK §6Item", + "§6Ability §7at an anvil.", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "", + "B2": "ENCHANTED_PAPER:16", + "B3": "ENCHANTED_PAPER:16", + "C1": "", + "C2": "ENCHANTED_PAPER:16", + "C3": "FINE_JASPER_GEM:16" + }, + "internalname": "JASPER_POWER_SCROLL", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL" +}
\ No newline at end of file |