diff options
| author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2024-06-03 15:18:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-03 13:18:24 +0000 |
| commit | 3ec6c8dc31693dc4f81b1de80f012f475c621f48 (patch) | |
| tree | 4df269a57bf9294070aa14ed928c3e2ec448f7db /items | |
| parent | 38e402d54b40f627d6dfd6ac64f6707b98f777a2 (diff) | |
| download | NotEnoughUpdates-REPO-3ec6c8dc31693dc4f81b1de80f012f475c621f48.tar.gz NotEnoughUpdates-REPO-3ec6c8dc31693dc4f81b1de80f012f475c621f48.tar.bz2 NotEnoughUpdates-REPO-3ec6c8dc31693dc4f81b1de80f012f475c621f48.zip | |
fixed enchanted book name (#1205)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com>
Diffstat (limited to 'items')
123 files changed, 246 insertions, 246 deletions
diff --git a/items/BIG_BRAIN;3.json b/items/BIG_BRAIN;3.json index a2ee0c5c..d5c0c8d5 100644 --- a/items/BIG_BRAIN;3.json +++ b/items/BIG_BRAIN;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Big Brain III\",1:\"§7Grants §b+15✎ Intelligence§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aIII-V: §7Dark Auction.\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fHelmet\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"BIG_BRAIN;3\",enchantments:{big_brain:3}}}", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Big Brain III\",1:\"§7Grants §b+15✎ Intelligence§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aIII-V: §7Dark Auction.\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fHelmet\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"BIG_BRAIN;3\",enchantments:{big_brain:3}}}", "damage": 0, "lore": [ "§9Big Brain III", diff --git a/items/BIG_BRAIN;4.json b/items/BIG_BRAIN;4.json index 211a9726..5f0b358c 100644 --- a/items/BIG_BRAIN;4.json +++ b/items/BIG_BRAIN;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Big Brain IV\",1:\"§7Grants §b+20✎ Intelligence§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aIII-V: §7Dark Auction.\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fHelmet\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"BIG_BRAIN;4\",enchantments:{big_brain:4}}}", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Big Brain IV\",1:\"§7Grants §b+20✎ Intelligence§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aIII-V: §7Dark Auction.\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fHelmet\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"BIG_BRAIN;4\",enchantments:{big_brain:4}}}", "damage": 0, "lore": [ "§9Big Brain IV", diff --git a/items/CHANCE;4.json b/items/CHANCE;4.json index 2ee13e52..ad2ee0b4 100644 --- a/items/CHANCE;4.json +++ b/items/CHANCE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Chance IV\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a60%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aIV: §7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fBow\",13:\"\",14:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"CHANCE;4\",enchantments:{chance:4}}}", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Chance IV\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a60%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§ |
