Add new switch type
This commit is contained in:
parent
c1d7208ae8
commit
f29f4daf80
11 changed files with 154 additions and 126 deletions
|
@ -0,0 +1,110 @@
|
|||
{
|
||||
"variants": {
|
||||
"face=ceiling,facing=east,powered=false": {
|
||||
"model": "new_soviet:block/switch_type_2_on",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
},
|
||||
"face=ceiling,facing=east,powered=true": {
|
||||
"model": "new_soviet:block/switch_type_2_off",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
},
|
||||
"face=ceiling,facing=north,powered=false": {
|
||||
"model": "new_soviet:block/switch_type_2_on",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"face=ceiling,facing=north,powered=true": {
|
||||
"model": "new_soviet:block/switch_type_2_off",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"face=ceiling,facing=south,powered=false": {
|
||||
"model": "new_soviet:block/switch_type_2_on",
|
||||
"x": 90
|
||||
},
|
||||
"face=ceiling,facing=south,powered=true": {
|
||||
"model": "new_soviet:block/switch_type_2_off",
|
||||
"x": 90
|
||||
},
|
||||
"face=ceiling,facing=west,powered=false": {
|
||||
"model": "new_soviet:block/switch_type_2_on",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"face=ceiling,facing=west,powered=true": {
|
||||
"model": "new_soviet:block/switch_type_2_off",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=east,powered=false": {
|
||||
"model": "new_soviet:block/switch_type_2_on",
|
||||
"x": -90,
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=east,powered=true": {
|
||||
"model": "new_soviet:block/switch_type_2_off",
|
||||
"x": -90,
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=north,powered=false": {
|
||||
"model": "new_soviet:block/switch_type_2_on",
|
||||
"x": -90
|
||||
},
|
||||
"face=floor,facing=north,powered=true": {
|
||||
"model": "new_soviet:block/switch_type_2_off",
|
||||
"x": -90
|
||||
},
|
||||
"face=floor,facing=south,powered=false": {
|
||||
"model": "new_soviet:block/switch_type_2_on",
|
||||
"x": -90,
|
||||
"y": 180
|
||||
},
|
||||
"face=floor,facing=south,powered=true": {
|
||||
"model": "new_soviet:block/switch_type_2_off",
|
||||
"x": -90,
|
||||
"y": 180
|
||||
},
|
||||
"face=floor,facing=west,powered=false": {
|
||||
"model": "new_soviet:block/switch_type_2_on",
|
||||
"x": -90,
|
||||
"y": 270
|
||||
},
|
||||
"face=floor,facing=west,powered=true": {
|
||||
"model": "new_soviet:block/switch_type_2_off",
|
||||
"x": -90,
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=east,powered=false": {
|
||||
"model": "new_soviet:block/switch_type_2_on",
|
||||
"y": 90
|
||||
},
|
||||
"face=wall,facing=east,powered=true": {
|
||||
"model": "new_soviet:block/switch_type_2_off",
|
||||
"y": 90
|
||||
},
|
||||
"face=wall,facing=north,powered=false": {
|
||||
"model": "new_soviet:block/switch_type_2_on"
|
||||
},
|
||||
"face=wall,facing=north,powered=true": {
|
||||
"model": "new_soviet:block/switch_type_2_off"
|
||||
},
|
||||
"face=wall,facing=south,powered=false": {
|
||||
"model": "new_soviet:block/switch_type_2_on",
|
||||
"y": 180
|
||||
},
|
||||
"face=wall,facing=south,powered=true": {
|
||||
"model": "new_soviet:block/switch_type_2_off",
|
||||
"y": 180
|
||||
},
|
||||
"face=wall,facing=west,powered=false": {
|
||||
"model": "new_soviet:block/switch_type_2_on",
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=west,powered=true": {
|
||||
"model": "new_soviet:block/switch_type_2_off",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue