diff options
author | Mr.Nightmare <44095205+MrNightmare03@users.noreply.github.com> | 2023-01-17 12:56:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 12:56:48 +0100 |
commit | 92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4 (patch) | |
tree | 3df0642d5fd8aaee7770b83c1753895b3f387e2c /items/RAINBOW;2.json | |
parent | 9ce054d3023f032b2959b159ecf0ad7bf337d47d (diff) | |
download | NotEnoughUpdates-REPO-92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4.tar.gz NotEnoughUpdates-REPO-92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4.tar.bz2 NotEnoughUpdates-REPO-92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4.zip |
Made enchanted books source more consistent and some small fixes (#886)
Diffstat (limited to 'items/RAINBOW;2.json')
-rw-r--r-- | items/RAINBOW;2.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/items/RAINBOW;2.json b/items/RAINBOW;2.json index 8e24ddd6..10a83060 100644 --- a/items/RAINBOW;2.json +++ b/items/RAINBOW;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Rainbow II\",1:\"§7Grants a §a50% §7chance to\",2:\"§7change the color of a sheep when\",3:\"§7shearing it.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Applied To:\",9:\"§7- §fShears\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§f§fEnchanted Book\"},ExtraAttributes:{id:\"RAINBOW;2\",enchantments:{rainbow:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Rainbow II\",1:\"§7Grants a §a50% §7chance to\",2:\"§7change the color of a sheep when\",3:\"§7shearing it.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aII: §7Mollim\u0027s Quest\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fShears\",13:\"\",14:\"§f§lCOMMON\"],Name:\"§f§fEnchanted Book\"},ExtraAttributes:{id:\"RAINBOW;2\",enchantments:{rainbow:2}}}", "damage": 0, "lore": [ "§9Rainbow II", @@ -12,6 +12,9 @@ "§7Use this on an item in an Anvil", "§7to apply it!", "", + "§6Source:", + "§aII: §7Mollim\u0027s Quest", + "", "§6Applied To:", "§7- §fShears", "", |