Add boundary markers
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "new_soviet:block/boundary/black_boundary_marker"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "new_soviet:block/boundary/brown_boundary_marker"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "new_soviet:block/boundary/cyan_boundary_marker"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "new_soviet:block/boundary/gray_boundary_marker"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "new_soviet:block/boundary/green_boundary_marker"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "new_soviet:block/boundary/light_blue_boundary_marker"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "new_soviet:block/boundary/light_gray_boundary_marker"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "new_soviet:block/boundary/lime_boundary_marker"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "new_soviet:block/boundary/magenta_boundary_marker"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "new_soviet:block/boundary/orange_boundary_marker"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "new_soviet:block/boundary/pink_boundary_marker"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "new_soviet:block/boundary/purple_boundary_marker"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "new_soviet:block/boundary/red_boundary_marker"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "new_soviet:block/boundary/white_boundary_marker"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "new_soviet:block/boundary/yellow_boundary_marker"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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": {
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -112,7 +112,6 @@
|
|||
"name": "group",
|
||||
"origin": [16, 8, 16],
|
||||
"color": 0,
|
||||
"nbt": "{}",
|
||||
"children": [0, 1, 2, 3, 4]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "new_soviet:block/boundary/black_boundary_marker"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "new_soviet:block/boundary/brown_boundary_marker"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "new_soviet:block/boundary/cyan_boundary_marker"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "new_soviet:block/boundary/gray_boundary_marker"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "new_soviet:block/boundary/green_boundary_marker"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "new_soviet:block/boundary/light_blue_boundary_marker"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "new_soviet:block/boundary/light_gray_boundary_marker"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "new_soviet:block/boundary/lime_boundary_marker"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "new_soviet:block/boundary/magenta_boundary_marker"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "new_soviet:block/boundary/orange_boundary_marker"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "new_soviet:block/boundary/pink_boundary_marker"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "new_soviet:block/boundary/purple_boundary_marker"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "new_soviet:block/boundary/red_boundary_marker"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "new_soviet:block/boundary/white_boundary_marker"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "new_soviet:block/boundary/yellow_boundary_marker"
|
||||
}
|
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 254 B |
Before Width: | Height: | Size: 380 B After Width: | Height: | Size: 253 B |
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 240 B |
Before Width: | Height: | Size: 391 B After Width: | Height: | Size: 260 B |
Before Width: | Height: | Size: 375 B After Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 217 B |
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 384 B After Width: | Height: | Size: 252 B |
Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 231 B |
Before Width: | Height: | Size: 393 B After Width: | Height: | Size: 249 B |
Before Width: | Height: | Size: 385 B After Width: | Height: | Size: 252 B |
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 273 B |
Before Width: | Height: | Size: 375 B After Width: | Height: | Size: 243 B |