Still alive

This commit is contained in:
Andrew-71 2023-07-07 16:20:44 +03:00
parent a6ba4b1d09
commit 0373866960
17 changed files with 103 additions and 1 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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