Le Noleum

This commit is contained in:
Andrew-71 2023-06-27 12:59:20 +03:00
parent c7268d52a2
commit dcf7a675a2
46 changed files with 239 additions and 1 deletions

View file

@ -124,7 +124,6 @@ public class NSE_Blocks {
public static final Block STRAIGHT_PARQUET = new Block(FabricBlockSettings.create().sounds(BlockSoundGroup.WOOD)); public static final Block STRAIGHT_PARQUET = new Block(FabricBlockSettings.create().sounds(BlockSoundGroup.WOOD));
public static final Block SEPARATED_PARQUET = new Block(FabricBlockSettings.create().sounds(BlockSoundGroup.WOOD)); public static final Block SEPARATED_PARQUET = new Block(FabricBlockSettings.create().sounds(BlockSoundGroup.WOOD));
//TODO: Wool or wood?
public static final Block GREEN_LINOLEUM = new Block(FabricBlockSettings.create().sounds(BlockSoundGroup.WOOD)); public static final Block GREEN_LINOLEUM = new Block(FabricBlockSettings.create().sounds(BlockSoundGroup.WOOD));
public static final Block BLUE_LINOLEUM = new Block(FabricBlockSettings.create().sounds(BlockSoundGroup.WOOD)); public static final Block BLUE_LINOLEUM = new Block(FabricBlockSettings.create().sounds(BlockSoundGroup.WOOD));
public static final Block RED_LINOLEUM = new Block(FabricBlockSettings.create().sounds(BlockSoundGroup.WOOD)); public static final Block RED_LINOLEUM = new Block(FabricBlockSettings.create().sounds(BlockSoundGroup.WOOD));

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/floor/linoleum/blue_linoleum",
"particle": "new_soviet:block/floor/linoleum/blue_linoleum"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/floor/linoleum/brown_linoleum",
"particle": "new_soviet:block/floor/linoleum/brown_linoleum"
}
}

View file

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

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/floor/linoleum/cross_brown_linoleum",
"particle": "new_soviet:block/floor/linoleum/cross_brown_linoleum"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/floor/linoleum/cross_orange_linoleum",
"particle": "new_soviet:block/floor/linoleum/cross_orange_linoleum"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/floor/linoleum/cyan_linoleum",
"particle": "new_soviet:block/floor/linoleum/cyan_linoleum"
}
}

View file

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

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/floor/linoleum/gray_linoleum",
"particle": "new_soviet:block/floor/linoleum/gray_linoleum"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/floor/linoleum/green_linoleum",
"particle": "new_soviet:block/floor/linoleum/green_linoleum"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/floor/linoleum/orange_linoleum",
"particle": "new_soviet:block/floor/linoleum/orange_linoleum"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/floor/linoleum/red_linoleum",
"particle": "new_soviet:block/floor/linoleum/red_linoleum"
}
}

View file

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

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "new_soviet:block/floor/linoleum/blue_linoleum",
"particle": "new_soviet:block/floor/linoleum/blue_linoleum"
}
}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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