|
9 | 9 | "item": "minecraft:netherite_axe",
|
10 | 10 | "adjective": "upgrade.minecraft.diamond_axe.adjective",
|
11 | 11 | "damageMultiplier": 6,
|
| 12 | + "allowEnchantments": True, |
| 13 | + "consumeDurability": "when_enchanted", |
12 | 14 | },
|
13 | 15 | "minecraft:netherite_pickaxe": {
|
14 | 16 | "type": "computercraft:tool",
|
15 | 17 | "item": "minecraft:netherite_pickaxe",
|
16 | 18 | "adjective": "upgrade.minecraft.diamond_pickaxe.adjective",
|
| 19 | + "allowEnchantments": True, |
| 20 | + "consumeDurability": "when_enchanted", |
17 | 21 | },
|
18 | 22 | "minecraft:netherite_hoe": {
|
19 | 23 | "type": "computercraft:tool",
|
20 | 24 | "item": "minecraft:netherite_hoe",
|
21 | 25 | "adjective": "upgrade.minecraft.diamond_hoe.adjective",
|
22 | 26 | "breakable": "computercraft:turtle_hoe_harvestable",
|
| 27 | + "allowEnchantments": True, |
| 28 | + "consumeDurability": "when_enchanted", |
23 | 29 | },
|
24 | 30 | "minecraft:netherite_shovel": {
|
25 | 31 | "type": "computercraft:tool",
|
26 | 32 | "item": "minecraft:netherite_shovel",
|
27 | 33 | "adjective": "upgrade.minecraft.diamond_shovel.adjective",
|
28 | 34 | "breakable": "computercraft:turtle_shovel_harvestable",
|
| 35 | + "allowEnchantments": True, |
| 36 | + "consumeDurability": "when_enchanted", |
29 | 37 | },
|
30 | 38 | "minecraft:netherite_sword": {
|
31 | 39 | "type": "computercraft:tool",
|
32 | 40 | "item": "minecraft:netherite_sword",
|
33 | 41 | "adjective": "upgrade.minecraft.diamond_sword.adjective",
|
34 | 42 | "breakable": "computercraft:turtle_sword_harvestable",
|
35 | 43 | "damageMultiplier": 9,
|
| 44 | + "allowEnchantments": True, |
| 45 | + "consumeDurability": "when_enchanted", |
36 | 46 | },
|
37 | 47 | }
|
38 | 48 |
|
|
0 commit comments