diff options
Diffstat (limited to 'items/FORTUNE.json')
-rw-r--r-- | items/FORTUNE.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/FORTUNE.json b/items/FORTUNE.json index 286f2747..24ddc7cb 100644 --- a/items/FORTUNE.json +++ b/items/FORTUNE.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Fortune II\",1:\"§7Increases your chance to gain\",2:\"§7double drops when mining by\",3:\"§7§a20%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{fortune:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Fortune III\",1:\"§7Increases your chance to gain\",2:\"§7double drops when mining by\",3:\"§7§a30%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{fortune:3},anvil_uses:1}}", "damage": 0, "lore": [ - "§9Fortune II", + "§9Fortune III", "§7Increases your chance to gain", "§7double drops when mining by", - "§7§a20%§7.", + "§7§a30%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", |