Skip to content

Commit

Permalink
Fix diamond_pickaxe.json
Browse files Browse the repository at this point in the history
diamond pickaxe was appearing as diamond shovel
  • Loading branch information
Xavbeat03 authored Dec 18, 2024
1 parent e62f7f8 commit 6a94fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/minecraft/models/item/diamond_pickaxe.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"parent": "minecraft:item/handheld",
"textures": {
"layer0": "minecraft:item/diamond_shovel"
"layer0": "minecraft:item/diamond_pickaxe"
},
"overrides": [
{ "predicate": {"custom_model_data": 2000}, "model": "item/tools/diamond/christmas_miner"}
Expand Down

0 comments on commit 6a94fba

Please sign in to comment.