1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"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}}}",
"damage": 0,
"lore": [
"§9Rainbow II",
"§7Grants a §a50% §7chance to",
"§7change the color of a sheep when",
"§7shearing it.",
"",
"§7Use this on an item in an Anvil",
"§7to apply it!",
"",
"§6Applied To:",
"§7- §fShears",
"",
"§f§lCOMMON"
],
"internalname": "RAINBOW;2",
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
"infoType": ""
}
|