diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-08 18:18:20 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-08 18:18:20 -0400 |
commit | 8f971c7940fec57dffd6d1257da5c979fd69320a (patch) | |
tree | 88296f5ea17025025ee98d5cd7ad0c2dd41535c3 /items | |
parent | 9c5f23f01f1a2c1a9518863efba9c4a088dfdb83 (diff) | |
download | NotEnoughUpdates-REPO-8f971c7940fec57dffd6d1257da5c979fd69320a.tar.gz NotEnoughUpdates-REPO-8f971c7940fec57dffd6d1257da5c979fd69320a.tar.bz2 NotEnoughUpdates-REPO-8f971c7940fec57dffd6d1257da5c979fd69320a.zip |
Books
Diffstat (limited to 'items')
-rw-r--r-- | items/OVERLOAD;2.json | 25 | ||||
-rw-r--r-- | items/SMELTING_TOUCH;1.json | 3 | ||||
-rw-r--r-- | items/ULTIMATE_NO_PAIN_NO_GAIN;5.json | 25 |
3 files changed, 52 insertions, 1 deletions
diff --git a/items/OVERLOAD;2.json b/items/OVERLOAD;2.json new file mode 100644 index 00000000..32b23e94 --- /dev/null +++ b/items/OVERLOAD;2.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Overload II\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a2%§7 and §9☣ Crit Chance §7by\",3:\"§7§a2%§7. Having a Critical chance\",4:\"§7above §9100% §7grants a chance\",5:\"§7to perform a Mega Critical Hit\",6:\"§7dealing §920% §7extra damage.\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"OVERLOAD;2\",enchantments:{overload:2},uuid:\"8a2c8082-68e0-46a0-93cb-1964d5cf59fa\",anvil_uses:1,timestamp:\"10/7/20 8:17 PM\"}}", + "damage": 0, + "lore": [ + "§9Overload II", + "§7Increases §9☠ Crit Damage §7by", + "§7§a2%§7 and §9☣ Crit Chance §7by", + "§7§a2%§7. Having a Critical chance", + "§7above §9100% §7grants a chance", + "§7to perform a Mega Critical Hit", + "§7dealing §920% §7extra damage.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "OVERLOAD;2", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SMELTING_TOUCH;1.json b/items/SMELTING_TOUCH;1.json index eea89cd5..529fc1da 100644 --- a/items/SMELTING_TOUCH;1.json +++ b/items/SMELTING_TOUCH;1.json @@ -26,5 +26,6 @@ }, "internalname": "SMELTING_TOUCH;1", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "crafttext": "Requires: Coal II" }
\ No newline at end of file diff --git a/items/ULTIMATE_NO_PAIN_NO_GAIN;5.json b/items/ULTIMATE_NO_PAIN_NO_GAIN;5.json new file mode 100644 index 00000000..2305cfb0 --- /dev/null +++ b/items/ULTIMATE_NO_PAIN_NO_GAIN;5.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lNo Pain No Gain V\",1:\"§7You have §e100% §7chance to gain\",2:\"§7§b10 §7experience orbs every\",3:\"§7time you take hits from mobs.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_NO_PAIN_NO_GAIN;5\",enchantments:{ultimate_no_pain_no_gain:5},uuid:\"e0f64c40-3172-4eca-82ae-6df9e08b4298\",anvil_uses:4,timestamp:\"10/1/20 2:12 AM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9§d§lNo Pain No Gain V", + "§7You have §e100% §7chance to gain", + "§7§b10 §7experience orbs every", + "§7time you take hits from mobs.", + "", + "§7§cYou can only have 1 Ultimate", + "§cEnchantment on an item!", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "ULTIMATE_NO_PAIN_NO_GAIN;5", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file |