Damn't thats deep

This commit is contained in:
Andrew-71 2023-06-27 19:08:01 +03:00
parent d5e2ef43ee
commit a6ba4b1d09
33 changed files with 200 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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