This repository was archived by the owner on Apr 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmw-diamond.json
91 lines (91 loc) · 1.92 KB
/
mw-diamond.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:golden_leggings",
"weight": 12
},
{
"type": "minecraft:item",
"name": "minecraft:chainmail_boots",
"weight": 12
},
{
"type": "minecraft:item",
"name": "minecraft:leather_chestplate",
"weight": 12
},
{
"type": "minecraft:item",
"name": "minecraft:chainmail_helmet",
"weight": 12
},
{
"type": "minecraft:item",
"name": "minecraft:stone_sword",
"weight": 13
},
{
"type": "minecraft:item",
"name": "minecraft:iron_leggings",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:diamond_helmet",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:iron_sword",
"weight": 7,
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{Unbreakable:1b}"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:diamond_boots",
"weight": 3
},
{
"type": "minecraft:item",
"name": "minecraft:diamond_pickaxe",
"weight": 4,
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{CanDestroy:[\"stone\",\"gold_ore\",\"diamond_ore\",\"gravel\"],Enchantments:[{lvl:5,id:\"efficiency\"}],Unbreakable:1b,HideFlags:63}"
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:armor_stand",
"weight": 15,
"functions": [
{
"function": "minecraft:set_name",
"entity": "this",
"name": {
"text": "TNT",
"color": "aqua",
"italic": false
}
},
{
"function": "minecraft:set_nbt",
"tag": "{CanPlaceOn:[\"stone\",\"gold_ore\",\"diamond_ore\",\"gravel\",\"bedrock\"],EntityTag:{Tags:[\"mwtnt\"],Small:1b},HideFlags:63,CustomModelData:1}"
}
]
}
]
}
]
}