1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"itemid": "minecraft:noteblock",
"displayname": "§aSilence Block",
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Prevents all mobs making noise\",1:\"§7when placed on your private\",2:\"§7island.\",3:\"\",4:\"§a§lUNCOMMON\",5:\"\",6:\"§eClick to view recipe!\"],Name:\"§aSilence Block\"},ExtraAttributes:{id:\"SILENCE_BLOCK\"}}",
"damage": 0,
"lore": [
"§7Prevents all mobs making noise",
"§7when placed on your private",
"§7island.",
"",
"§a§lUNCOMMON"
],
"internalname": "SILENCE_BLOCK",
"clickcommand": "viewrecipe",
"modver": "1.0.0"
}
|