Add iron bars
This commit is contained in:
parent
89d822a045
commit
c07961af31
42 changed files with 959 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -447,6 +447,9 @@
|
|||
"block.new_soviet.modern_post_lamp": "Modern Post Lamp",
|
||||
"block.new_soviet.big_post_lamp": "Big Post Lamp",
|
||||
"block.new_soviet.vintage_post_lamp": "Vintage Post Lamp",
|
||||
"block.new_soviet.blue_iron_bars": "Blue Iron Bars",
|
||||
"block.new_soviet.rusty_blue_iron_bars": "Rusty Blue Iron Bars",
|
||||
"block.new_soviet.vintage_iron_bars": "Vintage Iron Bars",
|
||||
|
||||
"advancement.new_soviet.root.name": "A New Era",
|
||||
"advancement.new_soviet.root.desc": "Time to create something great"
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/blue_iron_bars",
|
||||
"bars": "new_soviet:block/fences/blue_iron_bars",
|
||||
"edge": "new_soviet:block/fences/blue_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 8 ],
|
||||
"to": [ 8, 16, 9 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 8, 0, 7, 16 ], "texture": "#bars" },
|
||||
"east": { "uv": [ 7, 0, 8, 16 ], "texture": "#bars" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0, 9 ],
|
||||
"to": [ 9, 16, 9 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" },
|
||||
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/blue_iron_bars",
|
||||
"bars": "new_soviet:block/fences/blue_iron_bars",
|
||||
"edge": "new_soviet:block/fences/blue_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 7 ],
|
||||
"to": [ 8, 16, 8 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 8, 0, 9, 16 ], "texture": "#bars" },
|
||||
"east": { "uv": [ 9, 0, 8, 16 ], "texture": "#bars" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0, 7 ],
|
||||
"to": [ 9, 16, 7 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" },
|
||||
"south": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/blue_iron_bars",
|
||||
"bars": "new_soviet:block/fences/blue_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 7 ],
|
||||
"to": [ 8, 16, 9 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" },
|
||||
"east": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0, 8 ],
|
||||
"to": [ 9, 16, 8 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" },
|
||||
"south": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/blue_iron_bars",
|
||||
"edge": "new_soviet:block/fences/blue_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7, 0.001, 7 ],
|
||||
"to": [ 9, 0.001, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 15.999, 7 ],
|
||||
"to": [ 9, 15.999, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/blue_iron_bars",
|
||||
"bars": "new_soviet:block/fences/blue_iron_bars",
|
||||
"edge": "new_soviet:block/fences/blue_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 0 ],
|
||||
"to": [ 8, 16, 8 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 16, 0, 8, 16 ], "texture": "#bars" },
|
||||
"east": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0, 0 ],
|
||||
"to": [ 9, 16, 7 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0.001, 0 ],
|
||||
"to": [ 9, 0.001, 7 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 15.999, 0 ],
|
||||
"to": [ 9, 15.999, 7 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/blue_iron_bars",
|
||||
"bars": "new_soviet:block/fences/blue_iron_bars",
|
||||
"edge": "new_soviet:block/fences/blue_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 8 ],
|
||||
"to": [ 8, 16, 16 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 8, 0, 0, 16 ], "texture": "#bars" },
|
||||
"east": { "uv": [ 0, 0, 8, 16 ], "texture": "#bars" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0, 9 ],
|
||||
"to": [ 9, 16, 16 ],
|
||||
"faces": {
|
||||
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" },
|
||||
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0.001, 9 ],
|
||||
"to": [ 9, 0.001, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 15.999, 9 ],
|
||||
"to": [ 9, 15.999, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/rusty_blue_iron_bars",
|
||||
"bars": "new_soviet:block/fences/rusty_blue_iron_bars",
|
||||
"edge": "new_soviet:block/fences/rusty_blue_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 8 ],
|
||||
"to": [ 8, 16, 9 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 8, 0, 7, 16 ], "texture": "#bars" },
|
||||
"east": { "uv": [ 7, 0, 8, 16 ], "texture": "#bars" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0, 9 ],
|
||||
"to": [ 9, 16, 9 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" },
|
||||
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/rusty_blue_iron_bars",
|
||||
"bars": "new_soviet:block/fences/rusty_blue_iron_bars",
|
||||
"edge": "new_soviet:block/fences/rusty_blue_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 7 ],
|
||||
"to": [ 8, 16, 8 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 8, 0, 9, 16 ], "texture": "#bars" },
|
||||
"east": { "uv": [ 9, 0, 8, 16 ], "texture": "#bars" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0, 7 ],
|
||||
"to": [ 9, 16, 7 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" },
|
||||
"south": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/rusty_blue_iron_bars",
|
||||
"bars": "new_soviet:block/fences/rusty_blue_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 7 ],
|
||||
"to": [ 8, 16, 9 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" },
|
||||
"east": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0, 8 ],
|
||||
"to": [ 9, 16, 8 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" },
|
||||
"south": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/rusty_blue_iron_bars",
|
||||
"edge": "new_soviet:block/fences/rusty_blue_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7, 0.001, 7 ],
|
||||
"to": [ 9, 0.001, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 15.999, 7 ],
|
||||
"to": [ 9, 15.999, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/rusty_blue_iron_bars",
|
||||
"bars": "new_soviet:block/fences/rusty_blue_iron_bars",
|
||||
"edge": "new_soviet:block/fences/rusty_blue_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 0 ],
|
||||
"to": [ 8, 16, 8 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 16, 0, 8, 16 ], "texture": "#bars" },
|
||||
"east": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0, 0 ],
|
||||
"to": [ 9, 16, 7 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0.001, 0 ],
|
||||
"to": [ 9, 0.001, 7 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 15.999, 0 ],
|
||||
"to": [ 9, 15.999, 7 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/rusty_blue_iron_bars",
|
||||
"bars": "new_soviet:block/fences/rusty_blue_iron_bars",
|
||||
"edge": "new_soviet:block/fences/rusty_blue_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 8 ],
|
||||
"to": [ 8, 16, 16 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 8, 0, 0, 16 ], "texture": "#bars" },
|
||||
"east": { "uv": [ 0, 0, 8, 16 ], "texture": "#bars" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0, 9 ],
|
||||
"to": [ 9, 16, 16 ],
|
||||
"faces": {
|
||||
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" },
|
||||
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0.001, 9 ],
|
||||
"to": [ 9, 0.001, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 15.999, 9 ],
|
||||
"to": [ 9, 15.999, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/vintage_iron_bars",
|
||||
"bars": "new_soviet:block/fences/vintage_iron_bars",
|
||||
"edge": "new_soviet:block/fences/vintage_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 8 ],
|
||||
"to": [ 8, 16, 9 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 8, 0, 7, 16 ], "texture": "#bars" },
|
||||
"east": { "uv": [ 7, 0, 8, 16 ], "texture": "#bars" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0, 9 ],
|
||||
"to": [ 9, 16, 9 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" },
|
||||
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/vintage_iron_bars",
|
||||
"bars": "new_soviet:block/fences/vintage_iron_bars",
|
||||
"edge": "new_soviet:block/fences/vintage_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 7 ],
|
||||
"to": [ 8, 16, 8 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 8, 0, 9, 16 ], "texture": "#bars" },
|
||||
"east": { "uv": [ 9, 0, 8, 16 ], "texture": "#bars" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0, 7 ],
|
||||
"to": [ 9, 16, 7 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" },
|
||||
"south": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/vintage_iron_bars",
|
||||
"bars": "new_soviet:block/fences/vintage_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 7 ],
|
||||
"to": [ 8, 16, 9 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" },
|
||||
"east": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0, 8 ],
|
||||
"to": [ 9, 16, 8 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#bars" },
|
||||
"south": { "uv": [ 9, 0, 7, 16 ], "texture": "#bars" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/vintage_iron_bars",
|
||||
"edge": "new_soviet:block/fences/vintage_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7, 0.001, 7 ],
|
||||
"to": [ 9, 0.001, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 15.999, 7 ],
|
||||
"to": [ 9, 15.999, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/vintage_iron_bars",
|
||||
"bars": "new_soviet:block/fences/vintage_iron_bars",
|
||||
"edge": "new_soviet:block/fences/vintage_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 0 ],
|
||||
"to": [ 8, 16, 8 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 16, 0, 8, 16 ], "texture": "#bars" },
|
||||
"east": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0, 0 ],
|
||||
"to": [ 9, 16, 7 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0.001, 0 ],
|
||||
"to": [ 9, 0.001, 7 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 15.999, 0 ],
|
||||
"to": [ 9, 15.999, 7 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "new_soviet:block/fences/vintage_iron_bars",
|
||||
"bars": "new_soviet:block/fences/vintage_iron_bars",
|
||||
"edge": "new_soviet:block/fences/vintage_iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 8 ],
|
||||
"to": [ 8, 16, 16 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 8, 0, 0, 16 ], "texture": "#bars" },
|
||||
"east": { "uv": [ 0, 0, 8, 16 ], "texture": "#bars" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0, 9 ],
|
||||
"to": [ 9, 16, 16 ],
|
||||
"faces": {
|
||||
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" },
|
||||
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0.001, 9 ],
|
||||
"to": [ 9, 0.001, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 15.999, 9 ],
|
||||
"to": [ 9, 15.999, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "new_soviet:block/fences/blue_iron_bars"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "new_soviet:block/fences/rusty_blue_iron_bars"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "new_soviet:block/fences/vintage_iron_bars"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 369 B |
Before Width: | Height: | Size: 570 B After Width: | Height: | Size: 570 B |
Before Width: | Height: | Size: 457 B After Width: | Height: | Size: 457 B |
Loading…
Add table
Add a link
Reference in a new issue