Date: 2025/04/23 15:38:57 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
basic_diamond_axe:
type: item
material: diamond_axe
display name: <&b>Diamond Axe
lore:
- <&f>A basic diamond axe.
mechanisms:
attribute_modifiers:
attack_damage:
1:
key: test_id_1a
slot: mainhand
operation: add_number
amount: 9
attack_speed:
1:
key: test_id_1b
slot: mainhand
operation: add_number
amount: -3.1
recipes:
1:
type: shaped
group: axe
input:
- diamond|diamond|air
- diamond|stick|air
- air|stick|air
basic_netherite_axe:
type: item
material: netherite_axe
display name: <&7>Netherite Axe
lore:
- <&f>A basic netherite axe.
mechanisms:
attribute_modifiers:
attack_damage:
1:
key: test_id_1c
slot: mainhand
operation: add_number
amount: 10
attack_speed:
1:
key: test_id_1d
slot: mainhand
operation: add_number
amount: -3
recipes:
1:
type: smithing
template: netherite_upgrade_smithing_template
base: basic_diamond_axe
upgrade: netherite_ingot