diff options
Diffstat (limited to 'assets/minecraft/models/block/brown_candle_cake_lit.json')
| -rwxr-xr-x | assets/minecraft/models/block/brown_candle_cake_lit.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/brown_candle_cake_lit.json b/assets/minecraft/models/block/brown_candle_cake_lit.json new file mode 100755 index 00000000..0763eb54 --- /dev/null +++ b/assets/minecraft/models/block/brown_candle_cake_lit.json | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/template_cake_with_candle_lit", | ||
| 3 | "textures": { | ||
| 4 | "candle": "block/brown_candle_lit", | ||
| 5 | "bottom": "block/cake_bottom", | ||
| 6 | "side": "block/cake_side_candle_brown", | ||
| 7 | "top": "block/cake_top_candle_brown", | ||
| 8 | "particle": "block/cake_side_candle_brown" | ||
| 9 | } | ||
| 10 | } \ No newline at end of file | ||