1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"internalname": "GIFT_COMPASS",
"itemid": "minecraft:compass",
"displayname": "Gift Compass",
"clickcommand": "",
"damage": 0,
"nbttag": "{HideFlags:254,display:{Lore:[0:\"§7When held, points towards the\",1:\"§7nearest unopened present while\",2:\"§7in Jerry\u0027s Workshop.\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§aGift Compass\"},ExtraAttributes:{id:\"GIFT_COMPASS\"}}",
"modver": "1.0.0",
"lore": [
"§7When held, points towards the",
"§7nearest unopened present while",
"§7in Jerry\u0027s Workshop.",
"",
"§a§lUNCOMMON"
]
}
|