Skip to content

Commit 9c15d6b

Browse files
committed
fixed iron axe incorrectly shown as an iron pickaxe
1 parent 33a3c30 commit 9c15d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/minecraft/items/iron_axe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"fallback": {
2020
"type": "minecraft:model",
21-
"model": "minecraft:item/iron_pickaxe"
21+
"model": "minecraft:item/iron_axe"
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)