summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/stone_axe.json
blob: f61c16ae47c5036931da02c75f06038360d1481a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "parent": "item/handheld_tools",
  "textures": {
    "layer0": "item/stone_axe"
  },
    "overrides": [
        { "predicate": { "lefthanded": 1 }, "model": "item/lefthanded/stone_axe" },
        { "predicate": { "damage": 0.5 }, "model": "item/stone_axe_1" },
        { "predicate": { "damage": 0.75 }, "model": "item/stone_axe_2" }
    ]
}