summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/black_candle_cake.json
blob: bbb77a6f36eec2682f996c244329725b1bd6f957 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "parent": "block/template_cake_with_candle",
  "textures": {
    "candle": "block/black_candle",
    "bottom": "block/cake_bottom",
    "side": "block/cake_side_candle_black",
    "top": "block/cake_top_candle_black",
    "particle": "block/cake_side_candle_black"
  }
}