Add (broken) blue boundary marker

This commit is contained in:
Andrew-71 2023-10-01 00:39:45 +03:00
parent c07961af31
commit dfaa80fc16
28 changed files with 199 additions and 5 deletions

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "new_soviet:block/boundary/blue_boundary_marker"
}
}
}

View file

@ -450,6 +450,8 @@
"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",
"block.new_soviet.blue_boundary_marker": "Blue Boundary Marker",
"advancement.new_soviet.root.name": "A New Era",
"advancement.new_soviet.root.desc": "Time to create something great"

View file

@ -0,0 +1,69 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "new_soviet:block/boundary_marker/boundary_blue",
"1": "new_soviet:block/boundary_marker/boundary_overlay",
"particle": "new_soviet:block/boundary_marker/boundary_blue"
},
"elements": [
{
"name": "overlay_cube",
"from": [5, 0, 5],
"to": [11, 16, 11],
"faces": {
"north": {"uv": [0, 0, 6, 16], "texture": "#1", "tintindex": 0},
"east": {"uv": [0, 0, 6, 16], "texture": "#1", "tintindex": 0},
"south": {"uv": [0, 0, 6, 16], "texture": "#1", "tintindex": 0},
"west": {"uv": [0, 0, 6, 16], "texture": "#1", "tintindex": 0},
"up": {"uv": [6, 0, 12, 6], "texture": "#1", "tintindex": 0},
"down": {"uv": [6, 6, 12, 12], "texture": "#1", "tintindex": 0}
}
},
{
"from": [5, 0, 5],
"to": [11, 16, 11],
"faces": {
"north": {"uv": [0, 0, 6, 16], "texture": "#0"},
"east": {"uv": [0, 0, 6, 16], "texture": "#0"},
"south": {"uv": [0, 0, 6, 16], "texture": "#0"},
"west": {"uv": [0, 0, 6, 16], "texture": "#0"},
"up": {"uv": [6, 0, 12, 6], "texture": "#0"},
"down": {"uv": [6, 6, 12, 12], "texture": "#0"}
}
}
],
"display": {
"thirdperson_righthand": {
"translation": [0, 3, 1],
"scale": [0.55, 0.55, 0.55]
},
"thirdperson_lefthand": {
"translation": [0, 3, 1],
"scale": [0.55, 0.55, 0.55]
},
"firstperson_righthand": {
"rotation": [0, -90, 25],
"translation": [1.13, 3.2, 1.13],
"scale": [0.68, 0.68, 0.68]
},
"firstperson_lefthand": {
"rotation": [0, -90, 25],
"translation": [1.13, 3.2, 1.13],
"scale": [0.68, 0.68, 0.68]
},
"ground": {
"translation": [0, 2, 0],
"scale": [0.5, 0.5, 0.5]
},
"gui": {
"rotation": [30, 225, 0],
"scale": [0.8, 0.8, 0.8]
},
"head": {
"translation": [0, 6.5, 0]
},
"fixed": {
"rotation": [0, 180, 0]
}
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "new_soviet:block/boundary/blue_boundary_marker"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 393 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 B