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
26
27
28
29
30
31
32
33
34
35
|
{
"itemid": "minecraft:shears",
"displayname": "§fEnchanted Shears",
"nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade for sheep\",2:\"§7generators. This will\",3:\"§7automatically shear sheep for\",4:\"§7you as they spawn.\",5:\"\",6:\"§f§lCOMMON SHEARS\"],Name:\"§fEnchanted Shears\"},ExtraAttributes:{id:\"ENCHANTED_SHEARS\"}}",
"damage": 0,
"lore": [
"§7This item can be used as a",
"§7minion upgrade for sheep",
"§7generators. This will",
"§7automatically shear sheep for",
"§7you as they spawn.",
"",
"§f§lCOMMON SHEARS"
],
"recipe": {
"A1": "",
"A2": "",
"A3": "",
"B1": "",
"B2": "",
"B3": "ENCHANTED_IRON:1",
"C1": "",
"C2": "ENCHANTED_IRON:1",
"C3": ""
},
"internalname": "ENCHANTED_SHEARS",
"crafttext": "",
"clickcommand": "viewrecipe",
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Enchanted_Shears",
"https://wiki.hypixel.net/Enchanted_Shears"
]
}
|