Improve dice, fix models and lang

This commit is contained in:
Andrew-71 2023-08-29 17:05:30 +03:00
parent 9ba3a3cf76
commit fc5097e354
6 changed files with 23 additions and 11 deletions

View file

@ -1,8 +0,0 @@
{
"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/radio_receiver", "uvlock": true },
"facing=east": { "model": "new_soviet:block/radio_receiver", "y": 90, "uvlock": false },
"facing=south": { "model": "new_soviet:block/radio_receiver", "y": 180, "uvlock": false },
"facing=west": { "model": "new_soviet:block/radio_receiver", "y": 270, "uvlock": false }
}
}