Skip to content

Commit 475e9ab

Browse files
authored
Merge pull request #14 from mfishma/main
fixed iron axe incorrectly shown as an iron pickaxe
2 parents 33a3c30 + 9c15d6b commit 475e9ab

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)