TVs, radios, and a lot to do

This commit is contained in:
Andrew-71 2023-07-13 23:24:18 +03:00
parent 222fa946a3
commit 99eab1b9ca
192 changed files with 12886 additions and 41 deletions

View file

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

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "new_soviet:block/crate"
}
}
}

View file

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

View file

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

View file

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