Skip to content

Commit 60b8a98

Browse files
committed
Update furnace.json
forgot to add lit blockstate to blockstate file for Furnace
1 parent 5894f9f commit 60b8a98

1 file changed

Lines changed: 32 additions & 8 deletions

File tree

src/main/resources/assets/minetale/blockstates/furnace.json

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,51 @@
11
{
22
"variants": {
3-
"facing=east,half=lower": {
3+
"facing=east,half=lower,lit=false": {
44
"model": "minetale:block/bench/furnace_bottom"
55
},
6-
"facing=north,half=lower": {
6+
"facing=north,half=lower,lit=false": {
77
"model": "minetale:block/bench/furnace_bottom"
88
},
9-
"facing=south,half=lower": {
9+
"facing=south,half=lower,lit=false": {
1010
"model": "minetale:block/bench/furnace_bottom"
1111
},
12-
"facing=west,half=lower": {
12+
"facing=west,half=lower,lit=false": {
1313
"model": "minetale:block/bench/furnace_bottom"
1414
},
15-
"facing=east,half=upper": {
15+
"facing=east,half=upper,lit=false": {
1616
"model": "minetale:block/bench/furnace_top"
1717
},
18-
"facing=north,half=upper": {
18+
"facing=north,half=upper,lit=false": {
1919
"model": "minetale:block/bench/furnace_top"
2020
},
21-
"facing=south,half=upper": {
21+
"facing=south,half=upper,lit=false": {
2222
"model": "minetale:block/bench/furnace_top"
2323
},
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": {
2549
"model": "minetale:block/bench/furnace_top"
2650
}
2751
}

0 commit comments

Comments
 (0)