Add boundary markers

This commit is contained in:
Andrew-71 2023-10-01 16:27:25 +03:00
parent dfaa80fc16
commit 483f2730e3
88 changed files with 768 additions and 20 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -451,7 +451,21 @@
"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",
"block.new_soviet.black_boundary_marker": "Black Boundary Marker",
"block.new_soviet.brown_boundary_marker": "Brown Boundary Marker",
"block.new_soviet.red_boundary_marker": "Red Boundary Marker",
"block.new_soviet.purple_boundary_marker": "Purple Boundary Marker",
"block.new_soviet.magenta_boundary_marker": "Magenta Boundary Marker",
"block.new_soviet.pink_boundary_marker": "Pink Boundary Marker",
"block.new_soviet.light_blue_boundary_marker": "Light Blue Boundary Marker",
"block.new_soviet.green_boundary_marker": "Green Boundary Marker",
"block.new_soviet.white_boundary_marker": "White Boundary Marker",
"block.new_soviet.light_gray_boundary_marker": "Light Gray Boundary Marker",
"block.new_soviet.gray_boundary_marker": "Gray Boundary Marker",
"block.new_soviet.lime_boundary_marker": "Lime Boundary Marker",
"block.new_soviet.yellow_boundary_marker": "Yellow Boundary Marker",
"block.new_soviet.orange_boundary_marker": "Orange Boundary Marker",
"block.new_soviet.cyan_boundary_marker": "Cyan 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,7 @@
{
"parent": "new_soviet:block/boundary/blue_boundary_marker",
"textures": {
"0": "new_soviet:block/boundary_marker/boundary_black",
"particle": "new_soviet:block/boundary_marker/boundary_black"
}
}

View file

@ -1,5 +1,5 @@
{
"credit": "Made with Blockbench",
"credit": "Made by Andrew_7_1 with BlockBench",
"textures": {
"0": "new_soviet:block/boundary_marker/boundary_blue",
"1": "new_soviet:block/boundary_marker/boundary_overlay",
@ -7,7 +7,7 @@
},
"elements": [
{
"name": "overlay_cube",
"name": "overlay",
"from": [5, 0, 5],
"to": [11, 16, 11],
"faces": {

View file

@ -0,0 +1,7 @@
{
"parent": "new_soviet:block/boundary/blue_boundary_marker",
"textures": {
"0": "new_soviet:block/boundary_marker/boundary_brown",
"particle": "new_soviet:block/boundary_marker/boundary_brown"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "new_soviet:block/boundary/blue_boundary_marker",
"textures": {
"0": "new_soviet:block/boundary_marker/boundary_cyan",
"particle": "new_soviet:block/boundary_marker/boundary_cyan"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "new_soviet:block/boundary/blue_boundary_marker",
"textures": {
"0": "new_soviet:block/boundary_marker/boundary_gray",
"particle": "new_soviet:block/boundary_marker/boundary_gray"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "new_soviet:block/boundary/blue_boundary_marker",
"textures": {
"0": "new_soviet:block/boundary_marker/boundary_green",
"particle": "new_soviet:block/boundary_marker/boundary_green"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "new_soviet:block/boundary/blue_boundary_marker",
"textures": {
"0": "new_soviet:block/boundary_marker/boundary_light_blue",
"particle": "new_soviet:block/boundary_marker/boundary_light_blue"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "new_soviet:block/boundary/blue_boundary_marker",
"textures": {
"0": "new_soviet:block/boundary_marker/boundary_light_gray",
"particle": "new_soviet:block/boundary_marker/boundary_light_gray"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "new_soviet:block/boundary/blue_boundary_marker",
"textures": {
"0": "new_soviet:block/boundary_marker/boundary_lime",
"particle": "new_soviet:block/boundary_marker/boundary_lime"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "new_soviet:block/boundary/blue_boundary_marker",
"textures": {
"0": "new_soviet:block/boundary_marker/boundary_magenta",
"particle": "new_soviet:block/boundary_marker/boundary_magenta"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "new_soviet:block/boundary/blue_boundary_marker",
"textures": {
"0": "new_soviet:block/boundary_marker/boundary_orange",
"particle": "new_soviet:block/boundary_marker/boundary_orange"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "new_soviet:block/boundary/blue_boundary_marker",
"textures": {
"0": "new_soviet:block/boundary_marker/boundary_pink",
"particle": "new_soviet:block/boundary_marker/boundary_pink"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "new_soviet:block/boundary/blue_boundary_marker",
"textures": {
"0": "new_soviet:block/boundary_marker/boundary_purple",
"particle": "new_soviet:block/boundary_marker/boundary_purple"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "new_soviet:block/boundary/blue_boundary_marker",
"textures": {
"0": "new_soviet:block/boundary_marker/boundary_red",
"particle": "new_soviet:block/boundary_marker/boundary_red"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "new_soviet:block/boundary/blue_boundary_marker",
"textures": {
"0": "new_soviet:block/boundary_marker/boundary_white",
"particle": "new_soviet:block/boundary_marker/boundary_white"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "new_soviet:block/boundary/blue_boundary_marker",
"textures": {
"0": "new_soviet:block/boundary_marker/boundary_yellow",
"particle": "new_soviet:block/boundary_marker/boundary_yellow"
}
}

View file

@ -112,7 +112,6 @@
"name": "group",
"origin": [16, 8, 16],
"color": 0,
"nbt": "{}",
"children": [0, 1, 2, 3, 4]
}
]

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 363 B

After

Width:  |  Height:  |  Size: 220 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 381 B

After

Width:  |  Height:  |  Size: 254 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 B

After

Width:  |  Height:  |  Size: 253 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 B

After

Width:  |  Height:  |  Size: 240 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 B

After

Width:  |  Height:  |  Size: 260 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 245 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 353 B

After

Width:  |  Height:  |  Size: 217 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 371 B

After

Width:  |  Height:  |  Size: 238 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 B

After

Width:  |  Height:  |  Size: 252 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 B

After

Width:  |  Height:  |  Size: 231 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 393 B

After

Width:  |  Height:  |  Size: 249 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 385 B

After

Width:  |  Height:  |  Size: 252 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 369 B

After

Width:  |  Height:  |  Size: 239 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 B

After

Width:  |  Height:  |  Size: 273 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 243 B

Before After
Before After