summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/yellow_candle_cake.json
blob: a4eb40aa866d1c8d4314c06998ce873add31f517 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "parent": "block/template_cake_with_candle",
  "textures": {
    "candle": "block/yellow_candle",
    "bottom": "block/cake_bottom",
    "side": "block/cake_side_candle_yellow",
    "top": "block/cake_top_candle_yellow",
    "particle": "block/cake_side_candle_yellow"
  }
}