Skip to content

Commit 6a94fba

Browse files
authored
Fix diamond_pickaxe.json
diamond pickaxe was appearing as diamond shovel
1 parent e62f7f8 commit 6a94fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/minecraft/models/item/diamond_pickaxe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"parent": "minecraft:item/handheld",
33
"textures": {
4-
"layer0": "minecraft:item/diamond_shovel"
4+
"layer0": "minecraft:item/diamond_pickaxe"
55
},
66
"overrides": [
77
{ "predicate": {"custom_model_data": 2000}, "model": "item/tools/diamond/christmas_miner"}

0 commit comments

Comments
 (0)