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