77 {
88 "when" : " minecraft:test_block" ,
99 "model" : {
10- "type" : " minecraft:model" ,
11- "model" : " vb_plus:item/test_block"
10+ "type" : " minecraft:select" ,
11+ "property" : " minecraft:block_state" ,
12+ "block_state_property" : " mode" ,
13+ "cases" : [
14+ {
15+ "when" : " log" ,
16+ "model" : {
17+ "type" : " minecraft:model" ,
18+ "model" : " vb_plus:block/test_block_log"
19+ }
20+ },
21+ {
22+ "when" : " fail" ,
23+ "model" : {
24+ "type" : " minecraft:model" ,
25+ "model" : " vb_plus:block/test_block_fail"
26+ }
27+ },
28+ {
29+ "when" : " accept" ,
30+ "model" : {
31+ "type" : " minecraft:model" ,
32+ "model" : " vb_plus:block/test_block_accept"
33+ }
34+ }
35+ ],
36+ "fallback" : {
37+ "type" : " minecraft:model" ,
38+ "model" : " vb_plus:block/test_block_start"
39+ }
1240 }
1341 },
1442 {
1543 "when" : " minecraft:test_instance_block" ,
1644 "model" : {
1745 "type" : " minecraft:model" ,
18- "model" : " vb_plus:item /test_instance_block"
46+ "model" : " vb_plus:block /test_instance_block"
1947 }
2048 }
2149 ],
2250 "fallback" : {
23- "type" : " minecraft:select" ,
24- "property" : " minecraft:component" ,
25- "component" : " minecraft:custom_name" ,
26- "cases" : [
27- {
28- "when" : {
29- "text" : " 1.21.5 Test Block" ,
30- "italic" : false ,
31- "color" : " white"
32- },
33- "model" : {
34- "type" : " minecraft:model" ,
35- "model" : " vb_plus:item/test_block"
36- }
37- },
38- {
39- "when" : {
40- "text" : " 1.21.5 Test Instance Block" ,
41- "italic" : false ,
42- "color" : " white"
43- },
44- "model" : {
45- "type" : " minecraft:model" ,
46- "model" : " vb_plus:item/test_instance_block"
47- }
48- }
49- ],
50- "fallback" : {
51- "type" : " minecraft:model" ,
52- "model" : " minecraft:item/structure_block"
53- }
51+ "type" : " minecraft:model" ,
52+ "model" : " minecraft:block/structure_block"
5453 }
5554 }
56- }
55+ }
0 commit comments