Added blocks

This commit is contained in:
Andrew-71 2023-07-10 13:26:52 +03:00
parent 0373866960
commit a841009cd6
33 changed files with 180 additions and 1 deletions

View file

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

View file

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

View file

@ -0,0 +1,13 @@
{
"variants": {
"": [{
"model": "new_soviet:block/cracked_light_blue_bricks_1"
},
{
"model": "new_soviet:block/cracked_light_blue_bricks_2"
},
{
"model": "new_soviet:block/cracked_light_blue_bricks_3"
}]
}
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,9 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/granite/big_granite_tiles",
"particle": "new_soviet:block/granite/big_granite_tiles"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/light_blue/cracked_glazed_light_blue_tiles",
"particle": "new_soviet:block/light_blue/cracked_glazed_light_blue_tiles"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1",
"particle": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_2",
"particle": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_2"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_3",
"particle": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_3"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/light_blue/glazed_light_blue_tiles",
"particle": "new_soviet:block/light_blue/glazed_light_blue_tiles"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/light_blue/light_blue_bricks",
"particle": "new_soviet:block/light_blue/light_blue_bricks"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/light_blue/mossy_light_blue_bricks",
"particle": "new_soviet:block/light_blue/mossy_light_blue_bricks"
}
}

View file

@ -0,0 +1,9 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/granite/small_cracked_granite_tiles",
"particle": "new_soviet:block/granite/small_cracked_granite_tiles"
}
}

View file

@ -0,0 +1,9 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/granite/small_granite_tiles",
"particle": "new_soviet:block/granite/small_granite_tiles"
}
}

View file

@ -0,0 +1,4 @@
{
"parent": "new_soviet:block/big_granite_tiles"
}

View file

@ -0,0 +1,4 @@
{
"parent": "new_soviet:block/cracked_glazed_light_blue_tiles"
}

View file

@ -0,0 +1,4 @@
{
"parent": "new_soviet:block/cracked_light_blue_bricks_1"
}

View file

@ -0,0 +1,4 @@
{
"parent": "new_soviet:block/glazed_light_blue_tiles"
}

View file

@ -0,0 +1,4 @@
{
"parent": "new_soviet:block/light_blue_bricks"
}

View file

@ -0,0 +1,4 @@
{
"parent": "new_soviet:block/mossy_light_blue_bricks"
}

View file

@ -0,0 +1,4 @@
{
"parent": "new_soviet:block/small_cracked_granite_tiles"
}

View file

@ -0,0 +1,4 @@
{
"parent": "new_soviet:block/small_granite_tiles"
}