Improve concrete with bars and parquet
|
@ -5,4 +5,4 @@
|
|||
"facing=south": { "model": "new_soviet:block/landmine", "y": 180, "uvlock": false },
|
||||
"facing=west": { "model": "new_soviet:block/landmine", "y": 270, "uvlock": false }
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,12 +1,60 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars", "uvlock": false },
|
||||
"facing=east,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars", "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars", "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars", "y": 270, "uvlock": false },
|
||||
"facing=north,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars", "x": 180, "uvlock": false },
|
||||
"facing=east,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars", "x": 180, "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars", "x": 180, "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars", "x": 180, "y": 270, "uvlock": false }
|
||||
"face=ceiling,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"face=ceiling,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"face=ceiling,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"face=ceiling,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"face=floor,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars",
|
||||
"y": 0
|
||||
},
|
||||
"face=floor,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars",
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars",
|
||||
"y": 180
|
||||
},
|
||||
"face=floor,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars",
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 0
|
||||
},
|
||||
"face=wall,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"face=wall,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"face=wall,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/beige_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,12 +1,60 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars", "uvlock": false },
|
||||
"facing=east,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars", "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars", "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars", "y": 270, "uvlock": false },
|
||||
"facing=north,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars", "x": 180, "uvlock": false },
|
||||
"facing=east,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars", "x": 180, "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars", "x": 180, "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars", "x": 180, "y": 270, "uvlock": false }
|
||||
"face=ceiling,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"face=ceiling,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"face=ceiling,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"face=ceiling,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"face=floor,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars",
|
||||
"y": 0
|
||||
},
|
||||
"face=floor,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars",
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars",
|
||||
"y": 180
|
||||
},
|
||||
"face=floor,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars",
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 0
|
||||
},
|
||||
"face=wall,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"face=wall,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"face=wall,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/blue_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,12 +1,60 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/concrete_with_bars", "uvlock": false },
|
||||
"facing=east,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/concrete_with_bars", "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/concrete_with_bars", "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/concrete_with_bars", "y": 270, "uvlock": false },
|
||||
"facing=north,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/concrete_with_bars", "x": 180, "uvlock": false },
|
||||
"facing=east,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/concrete_with_bars", "x": 180, "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/concrete_with_bars", "x": 180, "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/concrete_with_bars", "x": 180, "y": 270, "uvlock": false }
|
||||
"face=ceiling,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"face=ceiling,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"face=ceiling,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"face=ceiling,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"face=floor,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/concrete_with_bars",
|
||||
"y": 0
|
||||
},
|
||||
"face=floor,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/concrete_with_bars",
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/concrete_with_bars",
|
||||
"y": 180
|
||||
},
|
||||
"face=floor,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/concrete_with_bars",
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 0
|
||||
},
|
||||
"face=wall,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"face=wall,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"face=wall,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,12 +1,60 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars", "uvlock": false },
|
||||
"facing=east,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars", "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars", "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars", "y": 270, "uvlock": false },
|
||||
"facing=north,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars", "x": 180, "uvlock": false },
|
||||
"facing=east,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars", "x": 180, "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars", "x": 180, "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars", "x": 180, "y": 270, "uvlock": false }
|
||||
"face=ceiling,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"face=ceiling,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"face=ceiling,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"face=ceiling,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"face=floor,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars",
|
||||
"y": 0
|
||||
},
|
||||
"face=floor,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars",
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars",
|
||||
"y": 180
|
||||
},
|
||||
"face=floor,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars",
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 0
|
||||
},
|
||||
"face=wall,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"face=wall,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"face=wall,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/dark_green_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,12 +1,60 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars", "uvlock": false },
|
||||
"facing=east,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars", "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars", "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars", "y": 270, "uvlock": false },
|
||||
"facing=north,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars", "x": 180, "uvlock": false },
|
||||
"facing=east,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars", "x": 180, "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars", "x": 180, "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars", "x": 180, "y": 270, "uvlock": false }
|
||||
"face=ceiling,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"face=ceiling,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"face=ceiling,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"face=ceiling,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"face=floor,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars",
|
||||
"y": 0
|
||||
},
|
||||
"face=floor,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars",
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars",
|
||||
"y": 180
|
||||
},
|
||||
"face=floor,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars",
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 0
|
||||
},
|
||||
"face=wall,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"face=wall,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"face=wall,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/green_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,12 +1,60 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars", "uvlock": false },
|
||||
"facing=east,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars", "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars", "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars", "y": 270, "uvlock": false },
|
||||
"facing=north,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars", "x": 180, "uvlock": false },
|
||||
"facing=east,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars", "x": 180, "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars", "x": 180, "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars", "x": 180, "y": 270, "uvlock": false }
|
||||
"face=ceiling,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"face=ceiling,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"face=ceiling,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"face=ceiling,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"face=floor,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars",
|
||||
"y": 0
|
||||
},
|
||||
"face=floor,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars",
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars",
|
||||
"y": 180
|
||||
},
|
||||
"face=floor,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars",
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 0
|
||||
},
|
||||
"face=wall,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"face=wall,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"face=wall,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/orange_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,12 +1,60 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars", "uvlock": false },
|
||||
"facing=east,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars", "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars", "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars", "y": 270, "uvlock": false },
|
||||
"facing=north,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars", "x": 180, "uvlock": false },
|
||||
"facing=east,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars", "x": 180, "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars", "x": 180, "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars", "x": 180, "y": 270, "uvlock": false }
|
||||
"face=ceiling,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"face=ceiling,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"face=ceiling,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"face=ceiling,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"face=floor,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars",
|
||||
"y": 0
|
||||
},
|
||||
"face=floor,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars",
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars",
|
||||
"y": 180
|
||||
},
|
||||
"face=floor,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars",
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 0
|
||||
},
|
||||
"face=wall,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"face=wall,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"face=wall,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/red_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,12 +1,60 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars", "uvlock": false },
|
||||
"facing=east,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars", "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars", "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars", "y": 270, "uvlock": false },
|
||||
"facing=north,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars", "x": 180, "uvlock": false },
|
||||
"facing=east,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars", "x": 180, "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars", "x": 180, "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars", "x": 180, "y": 270, "uvlock": false }
|
||||
"face=ceiling,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"face=ceiling,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"face=ceiling,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"face=ceiling,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"face=floor,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars",
|
||||
"y": 0
|
||||
},
|
||||
"face=floor,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars",
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars",
|
||||
"y": 180
|
||||
},
|
||||
"face=floor,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars",
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 0
|
||||
},
|
||||
"face=wall,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"face=wall,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"face=wall,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/white_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,12 +1,60 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars", "uvlock": false },
|
||||
"facing=east,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars", "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars", "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=up": { "model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars", "y": 270, "uvlock": false },
|
||||
"facing=north,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars", "x": 180, "uvlock": false },
|
||||
"facing=east,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars", "x": 180, "y": 90, "uvlock": false },
|
||||
"facing=south,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars", "x": 180, "y": 180, "uvlock": false },
|
||||
"facing=west,vertical_direction=down": { "model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars", "x": 180, "y": 270, "uvlock": false }
|
||||
"face=ceiling,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 0
|
||||
},
|
||||
"face=ceiling,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"face=ceiling,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"face=ceiling,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"face=floor,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars",
|
||||
"y": 0
|
||||
},
|
||||
"face=floor,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars",
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars",
|
||||
"y": 180
|
||||
},
|
||||
"face=floor,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars",
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=north": {
|
||||
"model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 0
|
||||
},
|
||||
"face=wall,facing=east": {
|
||||
"model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"face=wall,facing=south": {
|
||||
"model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"face=wall,facing=west": {
|
||||
"model": "new_soviet:block/concrete_with_bars/yellow_concrete_with_bars",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -131,7 +131,7 @@
|
|||
"block.new_soviet.cross_mangrove_planks": "Мангровый паркѣтъ «крѣстиком»",
|
||||
"block.new_soviet.herringbone_spruce_planks": "Еловый паркѣтъ «ёлочкой»",
|
||||
"block.new_soviet.cross_spruce_planks": "Еловый паркѣтъ «крѣстиком»",
|
||||
"block.new_soviet.herringbone_parquet": "Паркѣтъ «ёлочкой»",
|
||||
"block.new_soviet.herringbone_dark_oak_parquet": "Паркѣтъ из тѣмнаго дуба «ёлочкой»",
|
||||
"block.new_soviet.straight_parquet": "Прямой паркѣт",
|
||||
"block.new_soviet.separated_parquet": "Раздѣлённый паркѣт",
|
||||
"block.new_soviet.green_linoleum": "Зѣлёный линолѣум",
|
||||
|
@ -148,6 +148,7 @@
|
|||
"block.new_soviet.tv": "Оранжѣвый тѣлѣвизоръ «Рѣкордъ В-312»",
|
||||
"block.new_soviet.red_tv": "Червонный тѣлѣвизоръ «Рѣкордъ В-312»",
|
||||
"block.new_soviet.brown_tv": "Корiчнѣвый тѣлѣвизоръ «Рѣкордъ В-312»",
|
||||
"block.new_soviet.green_tv": "Зѣлёный тѣлѣвизоръ «Рѣкордъ В-312»",
|
||||
"block.new_soviet.radio_receiver": "Радiопрiямнiкъ «Альпинiст»",
|
||||
"block.new_soviet.table_lamp": "Настольныя лампа",
|
||||
"block.new_soviet.ceiling_fan": "Потолочный вѣнтилятор",
|
||||
|
@ -424,8 +425,8 @@
|
|||
"block.new_soviet.herringbone_spruce_planks_stairs": "Ступѣнi из еловаго паркѣта «ёлочкой»",
|
||||
"block.new_soviet.cross_spruce_planks_slab": "Плита из еловаго паркѣта «крѣстиком»",
|
||||
"block.new_soviet.cross_spruce_planks_stairs": "Ступѣнi из еловаго паркѣта «крѣстиком»",
|
||||
"block.new_soviet.herringbone_parquet_slab": "Плита из паркѣта «ёлочкой»",
|
||||
"block.new_soviet.herringbone_parquet_stairs": "Ступѣнi из паркѣта «ёлочкой»",
|
||||
"block.new_soviet.herringbone_dark_oak_parquet_slab": "Плита из паркѣта тѣмнаго дуба «ёлочкой»",
|
||||
"block.new_soviet.herringbone_dark_oak_parquet_stairs": "Ступѣнi из паркѣта тѣмнаго дуба «ёлочкой»",
|
||||
"block.new_soviet.straight_parquet_slab": "Плита из прямаго паркѣта",
|
||||
"block.new_soviet.straight_parquet_stairs": "Ступѣнi из прямаго паркѣта",
|
||||
"block.new_soviet.separated_parquet_slab": "Плита из раздѣлённаго паркѣта",
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
"block.new_soviet.cross_mangrove_planks": "Мангровый паркет «крестиком»",
|
||||
"block.new_soviet.herringbone_spruce_planks": "Еловый паркет «ёлочкой»",
|
||||
"block.new_soviet.cross_spruce_planks": "Еловый паркет «крестиком»",
|
||||
"block.new_soviet.herringbone_parquet": "Паркет «ёлочкой»",
|
||||
"block.new_soviet.herringbone_dark_oak_parquet": "Паркет из тёмного дуба «ёлочкой»",
|
||||
"block.new_soviet.straight_parquet": "Прямой паркет",
|
||||
"block.new_soviet.separated_parquet": "Разделённый паркет",
|
||||
"block.new_soviet.green_linoleum": "Зелёный линолеум",
|
||||
|
@ -148,6 +148,7 @@
|
|||
"block.new_soviet.tv": "Оранжевый телевизор «Рекорд В-312»",
|
||||
"block.new_soviet.red_tv": "Красный телевизор «Рекорд В-312»",
|
||||
"block.new_soviet.brown_tv": "Коричневый телевизор «Рекорд В-312»",
|
||||
"block.new_soviet.green_tv": "Зелёный телевизор «Рекорд В-312»",
|
||||
"block.new_soviet.radio_receiver": "Радиоприёмник «Альпинист»",
|
||||
"block.new_soviet.table_lamp": "Настольная лампа",
|
||||
"block.new_soviet.ceiling_fan": "Потолочный вентилятор",
|
||||
|
@ -445,8 +446,8 @@
|
|||
"block.new_soviet.herringbone_spruce_planks_stairs": "Ступени из елового паркета «ёлочкой»",
|
||||
"block.new_soviet.cross_spruce_planks_slab": "Плита из елового паркета «крестиком»",
|
||||
"block.new_soviet.cross_spruce_planks_stairs": "Ступени из елового паркета «крестиком»",
|
||||
"block.new_soviet.herringbone_parquet_slab": "Плита из паркета «ёлочкой»",
|
||||
"block.new_soviet.herringbone_parquet_stairs": "Ступени из паркета «ёлочкой»",
|
||||
"block.new_soviet.herringbone_dark_oak_parquet_slab": "Плита из тёмно дубового паркета «ёлочкой»",
|
||||
"block.new_soviet.herringbone_dark_oak_parquet_stairs": "Ступени из тёмно дубового паркета «ёлочкой»",
|
||||
"block.new_soviet.straight_parquet_slab": "Плита из прямого паркета",
|
||||
"block.new_soviet.straight_parquet_stairs": "Ступени из прямого паркета",
|
||||
"block.new_soviet.separated_parquet_slab": "Плита из разделённого паркета",
|
||||
|
|
Before Width: | Height: | Size: 807 B After Width: | Height: | Size: 807 B |
Before Width: | Height: | Size: 826 B After Width: | Height: | Size: 826 B |
After Width: | Height: | Size: 508 B |
Before Width: | Height: | Size: 805 B After Width: | Height: | Size: 805 B |