Lightbulb and fixes
This commit is contained in:
parent
ea5af6ca06
commit
d99e8fd54c
16 changed files with 338 additions and 10 deletions
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"variants": {
|
||||
"lit=true,cracked=true": {
|
||||
"model": "new_soviet:block/light_bulb_broken"
|
||||
},
|
||||
"lit=true,cracked=false": {
|
||||
"model": "new_soviet:block/light_bulb_on"
|
||||
},
|
||||
"lit=false,cracked=false": {
|
||||
"model": "new_soviet:block/light_bulb_off"
|
||||
},
|
||||
"lit=false,cracked=true": {
|
||||
"model": "new_soviet:block/light_bulb_broken"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue