Date: 2023/07/02 15:41:40 UTC-07:00
Type: Denizen Script
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
armoredtoken:
type: item
debug: false
material: PAPER
display name: <&color[#DBDBD0]>Tempered Token
lore:
- <&[lore]>
- <&[lore]><&color[#6bb0e8]>Used at a smithing table to upgrade
- <&[lore]><&color[#6bb0e8]>netherite tools/armor to become
- <&[lore]><&color[#6bb0e8]>tempered (unbreakable)
- <&[lore]>
mechanisms:
custom_model_data: 10005
netherite_sword1:
type: item
# Must be a valid ItemTag. See 'ItemTag' for more information.
# | All item scripts MUST have this key!
material: netherite_sword
mechanisms:
unbreakable: true
hides: unbreakable
allow in material recipes: false
lore:
- <empty>
- <&f>
- <empty>
recipes:
1:
type: smithing
base: material:netherite_sword
retain: display|enchantments
upgrade: armoredtoken
netherite_axe1:
type: item
material: netherite_axe
mechanisms:
unbreakable: true
hides: unbreakable
allow in material recipes: false
lore:
- <empty>
- <&f>
- <empty>
recipes:
1:
type: smithing
base: material:netherite_axe
retain: display|enchantments
upgrade: armoredtoken
netherite_hoe1:
type: item
material: netherite_hoe
mechanisms:
unbreakable: true
hides: unbreakable
allow in material recipes: false
lore:
- <empty>
- <&f>
- <empty>
recipes:
1:
type: smithing
base: material:netherite_hoe
retain: display|enchantments
upgrade: armoredtoken
netherite_shovel1:
type: item
material: netherite_shovel
mechanisms:
unbreakable: true
hides: unbreakable
allow in material recipes: false
lore:
- <empty>
- <&f>
- <empty>
recipes:
1:
type: smithing
base: material:netherite_shovel
retain: display|enchantments
upgrade: armoredtoken
netherite_pickaxe1:
type: item
material: netherite_pickaxe
mechanisms:
unbreakable: true
hides: unbreakable
allow in material recipes: false
lore:
- <empty>
- <&f>
- <empty>
recipes:
1:
type: smithing
base: material:netherite_pickaxe
retain: display|enchantments
upgrade: armoredtoken
netherite_helmet1:
type: item
# Must be a valid ItemTag. See 'ItemTag' for more information.
# | All item scripts MUST have this key!
material: netherite_helmet
mechanisms:
unbreakable: true
hides: unbreakable
allow in material recipes: false
lore:
- <empty>
- <&f>
- <empty>
recipes:
1:
type: smithing
base: material:netherite_helmet
retain: display|enchantments
upgrade: armoredtoken
netherite_chestplate1:
type: item
# Must be a valid ItemTag. See 'ItemTag' for more information.
# | All item scripts MUST have this key!
material: netherite_chestplate
mechanisms:
unbreakable: true
hides: unbreakable
allow in material recipes: false
lore:
- <empty>
- <&f>
- <empty>
recipes:
1:
type: smithing
base: material:netherite_chestplate
retain: display|enchantments
upgrade: armoredtoken
netherite_leggings1:
type: item
# Must be a valid ItemTag. See 'ItemTag' for more information.
# | All item scripts MUST have this key!
material: netherite_leggings
mechanisms:
unbreakable: true
hides: unbreakable
allow in material recipes: false
lore:
- <empty>
- <&f>
- <empty>
recipes:
1:
type: smithing
base: material:netherite_leggings
retain: display|enchantments
upgrade: armoredtoken
netherite_boots1:
type: item
# Must be a valid ItemTag. See 'ItemTag' for more information.
# | All item scripts MUST have this key!
material: netherite_boots
mechanisms:
unbreakable: true
hides: unbreakable
allow in material recipes: false
lore:
- <empty>
- <&f>
- <empty>
recipes:
1:
type: smithing
base: material:netherite_boots
retain: display|enchantments
upgrade: armoredtoken