summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/dirt_path.json
blob: 9c2348a0c2c662b6d2e9a7cf6436e31084bff360 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "parent": "block/cube",
  "textures": {
    "particle": "block/dirt",
    "north": "block/dirt_path_side",
    "south": "block/dirt_path_side",
    "east": "block/dirt_path_side",
    "west": "block/dirt_path_side",
    "up": "block/dirt_path_top",
    "down": "block/dirt"
  }
}