|
1 | 1 | { |
2 | 2 | "variants": { |
3 | | - "facing=east,half=lower": { |
| 3 | + "facing=east,half=lower,lit=false": { |
4 | 4 | "model": "minetale:block/bench/furnace_bottom" |
5 | 5 | }, |
6 | | - "facing=north,half=lower": { |
| 6 | + "facing=north,half=lower,lit=false": { |
7 | 7 | "model": "minetale:block/bench/furnace_bottom" |
8 | 8 | }, |
9 | | - "facing=south,half=lower": { |
| 9 | + "facing=south,half=lower,lit=false": { |
10 | 10 | "model": "minetale:block/bench/furnace_bottom" |
11 | 11 | }, |
12 | | - "facing=west,half=lower": { |
| 12 | + "facing=west,half=lower,lit=false": { |
13 | 13 | "model": "minetale:block/bench/furnace_bottom" |
14 | 14 | }, |
15 | | - "facing=east,half=upper": { |
| 15 | + "facing=east,half=upper,lit=false": { |
16 | 16 | "model": "minetale:block/bench/furnace_top" |
17 | 17 | }, |
18 | | - "facing=north,half=upper": { |
| 18 | + "facing=north,half=upper,lit=false": { |
19 | 19 | "model": "minetale:block/bench/furnace_top" |
20 | 20 | }, |
21 | | - "facing=south,half=upper": { |
| 21 | + "facing=south,half=upper,lit=false": { |
22 | 22 | "model": "minetale:block/bench/furnace_top" |
23 | 23 | }, |
24 | | - "facing=west,half=upper": { |
| 24 | + "facing=west,half=upper,lit=false": { |
| 25 | + "model": "minetale:block/bench/furnace_top" |
| 26 | + }, |
| 27 | + "facing=east,half=lower,lit=true": { |
| 28 | + "model": "minetale:block/bench/furnace_bottom" |
| 29 | + }, |
| 30 | + "facing=north,half=lower,lit=true": { |
| 31 | + "model": "minetale:block/bench/furnace_bottom" |
| 32 | + }, |
| 33 | + "facing=south,half=lower,lit=true": { |
| 34 | + "model": "minetale:block/bench/furnace_bottom" |
| 35 | + }, |
| 36 | + "facing=west,half=lower,lit=true": { |
| 37 | + "model": "minetale:block/bench/furnace_bottom" |
| 38 | + }, |
| 39 | + "facing=east,half=upper,lit=true": { |
| 40 | + "model": "minetale:block/bench/furnace_top" |
| 41 | + }, |
| 42 | + "facing=north,half=upper,lit=true": { |
| 43 | + "model": "minetale:block/bench/furnace_top" |
| 44 | + }, |
| 45 | + "facing=south,half=upper,lit=true": { |
| 46 | + "model": "minetale:block/bench/furnace_top" |
| 47 | + }, |
| 48 | + "facing=west,half=upper,lit=true": { |
25 | 49 | "model": "minetale:block/bench/furnace_top" |
26 | 50 | } |
27 | 51 | } |
|
0 commit comments