Improve dice, fix models and lang
This commit is contained in:
parent
9ba3a3cf76
commit
fc5097e354
6 changed files with 23 additions and 11 deletions
|
@ -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 }
|
||||
}
|
||||
}
|
|
@ -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 }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue