Add iron bars

This commit is contained in:
Andrew-71 2023-09-30 19:34:47 +03:00
parent 89d822a045
commit c07961af31
42 changed files with 959 additions and 5 deletions

View file

@ -0,0 +1,100 @@
{
"multipart": [
{
"apply": {
"model": "new_soviet:block/fences/blue_iron_bars_post_ends"
}
},
{
"apply": {
"model": "new_soviet:block/fences/blue_iron_bars_post"
},
"when": {
"east": "false",
"north": "false",
"south": "false",
"west": "false"
}
},
{
"apply": {
"model": "new_soviet:block/fences/blue_iron_bars_cap"
},
"when": {
"east": "false",
"north": "true",
"south": "false",
"west": "false"
}
},
{
"apply": {
"model": "new_soviet:block/fences/blue_iron_bars_cap",
"y": 90
},
"when": {
"east": "true",
"north": "false",
"south": "false",
"west": "false"
}
},
{
"apply": {
"model": "new_soviet:block/fences/blue_iron_bars_cap_alt"
},
"when": {
"east": "false",
"north": "false",
"south": "true",
"west": "false"
}
},
{
"apply": {
"model": "new_soviet:block/fences/blue_iron_bars_cap_alt",
"y": 90
},
"when": {
"east": "false",
"north": "false",
"south": "false",
"west": "true"
}
},
{
"apply": {
"model": "new_soviet:block/fences/blue_iron_bars_side"
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "new_soviet:block/fences/blue_iron_bars_side",
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "new_soviet:block/fences/blue_iron_bars_side_alt"
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "new_soviet:block/fences/blue_iron_bars_side_alt",
"y": 90
},
"when": {
"west": "true"
}
}
]
}

View file

@ -0,0 +1,100 @@
{
"multipart": [
{
"apply": {
"model": "new_soviet:block/fences/rusty_blue_iron_bars_post_ends"
}
},
{
"apply": {
"model": "new_soviet:block/fences/rusty_blue_iron_bars_post"
},
"when": {
"east": "false",
"north": "false",
"south": "false",
"west": "false"
}
},
{
"apply": {
"model": "new_soviet:block/fences/rusty_blue_iron_bars_cap"
},
"when": {
"east": "false",
"north": "true",
"south": "false",
"west": "false"
}
},
{
"apply": {
"model": "new_soviet:block/fences/rusty_blue_iron_bars_cap",
"y": 90
},
"when": {
"east": "true",
"north": "false",
"south": "false",
"west": "false"
}
},
{
"apply": {
"model": "new_soviet:block/fences/rusty_blue_iron_bars_cap_alt"
},
"when": {
"east": "false",
"north": "false",
"south": "true",
"west": "false"
}
},
{
"apply": {
"model": "new_soviet:block/fences/rusty_blue_iron_bars_cap_alt",
"y": 90
},
"when": {
"east": "false",
"north": "false",
"south": "false",
"west": "true"
}
},
{
"apply": {
"model": "new_soviet:block/fences/rusty_blue_iron_bars_side"
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "new_soviet:block/fences/rusty_blue_iron_bars_side",
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "new_soviet:block/fences/rusty_blue_iron_bars_side_alt"
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "new_soviet:block/fences/rusty_blue_iron_bars_side_alt",
"y": 90
},
"when": {
"west": "true"
}
}
]
}

View file

@ -0,0 +1,100 @@
{
"multipart": [
{
"apply": {
"model": "new_soviet:block/fences/vintage_iron_bars_post_ends"
}
},
{
"apply": {
"model": "new_soviet:block/fences/vintage_iron_bars_post"
},
"when": {
"east": "false",
"north": "false",
"south": "false",
"west": "false"
}
},
{
"apply": {
"model": "new_soviet:block/fences/vintage_iron_bars_cap"
},
"when": {
"east": "false",
"north": "true",
"south": "false",
"west": "false"
}
},
{
"apply": {
"model": "new_soviet:block/fences/vintage_iron_bars_cap",
"y": 90
},
"when": {
"east": "true",
"north": "false",
"south": "false",
"west": "false"
}
},
{
"apply": {
"model": "new_soviet:block/fences/vintage_iron_bars_cap_alt"
},
"when": {
"east": "false",
"north": "false",
"south": "true",
"west": "false"
}
},
{
"apply": {
"model": "new_soviet:block/fences/vintage_iron_bars_cap_alt",
"y": 90
},
"when": {
"east": "false",
"north": "false",
"south": "false",
"west": "true"
}
},
{
"apply": {
"model": "new_soviet:block/fences/vintage_iron_bars_side"
},
"when": {
"north": "true"
}
},
{
"apply": {
"model": "new_soviet:block/fences/vintage_iron_bars_side",
"y": 90
},
"when": {
"east": "true"
}
},
{
"apply": {
"model": "new_soviet:block/fences/vintage_iron_bars_side_alt"
},
"when": {
"south": "true"
}
},
{
"apply": {
"model": "new_soviet:block/fences/vintage_iron_bars_side_alt",
"y": 90
},
"when": {
"west": "true"
}
}
]
}