Lamps, fans and AIR RAID SIRENS

This commit is contained in:
Andrew-71 2023-07-14 19:47:44 +03:00
parent 99eab1b9ca
commit ee51f94613
53 changed files with 403 additions and 33 deletions

View file

@ -0,0 +1,10 @@
{
"variants": {
"lit=true": {
"model": "new_soviet:block/ceiling_fan_on"
},
"lit=false": {
"model": "new_soviet:block/ceiling_fan_off"
}
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"hanging=false": {
"model": "new_soviet:block/table_lamp"
},
"hanging=true": {
"model": "new_soviet:block/ceiling_lamp"
}
}
}

View file

@ -0,0 +1,8 @@
{
"variants": {
"facing=north": { "model": "new_soviet:block/siren", "uvlock": true },
"facing=east": { "model": "new_soviet:block/siren", "y": 90, "uvlock": false },
"facing=south": { "model": "new_soviet:block/siren", "y": 180, "uvlock": false },
"facing=west": { "model": "new_soviet:block/siren", "y": 270, "uvlock": false }
}
}