This commit is contained in:
Andrew-71 2023-07-10 13:47:17 +03:00
parent a841009cd6
commit 76e85354b9
23 changed files with 158 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,3 +1,15 @@
{
"itemGroup.new_soviet.building_blocks": "Soviet Building Blocks",
"block.new_soviet.sand_tiles": "Sand Tiles",
"block.new_soviet.mossy_sand_tiles": "Mossy Sand Tiles",
"block.new_soviet.cracked_sand_tiles": "Cracked Sand Tiles",
"block.new_soviet.small_sand_tiles": "Small Sand Tiles",
"block.new_soviet.small_cracked_sand_tiles": "Small Cracked Sand Tiles",
"block.new_soviet.herringbone_sand_tiles": "Herringbone Sand Tiles",
"block.new_soviet.cross_sand_tiles": "Cross Sand Tiles",
"block.new_soviet.big_sand_tiles": "Big Sand Tiles",
"block.new_soviet.sand_bricks": "Sand Bricks",
"block.new_soviet.mossy_sand_bricks": "Mossy Sand Bricks",
"block.new_soviet.cracked_sand_bricks": "Cracked Sand Bricks",
"block.new_soviet.big_sand_bricks": "Big Sand Bricks"
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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