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

@ -90,6 +90,7 @@ public class NSE_Blocks {
public static final Block BIG_GRANITE_TILES = new Block(FabricBlockSettings.create().sounds(BlockSoundGroup.STONE));
public static final Block SMALL_GRANITE_TILES = new Block(FabricBlockSettings.create().sounds(BlockSoundGroup.STONE));
public static final Block SMALL_CRACKED_GRANITE_TILES = new Block(FabricBlockSettings.create().sounds(BlockSoundGroup.STONE));
public static final Block GREEN_WHITE_TILES = new Block(FabricBlockSettings.create().sounds(BlockSoundGroup.STONE));
public static final Block CRACKED_GREEN_WHITE_TILES = new Block(FabricBlockSettings.create().sounds(BlockSoundGroup.STONE));
@ -217,13 +218,14 @@ public class NSE_Blocks {
register("mossy_light_blue_tiles", () -> MOSSY_LIGHT_BLUE_TILES, NSE_TAB);
register("small_light_blue_tiles", () -> SMALL_LIGHT_BLUE_TILES, NSE_TAB);
register("small_cracked_light_blue_tiles", () -> SMALL_CRACKED_LIGHT_BLUE_TILES, NSE_TAB);
register("light_blue_bricks", () -> LIGHT_BLUE_BRICKS, NSE_TAB);
register("glazed_light_blue_tiles", () -> GLAZED_LIGHT_BLUE_TILES, NSE_TAB);
register("cracked_glazed_light_blue_tiles", () -> CRACKED_GLAZED_LIGHT_BLUE_TILES, NSE_TAB);
register("light_blue_bricks", () -> LIGHT_BLUE_BRICKS, NSE_TAB);
register("cracked_light_blue_bricks", () -> CRACKED_LIGHT_BLUE_BRICKS, NSE_TAB);
register("mossy_light_blue_bricks", () -> MOSSY_LIGHT_BLUE_BRICKS, NSE_TAB);
register("big_granite_tiles", () -> BIG_GRANITE_TILES, NSE_TAB);
register("small_granite_tiles", () -> SMALL_GRANITE_TILES, NSE_TAB);
register("small_cracked_granite_tiles", () -> SMALL_CRACKED_GRANITE_TILES, NSE_TAB);
register("green_white_tiles", () -> GREEN_WHITE_TILES, NSE_TAB);
register("cracked_green_white_tiles", () -> CRACKED_GREEN_WHITE_TILES, NSE_TAB);
register("mossy_green_white_tiles", () -> MOSSY_GREEN_WHITE_TILES, NSE_TAB);

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"
}