diff --git a/build.gradle b/build.gradle index f6111f4..d8ee55f 100644 --- a/build.gradle +++ b/build.gradle @@ -88,8 +88,6 @@ publishing { from components.java } } - - // See https://docs.gradle.org/current/userguide/publishing_maven.html for information on how to set up publishing. repositories { } } @@ -100,7 +98,7 @@ modrinth { projectId = mod_id versionNumber = mod_version versionType = "beta" // `release`, `beta`, `alpha` - uploadFile = remapJar // With Loom, this MUST be set to `remapJar` instead of `jar`! + uploadFile = remapJar gameVersions = ["1.20", "1.20.1"] loaders = ["fabric"] dependencies { diff --git a/src/main/java/su/a71/new_soviet/registration/NSE_Blocks.java b/src/main/java/su/a71/new_soviet/registration/NSE_Blocks.java index c02eda3..13b69a9 100644 --- a/src/main/java/su/a71/new_soviet/registration/NSE_Blocks.java +++ b/src/main/java/su/a71/new_soviet/registration/NSE_Blocks.java @@ -20,6 +20,7 @@ public class NSE_Blocks extends NSE_BaseRegistration { // BUILDING BRICKS/TILES ==================== public static final Block SAND_TILES = new Block(FabricBlockSettings.create().sounds(NSE_Sounds.SAND_TILES_SOUNDS).hardness(1.5f).requiresTool().resistance(6f).mapColor(MapColor.TERRACOTTA_BROWN)); public static final StairsBlock SAND_TILES_STAIRS = new StairsBlock(SAND_TILES.getDefaultState(), FabricBlockSettings.copy(SAND_TILES)); + public static final SlabBlock SAND_TILES_SLAB = new SlabBlock(FabricBlockSettings.copy(SAND_TILES)); public static final Block CRACKED_SAND_TILES = new Block(FabricBlockSettings.copy(SAND_TILES)); public static final Block MOSSY_SAND_TILES = new Block(FabricBlockSettings.copy(SAND_TILES)); public static final Block SMALL_SAND_TILES = new Block(FabricBlockSettings.copy(SAND_TILES)); @@ -227,7 +228,7 @@ public class NSE_Blocks extends NSE_BaseRegistration { public static final Block MEAT = new Block(FabricBlockSettings.create().velocityMultiplier(0.8f).sounds(NSE_Sounds.MEAT_SOUNDS).nonOpaque().mapColor(MapColor.DARK_RED).hardness(8f)); public static final Block MEAT_EYE = new Block(FabricBlockSettings.copy(MEAT)); public static final Block MEAT_TEETH = new Block(FabricBlockSettings.copy(MEAT)); - public static final SnowBlock PURPLE_GOO = new SnowBlock(FabricBlockSettings.copy(MEAT).hardness(1.2f).nonOpaque()); + public static final SnowBlock PURPLE_GOO = new SnowBlock(FabricBlockSettings.copy(MEAT).mapColor(MapColor.PURPLE).hardness(1.2f).nonOpaque()); public static final HandrailBlock HANDRAIL = new HandrailBlock(FabricBlockSettings.create().sounds(BlockSoundGroup.COPPER).hardness(4f).nonOpaque()); @@ -240,6 +241,7 @@ public class NSE_Blocks extends NSE_BaseRegistration { Registry.register(Registries.ITEM_GROUP, new Identifier("new_soviet", "building_blocks"), NSE_BUILDING_TAB); registerBlock("sand_tiles", () -> SAND_TILES, NSE_BUILDING_TAB); registerBlock("sand_tiles_stairs", () -> SAND_TILES_STAIRS, NSE_BUILDING_TAB); + registerBlock("sand_tiles_slab", () -> SAND_TILES_SLAB, NSE_BUILDING_TAB); registerBlock("cracked_sand_tiles", () -> CRACKED_SAND_TILES, NSE_BUILDING_TAB); registerBlock("mossy_sand_tiles", () -> MOSSY_SAND_TILES, NSE_BUILDING_TAB); registerBlock("small_sand_tiles", () -> SMALL_SAND_TILES, NSE_BUILDING_TAB); @@ -251,7 +253,7 @@ public class NSE_Blocks extends NSE_BaseRegistration { registerBlock("cracked_sand_bricks", () -> CRACKED_SAND_BRICKS, NSE_BUILDING_TAB); registerBlock("mossy_sand_bricks", () -> MOSSY_SAND_BRICKS, NSE_BUILDING_TAB); registerBlock("big_sand_bricks", () -> BIG_SAND_BRICKS, NSE_BUILDING_TAB); - //brick + registerBlock("brick_tiles", () -> BRICK_TILES, NSE_BUILDING_TAB); registerBlock("cracked_brick_tiles", () -> CRACKED_BRICK_TILES, NSE_BUILDING_TAB); registerBlock("mossy_brick_tiles", () -> MOSSY_BRICK_TILES, NSE_BUILDING_TAB); @@ -265,6 +267,7 @@ public class NSE_Blocks extends NSE_BaseRegistration { registerBlock("red_bricks", () -> RED_BRICKS, NSE_BUILDING_TAB); registerBlock("cracked_red_bricks", () -> CRACKED_RED_BRICKS, NSE_BUILDING_TAB); registerBlock("mossy_red_bricks", () -> MOSSY_RED_BRICKS, NSE_BUILDING_TAB); + registerBlock("teal_tiles", () -> TEAL_TILES, NSE_BUILDING_TAB); registerBlock("cracked_teal_tiles", () -> CRACKED_TEAL_TILES, NSE_BUILDING_TAB); registerBlock("mossy_teal_tiles", () -> MOSSY_TEAL_TILES, NSE_BUILDING_TAB); @@ -291,32 +294,36 @@ public class NSE_Blocks extends NSE_BaseRegistration { registerBlock("small_cracked_aquamarine_tiles", () -> SMALL_CRACKED_AQUAMARINE_TILES, NSE_BUILDING_TAB); registerBlock("glazed_aquamarine_tiles", () -> GLAZED_AQUAMARINE_TILES, NSE_BUILDING_TAB); registerBlock("cracked_glazed_aquamarine_tiles", () -> CRACKED_GLAZED_AQUAMARINE_TILES, NSE_BUILDING_TAB); + registerBlock("small_diorite_tiles", () -> SMALL_DIORITE_TILES, NSE_BUILDING_TAB); registerBlock("small_cracked_diorite_tiles", () -> SMALL_CRACKED_DIORITE_TILES, NSE_BUILDING_TAB); registerBlock("big_diorite_tiles", () -> BIG_DIORITE_TILES, NSE_BUILDING_TAB); registerBlock("diorite_bricks", () -> DIORITE_BRICKS, NSE_BUILDING_TAB); registerBlock("cracked_diorite_bricks", () -> CRACKED_DIORITE_BRICKS, NSE_BUILDING_TAB); registerBlock("mossy_diorite_bricks", () -> MOSSY_DIORITE_BRICKS, NSE_BUILDING_TAB); + registerBlock("calcite_tiles", () -> CALCITE_TILES, NSE_BUILDING_TAB); registerBlock("cracked_calcite_tiles", () -> CRACKED_CALCITE_TILES, NSE_BUILDING_TAB); registerBlock("mossy_calcite_tiles", () -> MOSSY_CALCITE_TILES, NSE_BUILDING_TAB); registerBlock("diagonal_calcite_tiles", () -> DIAGONAL_CALCITE_TILES, NSE_BUILDING_TAB); - //nii walls + registerBlock("nii_wall_1", () -> NII_WALL_1, NSE_BUILDING_TAB); registerBlock("cracked_nii_wall_1", () -> CRACKED_NII_WALL_1, NSE_BUILDING_TAB); registerBlock("nii_wall_2", () -> NII_WALL_2, NSE_BUILDING_TAB); registerBlock("nii_wall_3", () -> NII_WALL_3, NSE_BUILDING_TAB); - //dripstone + registerBlock("dripstone_tiles", () -> DRIPSTONE_TILES, NSE_BUILDING_TAB); registerBlock("cracked_dripstone_tiles", () -> CRACKED_DRIPSTONE_TILES, NSE_BUILDING_TAB); registerBlock("mossy_dripstone_tiles", () -> MOSSY_DRIPSTONE_TILES, NSE_BUILDING_TAB); registerBlock("dripstone_bricks", () -> DRIPSTONE_BRICKS, NSE_BUILDING_TAB); + registerBlock("deepslate_tiles", () -> DEEPSLATE_TILES, NSE_BUILDING_TAB); registerBlock("cracked_deepslate_tiles", () -> CRACKED_DEEPSLATE_TILES, NSE_BUILDING_TAB); registerBlock("mossy_deepslate_tiles", () -> MOSSY_DEEPSLATE_TILES, NSE_BUILDING_TAB); registerBlock("small_deepslate_tiles", () -> SMALL_DEEPSLATE_TILES, NSE_BUILDING_TAB); registerBlock("small_cracked_deepslate_tiles", () -> SMALL_CRACKED_DEEPSLATE_TILES, NSE_BUILDING_TAB); registerBlock("diagonal_deepslate_tiles", () -> DIAGONAL_DEEPSLATE_TILES, NSE_BUILDING_TAB); + registerBlock("light_blue_tiles", () -> LIGHT_BLUE_TILES, NSE_BUILDING_TAB); registerBlock("cracked_light_blue_tiles", () -> CRACKED_LIGHT_BLUE_TILES, NSE_BUILDING_TAB); registerBlock("mossy_light_blue_tiles", () -> MOSSY_LIGHT_BLUE_TILES, NSE_BUILDING_TAB); @@ -328,12 +335,15 @@ public class NSE_Blocks extends NSE_BaseRegistration { registerBlock("light_blue_bricks", () -> LIGHT_BLUE_BRICKS, NSE_BUILDING_TAB); registerBlock("cracked_light_blue_bricks", () -> CRACKED_LIGHT_BLUE_BRICKS, NSE_BUILDING_TAB); registerBlock("mossy_light_blue_bricks", () -> MOSSY_LIGHT_BLUE_BRICKS, NSE_BUILDING_TAB); + registerBlock("big_granite_tiles", () -> BIG_GRANITE_TILES, NSE_BUILDING_TAB); registerBlock("small_granite_tiles", () -> SMALL_GRANITE_TILES, NSE_BUILDING_TAB); registerBlock("small_cracked_granite_tiles", () -> SMALL_CRACKED_GRANITE_TILES, NSE_BUILDING_TAB); + registerBlock("green_white_tiles", () -> GREEN_WHITE_TILES, NSE_BUILDING_TAB); registerBlock("cracked_green_white_tiles", () -> CRACKED_GREEN_WHITE_TILES, NSE_BUILDING_TAB); registerBlock("mossy_green_white_tiles", () -> MOSSY_GREEN_WHITE_TILES, NSE_BUILDING_TAB); + registerBlock("tuff_tiles", () -> TUFF_TILES, NSE_BUILDING_TAB); registerBlock("cracked_tuff_tiles", () -> CRACKED_TUFF_TILES, NSE_BUILDING_TAB); registerBlock("mossy_tuff_tiles", () -> MOSSY_TUFF_TILES, NSE_BUILDING_TAB); @@ -341,6 +351,7 @@ public class NSE_Blocks extends NSE_BaseRegistration { registerBlock("tuff_bricks", () -> TUFF_BRICKS, NSE_BUILDING_TAB); registerBlock("cracked_tuff_bricks", () -> CRACKED_TUFF_BRICKS, NSE_BUILDING_TAB); registerBlock("mossy_tuff_bricks", () -> MOSSY_TUFF_BRICKS, NSE_BUILDING_TAB); + registerBlock("small_white_tiles", () -> SMALL_WHITE_TILES, NSE_BUILDING_TAB); registerBlock("small_cracked_white_tiles", () -> SMALL_CRACKED_WHITE_TILES, NSE_BUILDING_TAB); registerBlock("glazed_white_tiles", () -> GLAZED_WHITE_TILES, NSE_BUILDING_TAB); diff --git a/src/main/java/su/a71/new_soviet/registration/NSE_Items.java b/src/main/java/su/a71/new_soviet/registration/NSE_Items.java index 0ff37c3..7e22dcf 100644 --- a/src/main/java/su/a71/new_soviet/registration/NSE_Items.java +++ b/src/main/java/su/a71/new_soviet/registration/NSE_Items.java @@ -31,9 +31,10 @@ public class NSE_Items extends NSE_BaseRegistration { public static final DiceItem DICE_D20 = new DiceItem(20, "item.new_soviet.dice_d20.tooltip", new Item.Settings().maxCount(6)); public static final Item LIGHT_BULB = new Item(new Item.Settings()); - public static final Item CIGARETTE_BUTT = new Item(new Item.Settings()); + public static final Item CIGARETTE_BUTT = new Item(new Item.Settings()); public static final CigaretteItem CIGARETTE = new CigaretteItem(200, NSE_Items.CIGARETTE_BUTT, "item.new_soviet.tooltip.salute", new Item.Settings()); +// public static final MusicDiscItem BATTLE_IS_GOING_AGAIN = new MusicDiscItem(1, NSE_Sounds.MUSIC_LENIN, 123) private static final ItemGroup NSE_ITEMS_TAB = FabricItemGroup.builder() .icon(() -> new ItemStack(SICKLE)) diff --git a/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles.json b/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles.json index b631648..2293fc5 100644 --- a/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/aquamarine_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/aquamarine/aquamarine_tiles", "particle": "new_soviet:block/aquamarine/aquamarine_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/beige_wallpaper.json b/src/main/resources/assets/new_soviet/models/block/beige_wallpaper.json index 87ee53b..f152810 100644 --- a/src/main/resources/assets/new_soviet/models/block/beige_wallpaper.json +++ b/src/main/resources/assets/new_soviet/models/block/beige_wallpaper.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/wallpapers/beige_wallpaper", "particle": "new_soviet:block/wallpapers/beige_wallpaper" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_diorite_tiles.json b/src/main/resources/assets/new_soviet/models/block/big_diorite_tiles.json index cd7d784..b7b7401 100644 --- a/src/main/resources/assets/new_soviet/models/block/big_diorite_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/big_diorite_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/diorite/big_diorite_tiles", "particle": "new_soviet:block/diorite/big_diorite_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_granite_tiles.json b/src/main/resources/assets/new_soviet/models/block/big_granite_tiles.json index 45313b9..0253a1a 100644 --- a/src/main/resources/assets/new_soviet/models/block/big_granite_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/big_granite_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/granite/big_granite_tiles", "particle": "new_soviet:block/granite/big_granite_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_green_tiles.json b/src/main/resources/assets/new_soviet/models/block/big_green_tiles.json index a471471..6af1ea7 100644 --- a/src/main/resources/assets/new_soviet/models/block/big_green_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/big_green_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/green/big_green_tiles", "particle": "new_soviet:block/green/big_green_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_green_tiles_cracked_1.json b/src/main/resources/assets/new_soviet/models/block/big_green_tiles_cracked_1.json index fc927fb..3639fb5 100644 --- a/src/main/resources/assets/new_soviet/models/block/big_green_tiles_cracked_1.json +++ b/src/main/resources/assets/new_soviet/models/block/big_green_tiles_cracked_1.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/green/variated/big_green_tiles_cracked_1", "particle": "new_soviet:block/green/variated/big_green_tiles_cracked_1" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_green_tiles_cracked_2.json b/src/main/resources/assets/new_soviet/models/block/big_green_tiles_cracked_2.json index bf7aba5..c3ccaf2 100644 --- a/src/main/resources/assets/new_soviet/models/block/big_green_tiles_cracked_2.json +++ b/src/main/resources/assets/new_soviet/models/block/big_green_tiles_cracked_2.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/green/variated/big_green_tiles_cracked_2", "particle": "new_soviet:block/green/variated/big_green_tiles_cracked_2" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_green_tiles_cracked_3.json b/src/main/resources/assets/new_soviet/models/block/big_green_tiles_cracked_3.json index 0bfdd74..a69430f 100644 --- a/src/main/resources/assets/new_soviet/models/block/big_green_tiles_cracked_3.json +++ b/src/main/resources/assets/new_soviet/models/block/big_green_tiles_cracked_3.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/green/variated/big_green_tiles_cracked_3", "particle": "new_soviet:block/green/variated/big_green_tiles_cracked_3" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_sand_bricks.json b/src/main/resources/assets/new_soviet/models/block/big_sand_bricks.json index ded4c3a..ec556f1 100644 --- a/src/main/resources/assets/new_soviet/models/block/big_sand_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/big_sand_bricks.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/sand/big_sand_bricks", "particle": "new_soviet:block/sand/big_sand_bricks" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_sand_tiles.json b/src/main/resources/assets/new_soviet/models/block/big_sand_tiles.json index 972c70f..dade456 100644 --- a/src/main/resources/assets/new_soviet/models/block/big_sand_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/big_sand_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/sand/big_sand_tiles", "particle": "new_soviet:block/sand/big_sand_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/big_tuff_tiles.json b/src/main/resources/assets/new_soviet/models/block/big_tuff_tiles.json index 55b3656..6bf7207 100644 --- a/src/main/resources/assets/new_soviet/models/block/big_tuff_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/big_tuff_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/tuff/big_tuff_tiles", "particle": "new_soviet:block/tuff/big_tuff_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/blue_warning.json b/src/main/resources/assets/new_soviet/models/block/blue_warning.json index 83393e6..7331daf 100644 --- a/src/main/resources/assets/new_soviet/models/block/blue_warning.json +++ b/src/main/resources/assets/new_soviet/models/block/blue_warning.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/industrial/blue_warning_stripes", "particle": "new_soviet:block/industrial/blue_warning_stripes" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/brick_tiles.json index 10a019f..41590a1 100644 --- a/src/main/resources/assets/new_soviet/models/block/brick_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/brick_tiles.json @@ -1,9 +1,7 @@ { "parent": "block/cube_all", "textures": { - "all": "new_soviet:block/brown/brown_tiles", - "particle": "new_soviet:block/brown/brown_tiles" - + "all": "new_soviet:block/brick/brick_tiles", + "particle": "new_soviet:block/brick/brick_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/brown_linoleum.json b/src/main/resources/assets/new_soviet/models/block/brown_linoleum.json index a57a9a0..33c9df0 100644 --- a/src/main/resources/assets/new_soviet/models/block/brown_linoleum.json +++ b/src/main/resources/assets/new_soviet/models/block/brown_linoleum.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/linoleum/brown_linoleum", "particle": "new_soviet:block/floor/linoleum/brown_linoleum" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/brown_wallpaper.json b/src/main/resources/assets/new_soviet/models/block/brown_wallpaper.json index d2d6526..addb585 100644 --- a/src/main/resources/assets/new_soviet/models/block/brown_wallpaper.json +++ b/src/main/resources/assets/new_soviet/models/block/brown_wallpaper.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/wallpapers/brown_wallpaper", "particle": "new_soviet:block/wallpapers/brown_wallpaper" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/calcite_tiles.json b/src/main/resources/assets/new_soviet/models/block/calcite_tiles.json index c89fc86..e4a2c60 100644 --- a/src/main/resources/assets/new_soviet/models/block/calcite_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/calcite_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/calcite/calcite_tiles", "particle": "new_soviet:block/calcite/calcite_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles.json index 3dabb54..881b679 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_aquamarine_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/aquamarine/cracked_aquamarine_tiles", "particle": "new_soviet:block/aquamarine/cracked_aquamarine_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles.json index f7893de..b7141aa 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_brick_tiles.json @@ -1,9 +1,7 @@ { "parent": "block/cube_all", "textures": { - "all": "new_soviet:block/brown/cracked_brown_tiles", - "particle": "new_soviet:block/brown/cracked_brown_tiles" - + "all": "new_soviet:block/brick/cracked_brick_tiles", + "particle": "new_soviet:block/brick/cracked_brick_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles.json index b2c23f9..d7da786 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_calcite_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/calcite/cracked_calcite_tiles", "particle": "new_soviet:block/calcite/cracked_calcite_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles.json index 7e9cac2..855e0d3 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_dark_brick_tiles.json @@ -1,9 +1,7 @@ { "parent": "block/cube_all", "textures": { - "all": "new_soviet:block/brown/cracked_dark_brown_tiles", - "particle": "new_soviet:block/brown/cracked_dark_brown_tiles" - + "all": "new_soviet:block/brick/cracked_dark_brick_tiles", + "particle": "new_soviet:block/brick/cracked_dark_brick_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles.json index 006c2cb..d95b582 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_deepslate_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/deepslate/cracked_deepslate_tiles", "particle": "new_soviet:block/deepslate/cracked_deepslate_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks.json b/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks.json index c128af6..a926138 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_diorite_bricks.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/diorite/cracked_diorite_bricks", "particle": "new_soviet:block/diorite/cracked_diorite_bricks" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_diorite_tiles.json index 22ea328..3ce543c 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_diorite_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_diorite_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/diorite/cracked_diorite_tiles", "particle": "new_soviet:block/diorite/cracked_diorite_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles.json index 21f7f18..2753e4a 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_dripstone_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/dripstone/cracked_dripstone_tiles", "particle": "new_soviet:block/dripstone/cracked_dripstone_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_aquamarine_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_glazed_aquamarine_tiles.json index f94a700..86f2b6a 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_aquamarine_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_glazed_aquamarine_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/aquamarine/cracked_glazed_aquamarine_tiles", "particle": "new_soviet:block/aquamarine/cracked_glazed_aquamarine_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_glazed_brick_tiles.json index 72e1c48..ce475d0 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_brick_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_glazed_brick_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/red/cracked_glazed_red_tiles", "particle": "new_soviet:block/red/cracked_glazed_red_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_light_blue_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_glazed_light_blue_tiles.json index d4a97c3..8edea10 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_light_blue_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_glazed_light_blue_tiles.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/light_blue/cracked_glazed_light_blue_tiles", "particle": "new_soviet:block/light_blue/cracked_glazed_light_blue_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_teal_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_glazed_teal_tiles.json index 900b962..a7968af 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_glazed_teal_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_glazed_teal_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/teal/cracked_glazed_teal_tiles", "particle": "new_soviet:block/teal/cracked_glazed_teal_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks.json index aa72e0d..ac27b9c 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/green/cracked_green_bricks", "particle": "new_soviet:block/green/cracked_green_bricks" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2.json index cf89a41..eb62ad2 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_green_bricks_2.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/green/green_bricks_with_any_cracked", "particle": "new_soviet:block/green/green_bricks_with_any_cracked" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles.json index 830129e..7ae8a80 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_green_white_tiles.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/green_white/cracked_green_white_tiles", "particle": "new_soviet:block/green_white/cracked_green_white_tiles" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_1.json b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_1.json index e6dd6ae..31f4878 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_1.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_1.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1", "particle": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_1" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_2.json b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_2.json index 981e292..5d4879a 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_2.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_2.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_2", "particle": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_2" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_3.json b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_3.json index ee23764..96ecffb 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_3.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_bricks_3.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_3", "particle": "new_soviet:block/light_blue/variated/cracked_light_blue_bricks_3" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles.json index dd7dafd..c57c6fe 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_light_blue_tiles.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/light_blue/cracked_light_blue_tiles", "particle": "new_soviet:block/light_blue/cracked_light_blue_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_nii_wall_1.json b/src/main/resources/assets/new_soviet/models/block/cracked_nii_wall_1.json index c8d89d2..cb3bfd7 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_nii_wall_1.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_nii_wall_1.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/research_institute/cracked_nii_wall_1", "particle": "new_soviet:block/research_institute/cracked_nii_wall_1" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks.json b/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks.json index 2ade537..089d415 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_red_bricks.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/red/cracked_red_bricks", "particle": "new_soviet:block/red/cracked_red_bricks" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks.json b/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks.json index c39d9fe..8bba23d 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_sand_bricks.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/sand/cracked_sand_bricks", "particle": "new_soviet:block/sand/cracked_sand_bricks" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles.json index 9f14ed2..2746be4 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_sand_tiles.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/sand/cracked_sand_tiles", "particle": "new_soviet:block/sand/cracked_sand_tiles" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles.json index da1c2d2..3519d9b 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_teal_tiles.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/teal/cracked_teal_tiles", "particle": "new_soviet:block/teal/cracked_teal_tiles" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks.json b/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks.json index aa41cbb..3f34310 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_tuff_bricks.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/tuff/cracked_tuff_bricks", "particle": "new_soviet:block/tuff/cracked_tuff_bricks" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles.json b/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles.json index fdc35c7..5683595 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_tuff_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/tuff/cracked_tuff_tiles", "particle": "new_soviet:block/tuff/cracked_tuff_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cracked_whitewash.json b/src/main/resources/assets/new_soviet/models/block/cracked_whitewash.json index 0fa8c38..b0ca783 100644 --- a/src/main/resources/assets/new_soviet/models/block/cracked_whitewash.json +++ b/src/main/resources/assets/new_soviet/models/block/cracked_whitewash.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/whitewash/cracked_whitewash", "particle": "new_soviet:block/whitewash/cracked_whitewash" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks.json b/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks.json index 6082957..5061298 100644 --- a/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks.json +++ b/src/main/resources/assets/new_soviet/models/block/cross_acacia_planks.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/cross_acacia_planks", "particle": "new_soviet:block/floor/planks/cross_acacia_planks" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_birch_planks.json b/src/main/resources/assets/new_soviet/models/block/cross_birch_planks.json index decb003..334edaf 100644 --- a/src/main/resources/assets/new_soviet/models/block/cross_birch_planks.json +++ b/src/main/resources/assets/new_soviet/models/block/cross_birch_planks.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/cross_birch_planks", "particle": "new_soviet:block/floor/planks/cross_birch_planks" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_brown_linoleum.json b/src/main/resources/assets/new_soviet/models/block/cross_brown_linoleum.json index 0c86ac6..baf7441 100644 --- a/src/main/resources/assets/new_soviet/models/block/cross_brown_linoleum.json +++ b/src/main/resources/assets/new_soviet/models/block/cross_brown_linoleum.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/linoleum/cross_brown_linoleum", "particle": "new_soviet:block/floor/linoleum/cross_brown_linoleum" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks.json b/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks.json index 0656e63..2c4ff46 100644 --- a/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks.json +++ b/src/main/resources/assets/new_soviet/models/block/cross_crimson_planks.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/cross_crimson_planks", "particle": "new_soviet:block/floor/planks/cross_crimson_planks" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks.json b/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks.json index ce09cf3..6bca8ff 100644 --- a/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks.json +++ b/src/main/resources/assets/new_soviet/models/block/cross_dark_oak_planks.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/cross_dark_oak_planks", "particle": "new_soviet:block/floor/planks/cross_dark_oak_planks" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks.json b/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks.json index 885b129..f7b8537 100644 --- a/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks.json +++ b/src/main/resources/assets/new_soviet/models/block/cross_jungle_planks.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/cross_jungle_planks", "particle": "new_soviet:block/floor/planks/cross_jungle_planks" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks.json b/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks.json index b07685c..37a4355 100644 --- a/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks.json +++ b/src/main/resources/assets/new_soviet/models/block/cross_mangrove_planks.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/cross_mangrove_planks", "particle": "new_soviet:block/floor/planks/cross_mangrove_planks" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_oak_planks.json b/src/main/resources/assets/new_soviet/models/block/cross_oak_planks.json index 7cc3112..90a2020 100644 --- a/src/main/resources/assets/new_soviet/models/block/cross_oak_planks.json +++ b/src/main/resources/assets/new_soviet/models/block/cross_oak_planks.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/cross_oak_planks", "particle": "new_soviet:block/floor/planks/cross_oak_planks" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_orange_linoleum.json b/src/main/resources/assets/new_soviet/models/block/cross_orange_linoleum.json index 3a9cd75..9b966f4 100644 --- a/src/main/resources/assets/new_soviet/models/block/cross_orange_linoleum.json +++ b/src/main/resources/assets/new_soviet/models/block/cross_orange_linoleum.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/linoleum/cross_orange_linoleum", "particle": "new_soviet:block/floor/linoleum/cross_orange_linoleum" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles.json b/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles.json index 7bfb9ef..f19eda0 100644 --- a/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/cross_sand_tiles.json @@ -2,8 +2,6 @@ "parent": "block/cube_all", "textures": { "all": "new_soviet:block/sand/cross_sand_tiles", - "particle": "new_soviet:block/sand/cross_sand_tiles" - + "prticle": "new_soviet:block/sand/cross_sand_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks.json b/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks.json index b5f6489..a282b74 100644 --- a/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks.json +++ b/src/main/resources/assets/new_soviet/models/block/cross_spruce_planks.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/cross_spruce_planks", "particle": "new_soviet:block/floor/planks/cross_spruce_planks" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cyan_linoleum.json b/src/main/resources/assets/new_soviet/models/block/cyan_linoleum.json index 520f2b4..d28af8e 100644 --- a/src/main/resources/assets/new_soviet/models/block/cyan_linoleum.json +++ b/src/main/resources/assets/new_soviet/models/block/cyan_linoleum.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/linoleum/cyan_linoleum", "particle": "new_soviet:block/floor/linoleum/cyan_linoleum" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/cyan_warning.json b/src/main/resources/assets/new_soviet/models/block/cyan_warning.json index cee0e8d..c2b1ace 100644 --- a/src/main/resources/assets/new_soviet/models/block/cyan_warning.json +++ b/src/main/resources/assets/new_soviet/models/block/cyan_warning.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/industrial/cyan_warning_stripes", "particle": "new_soviet:block/industrial/cyan_warning_stripes" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles.json index 616f6d4..9aa4b08 100644 --- a/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/dark_brick_tiles.json @@ -1,9 +1,7 @@ { "parent": "block/cube_all", "textures": { - "all": "new_soviet:block/brown/dark_brown_tiles", - "particle": "new_soviet:block/brown/dark_brown_tiles" - + "all": "new_soviet:block/brick/dark_brick_tiles", + "particle": "new_soviet:block/brick/dark_brick_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/deepslate_tiles.json b/src/main/resources/assets/new_soviet/models/block/deepslate_tiles.json index e80e9c8..3d04145 100644 --- a/src/main/resources/assets/new_soviet/models/block/deepslate_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/deepslate_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/deepslate/deepslate_tiles", "particle": "new_soviet:block/deepslate/deepslate_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/diagonal_calcite_tiles.json b/src/main/resources/assets/new_soviet/models/block/diagonal_calcite_tiles.json index ce12a60..641237b 100644 --- a/src/main/resources/assets/new_soviet/models/block/diagonal_calcite_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/diagonal_calcite_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/calcite/diagonal_calcite_tiles", "particle": "new_soviet:block/calcite/diagonal_calcite_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/diagonal_deepslate_tiles.json b/src/main/resources/assets/new_soviet/models/block/diagonal_deepslate_tiles.json index 7e1e782..500dbd0 100644 --- a/src/main/resources/assets/new_soviet/models/block/diagonal_deepslate_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/diagonal_deepslate_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/deepslate/diagonal_deepslate_tiles", "particle": "new_soviet:block/deepslate/diagonal_deepslate_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/diorite_bricks.json b/src/main/resources/assets/new_soviet/models/block/diorite_bricks.json index 08d9be5..a39cb37 100644 --- a/src/main/resources/assets/new_soviet/models/block/diorite_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/diorite_bricks.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/diorite/diorite_bricks", "particle": "new_soviet:block/diorite/diorite_bricks" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/diorite_tiles.json b/src/main/resources/assets/new_soviet/models/block/diorite_tiles.json index 7db3d0c..eb7eac2 100644 --- a/src/main/resources/assets/new_soviet/models/block/diorite_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/diorite_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/diorite/diorite_tiles", "particle": "new_soviet:block/diorite/diorite_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles.json b/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles.json index 92617b7..bccf2a0 100644 --- a/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/dirty_aquamarine_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/aquamarine/dirty_aquamarine_tiles", "particle": "new_soviet:block/aquamarine/dirty_aquamarine_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles.json index 9a93e9f..cda9e6a 100644 --- a/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/dirty_brick_tiles.json @@ -1,9 +1,7 @@ { "parent": "block/cube_all", "textures": { - "all": "new_soviet:block/brown/dirty_brown_tiles", - "particle": "new_soviet:block/brown/dirty_brown_tiles" - + "all": "new_soviet:block/brick/dirty_brick_tiles", + "particle": "new_soviet:block/brick/dirty_brick_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles.json index 39c6af1..b0e59e8 100644 --- a/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/dirty_dark_brick_tiles.json @@ -1,9 +1,7 @@ { "parent": "block/cube_all", "textures": { - "all": "new_soviet:block/brown/dirty_dark_brown_tiles", - "particle": "new_soviet:block/brown/dirty_dark_brown_tiles" - + "all": "new_soviet:block/brick/dirty_dark_brick_tiles", + "particle": "new_soviet:block/brick/dirty_dark_brick_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dripstone_bricks.json b/src/main/resources/assets/new_soviet/models/block/dripstone_bricks.json index 2ebeadf..107f336 100644 --- a/src/main/resources/assets/new_soviet/models/block/dripstone_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/dripstone_bricks.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/dripstone/dripstone_bricks", "particle": "new_soviet:block/dripstone/dripstone_bricks" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/dripstone_tiles.json b/src/main/resources/assets/new_soviet/models/block/dripstone_tiles.json index ef0db01..9c06414 100644 --- a/src/main/resources/assets/new_soviet/models/block/dripstone_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/dripstone_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/dripstone/dripstone_tiles", "particle": "new_soviet:block/dripstone/dripstone_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/glazed_aquamarine_tiles.json b/src/main/resources/assets/new_soviet/models/block/glazed_aquamarine_tiles.json index 6682e4d..87a656f 100644 --- a/src/main/resources/assets/new_soviet/models/block/glazed_aquamarine_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/glazed_aquamarine_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/aquamarine/glazed_aquamarine_tiles", "particle": "new_soviet:block/aquamarine/glazed_aquamarine_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/glazed_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/glazed_brick_tiles.json index 97ceea5..dd60ed2 100644 --- a/src/main/resources/assets/new_soviet/models/block/glazed_brick_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/glazed_brick_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/red/glazed_red_tiles", "particle": "new_soviet:block/red/glazed_red_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/glazed_light_blue_tiles.json b/src/main/resources/assets/new_soviet/models/block/glazed_light_blue_tiles.json index e44044b..19b79dc 100644 --- a/src/main/resources/assets/new_soviet/models/block/glazed_light_blue_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/glazed_light_blue_tiles.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/light_blue/glazed_light_blue_tiles", "particle": "new_soviet:block/light_blue/glazed_light_blue_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/glazed_teal_tiles.json b/src/main/resources/assets/new_soviet/models/block/glazed_teal_tiles.json index dd8414a..2ec440d 100644 --- a/src/main/resources/assets/new_soviet/models/block/glazed_teal_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/glazed_teal_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/teal/glazed_teal_tiles", "particle": "new_soviet:block/teal/glazed_teal_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/gray_linoleum.json b/src/main/resources/assets/new_soviet/models/block/gray_linoleum.json index 4e0a48c..c056e35 100644 --- a/src/main/resources/assets/new_soviet/models/block/gray_linoleum.json +++ b/src/main/resources/assets/new_soviet/models/block/gray_linoleum.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/linoleum/gray_linoleum", "particle": "new_soviet:block/floor/linoleum/gray_linoleum" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/gray_warning.json b/src/main/resources/assets/new_soviet/models/block/gray_warning.json index 4ee1337..9b6bc7b 100644 --- a/src/main/resources/assets/new_soviet/models/block/gray_warning.json +++ b/src/main/resources/assets/new_soviet/models/block/gray_warning.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/industrial/gray_warning_stripes", "particle": "new_soviet:block/industrial/gray_warning_stripes" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_bricks.json b/src/main/resources/assets/new_soviet/models/block/green_bricks.json index e2de718..5181e26 100644 --- a/src/main/resources/assets/new_soviet/models/block/green_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/green_bricks.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/green/green_bricks", "particle": "new_soviet:block/green/green_bricks" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_bricks_2.json b/src/main/resources/assets/new_soviet/models/block/green_bricks_2.json index a745589..7498cb2 100644 --- a/src/main/resources/assets/new_soviet/models/block/green_bricks_2.json +++ b/src/main/resources/assets/new_soviet/models/block/green_bricks_2.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/green/green_bricks_with_any", "particle": "new_soviet:block/green/green_bricks_with_any" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_linoleum.json b/src/main/resources/assets/new_soviet/models/block/green_linoleum.json index 64631ff..161179c 100644 --- a/src/main/resources/assets/new_soviet/models/block/green_linoleum.json +++ b/src/main/resources/assets/new_soviet/models/block/green_linoleum.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/linoleum/green_linoleum", "particle": "new_soviet:block/floor/linoleum/green_linoleum" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_wallpaper.json b/src/main/resources/assets/new_soviet/models/block/green_wallpaper.json index d7b2e0b..ace0fb4 100644 --- a/src/main/resources/assets/new_soviet/models/block/green_wallpaper.json +++ b/src/main/resources/assets/new_soviet/models/block/green_wallpaper.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/wallpapers/green_wallpaper", "particle": "new_soviet:block/wallpapers/green_wallpaper" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_warning.json b/src/main/resources/assets/new_soviet/models/block/green_warning.json index 4cb1280..402128e 100644 --- a/src/main/resources/assets/new_soviet/models/block/green_warning.json +++ b/src/main/resources/assets/new_soviet/models/block/green_warning.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/industrial/green_warning_stripes", "particle": "new_soviet:block/industrial/green_warning_stripes" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/green_white_tiles.json b/src/main/resources/assets/new_soviet/models/block/green_white_tiles.json index 49ad735..ec3e5b0 100644 --- a/src/main/resources/assets/new_soviet/models/block/green_white_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/green_white_tiles.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/green_white/green_white_tiles", "particle": "new_soviet:block/green_white/green_white_tiles" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks.json b/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks.json index 26f2b97..f6232c3 100644 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks.json +++ b/src/main/resources/assets/new_soviet/models/block/herringbone_acacia_planks.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/herringbone_acacia_planks", "particle": "new_soviet:block/floor/planks/herringbone_acacia_planks" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks.json b/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks.json index 8b732cb..7b83aed 100644 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks.json +++ b/src/main/resources/assets/new_soviet/models/block/herringbone_birch_planks.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/herringbone_birch_planks", "particle": "new_soviet:block/floor/planks/herringbone_birch_planks" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks.json b/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks.json index 576344d..5c1101a 100644 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks.json +++ b/src/main/resources/assets/new_soviet/models/block/herringbone_crimson_planks.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/herringbone_crimson_planks", "particle": "new_soviet:block/floor/planks/herringbone_crimson_planks" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks.json b/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks.json index fbdc7a2..ac7f92c 100644 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks.json +++ b/src/main/resources/assets/new_soviet/models/block/herringbone_dark_oak_planks.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/herringbone_dark_oak_planks", "particle": "new_soviet:block/floor/planks/herringbone_dark_oak_planks" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks.json b/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks.json index 7369196..5acc306 100644 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks.json +++ b/src/main/resources/assets/new_soviet/models/block/herringbone_jungle_planks.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/herringbone_jungle_planks", "particle": "new_soviet:block/floor/planks/herringbone_jungle_planks" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks.json b/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks.json index a0c50b2..efc02b1 100644 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks.json +++ b/src/main/resources/assets/new_soviet/models/block/herringbone_mangrove_planks.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/herringbone_mangrove_planks", "particle": "new_soviet:block/floor/planks/herringbone_mangrove_planks" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks.json b/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks.json index 1ecdc6a..b00298a 100644 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks.json +++ b/src/main/resources/assets/new_soviet/models/block/herringbone_oak_planks.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/herringbone_oak_planks", "particle": "new_soviet:block/floor/planks/herringbone_oak_planks" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_parquet.json b/src/main/resources/assets/new_soviet/models/block/herringbone_parquet.json index 7ea947f..38a96c0 100644 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_parquet.json +++ b/src/main/resources/assets/new_soviet/models/block/herringbone_parquet.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/herringbone_parquet", "particle": "new_soviet:block/floor/planks/herringbone_parquet" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles.json b/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles.json index c91c278..5df1c5b 100644 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/herringbone_sand_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/sand/herringbone_sand_tiles", "particle": "new_soviet:block/sand/herringbone_sand_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks.json b/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks.json index d0dd1f4..3463081 100644 --- a/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks.json +++ b/src/main/resources/assets/new_soviet/models/block/herringbone_spruce_planks.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/herringbone_spruce_planks", "particle": "new_soviet:block/floor/planks/herringbone_spruce_planks" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/industrial_warning.json b/src/main/resources/assets/new_soviet/models/block/industrial_warning.json index 94b7925..ef7f5f0 100644 --- a/src/main/resources/assets/new_soviet/models/block/industrial_warning.json +++ b/src/main/resources/assets/new_soviet/models/block/industrial_warning.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/industrial/industrial_warning_stripes", "particle": "new_soviet:block/industrial/industrial_warning_stripes" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/light_blue_bricks.json b/src/main/resources/assets/new_soviet/models/block/light_blue_bricks.json index 129b2f0..93c7867 100644 --- a/src/main/resources/assets/new_soviet/models/block/light_blue_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/light_blue_bricks.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/light_blue/light_blue_bricks", "particle": "new_soviet:block/light_blue/light_blue_bricks" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/light_blue_tiles.json b/src/main/resources/assets/new_soviet/models/block/light_blue_tiles.json index e9717fb..dc8562f 100644 --- a/src/main/resources/assets/new_soviet/models/block/light_blue_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/light_blue_tiles.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/light_blue/light_blue_tiles", "particle": "new_soviet:block/light_blue/light_blue_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/light_blue_warning.json b/src/main/resources/assets/new_soviet/models/block/light_blue_warning.json index a1a8df0..b70d761 100644 --- a/src/main/resources/assets/new_soviet/models/block/light_blue_warning.json +++ b/src/main/resources/assets/new_soviet/models/block/light_blue_warning.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/industrial/light_blue_warning_stripes", "particle": "new_soviet:block/industrial/light_blue_warning_stripes" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/lime_warning.json b/src/main/resources/assets/new_soviet/models/block/lime_warning.json index da721ad..7621685 100644 --- a/src/main/resources/assets/new_soviet/models/block/lime_warning.json +++ b/src/main/resources/assets/new_soviet/models/block/lime_warning.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/industrial/lime_warning_stripes", "particle": "new_soviet:block/industrial/lime_warning_stripes" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/magenta_warning.json b/src/main/resources/assets/new_soviet/models/block/magenta_warning.json index 33d256c..926e5b9 100644 --- a/src/main/resources/assets/new_soviet/models/block/magenta_warning.json +++ b/src/main/resources/assets/new_soviet/models/block/magenta_warning.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/industrial/magenta_warning_stripes", "particle": "new_soviet:block/industrial/magenta_warning_stripes" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/meat_1.json b/src/main/resources/assets/new_soviet/models/block/meat_1.json index b9e9bd2..89037c3 100644 --- a/src/main/resources/assets/new_soviet/models/block/meat_1.json +++ b/src/main/resources/assets/new_soviet/models/block/meat_1.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/meat/meat", "particle": "new_soviet:block/meat/meat" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/meat_2.json b/src/main/resources/assets/new_soviet/models/block/meat_2.json index 9f77014..4c050fd 100644 --- a/src/main/resources/assets/new_soviet/models/block/meat_2.json +++ b/src/main/resources/assets/new_soviet/models/block/meat_2.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/meat/meat2", "particle": "new_soviet:block/meat/meat2" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/meat_3.json b/src/main/resources/assets/new_soviet/models/block/meat_3.json index b6ffea9..8c3a731 100644 --- a/src/main/resources/assets/new_soviet/models/block/meat_3.json +++ b/src/main/resources/assets/new_soviet/models/block/meat_3.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/meat/meat3", "particle": "new_soviet:block/meat/meat3" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/meat_eye.json b/src/main/resources/assets/new_soviet/models/block/meat_eye.json index c72c72b..698cd93 100644 --- a/src/main/resources/assets/new_soviet/models/block/meat_eye.json +++ b/src/main/resources/assets/new_soviet/models/block/meat_eye.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/meat/meat_eye", "particle": "new_soviet:block/meat/meat" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/meat_teeth.json b/src/main/resources/assets/new_soviet/models/block/meat_teeth.json index bff691b..50269a8 100644 --- a/src/main/resources/assets/new_soviet/models/block/meat_teeth.json +++ b/src/main/resources/assets/new_soviet/models/block/meat_teeth.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/meat/meat_teeth", "particle": "new_soviet:block/meat/meat" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/metal_plating.json b/src/main/resources/assets/new_soviet/models/block/metal_plating.json index 89b1b6b..56f04cb 100644 --- a/src/main/resources/assets/new_soviet/models/block/metal_plating.json +++ b/src/main/resources/assets/new_soviet/models/block/metal_plating.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/industrial/metal_plating", "particle": "new_soviet:block/industrial/metal_plating" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles.json index 0b6e3a6..d085b22 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_aquamarine_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/aquamarine/mossy_aquamarine_tiles", "particle": "new_soviet:block/aquamarine/mossy_aquamarine_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles.json index b713511..b5bf8ba 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_brick_tiles.json @@ -1,9 +1,7 @@ { "parent": "block/cube_all", "textures": { - "all": "new_soviet:block/brown/mossy_brown_tiles", - "particle": "new_soviet:block/brown/mossy_brown_tiles" - + "all": "new_soviet:block/brick/mossy_brick_tiles", + "particle": "new_soviet:block/brick/mossy_brick_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles.json index 5c67a25..b538b0d 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_calcite_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/calcite/mossy_calcite_tiles", "particle": "new_soviet:block/calcite/mossy_calcite_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles.json index 0acdb96..a79436c 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_dark_brick_tiles.json @@ -1,9 +1,7 @@ { "parent": "block/cube_all", "textures": { - "all": "new_soviet:block/brown/mossy_dark_brown_tiles", - "particle": "new_soviet:block/brown/mossy_dark_brown_tiles" - + "all": "new_soviet:block/brick/mossy_dark_brick_tiles", + "particle": "new_soviet:block/brick/mossy_dark_brick_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles.json index 27cf575..fa97bb4 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_deepslate_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/deepslate/mossy_deepslate_tiles", "particle": "new_soviet:block/deepslate/mossy_deepslate_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks.json b/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks.json index 7332ea9..ea13138 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_diorite_bricks.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/diorite/mossy_diorite_bricks", "particle": "new_soviet:block/diorite/mossy_diorite_bricks" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_diorite_tiles.json index 8d885da..9d39d19 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_diorite_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_diorite_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/diorite/mossy_diorite_tiles", "particle": "new_soviet:block/diorite/mossy_diorite_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles.json index 236d1af..dba19cf 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_dripstone_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/dripstone/mossy_dripstone_tiles", "particle": "new_soviet:block/dripstone/mossy_dripstone_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks.json index 28b99ac..8843b6d 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/green/mossy_green_bricks", "particle": "new_soviet:block/green/mossy_green_bricks" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2.json index 79f564a..1187969 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_green_bricks_2.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/green/mossy_green_bricks_with_any", "particle": "new_soviet:block/green/mossy_green_bricks_with_any" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles.json index f1b48d8..f7c4f0f 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_green_white_tiles.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/green_white/mossy_green_white_tiles", "particle": "new_soviet:block/green_white/mossy_green_white_tiles" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks.json b/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks.json index 7ebb7f7..f924725 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_bricks.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/light_blue/mossy_light_blue_bricks", "particle": "new_soviet:block/light_blue/mossy_light_blue_bricks" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles.json index e0d79c6..f4ab9c7 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_light_blue_tiles.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/light_blue/mossy_light_blue_tiles", "particle": "new_soviet:block/light_blue/mossy_light_blue_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks.json b/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks.json index ba6caa1..fd41582 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_red_bricks.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/red/mossy_red_bricks", "particle": "new_soviet:block/red/mossy_red_bricks" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks.json b/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks.json index c93517b..4813200 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_sand_bricks.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/sand/mossy_sand_bricks", "particle": "new_soviet:block/sand/mossy_sand_bricks" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles.json index 81dff76..4f7c1d4 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_sand_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/sand/mossy_sand_tiles", "particle": "new_soviet:block/sand/mossy_sand_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles.json index 0807cda..b118219 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_teal_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/teal/mossy_teal_tiles", "particle": "new_soviet:block/teal/mossy_teal_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks.json b/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks.json index 346bfe7..d84f65b 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_tuff_bricks.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/tuff/mossy_tuff_bricks", "particle": "new_soviet:block/tuff/mossy_tuff_bricks" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles.json b/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles.json index 449b067..cfb2de1 100644 --- a/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/mossy_tuff_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/tuff/mossy_tuff_tiles", "particle": "new_soviet:block/tuff/mossy_tuff_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/nii_floor.json b/src/main/resources/assets/new_soviet/models/block/nii_floor.json index c287156..e82adcf 100644 --- a/src/main/resources/assets/new_soviet/models/block/nii_floor.json +++ b/src/main/resources/assets/new_soviet/models/block/nii_floor.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/research_institute/nii_floor", "particle": "new_soviet:block/research_institute/nii_floor" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/nii_wall_1.json b/src/main/resources/assets/new_soviet/models/block/nii_wall_1.json index 52d519c..71929b2 100644 --- a/src/main/resources/assets/new_soviet/models/block/nii_wall_1.json +++ b/src/main/resources/assets/new_soviet/models/block/nii_wall_1.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/research_institute/nii_wall_1", "particle": "new_soviet:block/research_institute/nii_wall_1" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/nii_wall_2.json b/src/main/resources/assets/new_soviet/models/block/nii_wall_2.json index 3b2a4f8..221cd79 100644 --- a/src/main/resources/assets/new_soviet/models/block/nii_wall_2.json +++ b/src/main/resources/assets/new_soviet/models/block/nii_wall_2.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/research_institute/nii_wall2", "particle": "new_soviet:block/research_institute/nii_wall2" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/nii_wall_3.json b/src/main/resources/assets/new_soviet/models/block/nii_wall_3.json index 24ef7ca..3c5b5c1 100644 --- a/src/main/resources/assets/new_soviet/models/block/nii_wall_3.json +++ b/src/main/resources/assets/new_soviet/models/block/nii_wall_3.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/research_institute/nii_wall3", "particle": "new_soviet:block/research_institute/nii_wall3" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/orange_linoleum.json b/src/main/resources/assets/new_soviet/models/block/orange_linoleum.json index bc8c6bb..77d8969 100644 --- a/src/main/resources/assets/new_soviet/models/block/orange_linoleum.json +++ b/src/main/resources/assets/new_soviet/models/block/orange_linoleum.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/linoleum/orange_linoleum", "particle": "new_soviet:block/floor/linoleum/orange_linoleum" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/orange_warning.json b/src/main/resources/assets/new_soviet/models/block/orange_warning.json index c2dd93c..92cff7f 100644 --- a/src/main/resources/assets/new_soviet/models/block/orange_warning.json +++ b/src/main/resources/assets/new_soviet/models/block/orange_warning.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/industrial/orange_warning_stripes", "particle": "new_soviet:block/industrial/orange_warning_stripes" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/purple_warning.json b/src/main/resources/assets/new_soviet/models/block/purple_warning.json index 39c2822..b657cff 100644 --- a/src/main/resources/assets/new_soviet/models/block/purple_warning.json +++ b/src/main/resources/assets/new_soviet/models/block/purple_warning.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/industrial/purple_warning_stripes", "particle": "new_soviet:block/industrial/purple_warning_stripes" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_bricks.json b/src/main/resources/assets/new_soviet/models/block/red_bricks.json index 82bf01c..8a2c928 100644 --- a/src/main/resources/assets/new_soviet/models/block/red_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/red_bricks.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/red/red_bricks", "particle": "new_soviet:block/red/red_bricks" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_linoleum.json b/src/main/resources/assets/new_soviet/models/block/red_linoleum.json index c4b4820..0f72e9c 100644 --- a/src/main/resources/assets/new_soviet/models/block/red_linoleum.json +++ b/src/main/resources/assets/new_soviet/models/block/red_linoleum.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/floor/linoleum/red_linoleum", "particle": "new_soviet:block/floor/linoleum/red_linoleum" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_mattress.json b/src/main/resources/assets/new_soviet/models/block/red_mattress.json index 4b440ea..91cce47 100644 --- a/src/main/resources/assets/new_soviet/models/block/red_mattress.json +++ b/src/main/resources/assets/new_soviet/models/block/red_mattress.json @@ -4,5 +4,4 @@ "11": "minecraft:block/custom/mattress/mattress_red", "particle": "minecraft:block/custom/mattress/mattress_red" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/red_warning.json b/src/main/resources/assets/new_soviet/models/block/red_warning.json index fced728..c4e626d 100644 --- a/src/main/resources/assets/new_soviet/models/block/red_warning.json +++ b/src/main/resources/assets/new_soviet/models/block/red_warning.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/industrial/red_warning_stripes", "particle": "new_soviet:block/industrial/red_warning_stripes" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/sand_bricks.json b/src/main/resources/assets/new_soviet/models/block/sand_bricks.json index b6658fb..42f8b3f 100644 --- a/src/main/resources/assets/new_soviet/models/block/sand_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/sand_bricks.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/sand/sand_bricks", "particle": "new_soviet:block/sand/sand_bricks" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/sand_tiles.json b/src/main/resources/assets/new_soviet/models/block/sand_tiles.json index 06989d7..d72b41b 100644 --- a/src/main/resources/assets/new_soviet/models/block/sand_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/sand_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/sand/sand_tiles", "particle": "new_soviet:block/sand/sand_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/separated_parquet.json b/src/main/resources/assets/new_soviet/models/block/separated_parquet.json index 182813d..c3b59cc 100644 --- a/src/main/resources/assets/new_soviet/models/block/separated_parquet.json +++ b/src/main/resources/assets/new_soviet/models/block/separated_parquet.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/separated_parquet", "particle": "new_soviet:block/floor/planks/separated_parquet" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_aquamarine_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_aquamarine_tiles.json index 3790ee8..6edfb1d 100644 --- a/src/main/resources/assets/new_soviet/models/block/small_aquamarine_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/small_aquamarine_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/aquamarine/small_aquamarine_tiles", "particle": "new_soviet:block/aquamarine/small_aquamarine_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_cracked_aquamarine_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_cracked_aquamarine_tiles.json index c429a27..1b36356 100644 --- a/src/main/resources/assets/new_soviet/models/block/small_cracked_aquamarine_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/small_cracked_aquamarine_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/aquamarine/small_cracked_aquamarine_tiles", "particle": "new_soviet:block/aquamarine/small_cracked_aquamarine_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_cracked_deepslate_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_cracked_deepslate_tiles.json index 95ffe4f..5a1a60d 100644 --- a/src/main/resources/assets/new_soviet/models/block/small_cracked_deepslate_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/small_cracked_deepslate_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/deepslate/small_cracked_deepslate_tiles", "particle": "new_soviet:block/deepslate/small_cracked_deepslate_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_cracked_diorite_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_cracked_diorite_tiles.json index dd003c5..461b0c9 100644 --- a/src/main/resources/assets/new_soviet/models/block/small_cracked_diorite_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/small_cracked_diorite_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/diorite/small_cracked_diorite_tiles", "particle": "new_soviet:block/diorite/small_cracked_diorite_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_cracked_granite_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_cracked_granite_tiles.json index b24af4b..1c0bdfe 100644 --- a/src/main/resources/assets/new_soviet/models/block/small_cracked_granite_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/small_cracked_granite_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/granite/small_cracked_granite_tiles", "particle": "new_soviet:block/granite/small_cracked_granite_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_cracked_light_blue_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_cracked_light_blue_tiles.json index 02296d1..73d4951 100644 --- a/src/main/resources/assets/new_soviet/models/block/small_cracked_light_blue_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/small_cracked_light_blue_tiles.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/light_blue/small_cracked_light_blue_tiles", "particle": "new_soviet:block/light_blue/small_cracked_light_blue_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_cracked_sand_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_cracked_sand_tiles.json index 63a49d5..6da1b2c 100644 --- a/src/main/resources/assets/new_soviet/models/block/small_cracked_sand_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/small_cracked_sand_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/sand/small_cracked_sand_tiles", "particle": "new_soviet:block/sand/small_cracked_sand_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_cracked_teal_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_cracked_teal_tiles.json index dee3b22..003f5e7 100644 --- a/src/main/resources/assets/new_soviet/models/block/small_cracked_teal_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/small_cracked_teal_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/teal/small_cracked_teal_tiles", "particle": "new_soviet:block/teal/small_cracked_teal_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_cracked_yellow_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_cracked_yellow_tiles.json index 39f87f2..eb2547c 100644 --- a/src/main/resources/assets/new_soviet/models/block/small_cracked_yellow_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/small_cracked_yellow_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/yellow/small_cracked_yellow_tiles", "particle": "new_soviet:block/yellow/small_cracked_yellow_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_deepslate_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_deepslate_tiles.json index 1f92cf2..bb994a0 100644 --- a/src/main/resources/assets/new_soviet/models/block/small_deepslate_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/small_deepslate_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/deepslate/small_deepslate_tiles", "particle": "new_soviet:block/deepslate/small_deepslate_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_diorite_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_diorite_tiles.json index 6cd9044..b4dbd95 100644 --- a/src/main/resources/assets/new_soviet/models/block/small_diorite_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/small_diorite_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/diorite/small_diorite_tiles", "particle": "new_soviet:block/diorite/small_diorite_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_granite_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_granite_tiles.json index 9a56680..1def467 100644 --- a/src/main/resources/assets/new_soviet/models/block/small_granite_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/small_granite_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/granite/small_granite_tiles", "particle": "new_soviet:block/granite/small_granite_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_light_blue_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_light_blue_tiles.json index ab46e13..f158f77 100644 --- a/src/main/resources/assets/new_soviet/models/block/small_light_blue_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/small_light_blue_tiles.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/light_blue/small_light_blue_tiles", "particle": "new_soviet:block/light_blue/small_light_blue_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_sand_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_sand_tiles.json index 985716f..3da1acf 100644 --- a/src/main/resources/assets/new_soviet/models/block/small_sand_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/small_sand_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/sand/small_sand_tiles", "particle": "new_soviet:block/sand/small_sand_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_teal_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_teal_tiles.json index 80c59fa..1110c27 100644 --- a/src/main/resources/assets/new_soviet/models/block/small_teal_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/small_teal_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/teal/small_teal_tiles", "particle": "new_soviet:block/teal/small_teal_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_white_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_white_tiles.json index 6d34608..a0382d8 100644 --- a/src/main/resources/assets/new_soviet/models/block/small_white_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/small_white_tiles.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/white/small_white_tiles", "particle": "new_soviet:block/white/small_white_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/small_yellow_tiles.json b/src/main/resources/assets/new_soviet/models/block/small_yellow_tiles.json index f87ea2b..babdcb9 100644 --- a/src/main/resources/assets/new_soviet/models/block/small_yellow_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/small_yellow_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/yellow/small_yellow_tiles", "particle": "new_soviet:block/yellow/small_yellow_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/straight_parquet.json b/src/main/resources/assets/new_soviet/models/block/straight_parquet.json index 85eeaa3..ba95815 100644 --- a/src/main/resources/assets/new_soviet/models/block/straight_parquet.json +++ b/src/main/resources/assets/new_soviet/models/block/straight_parquet.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/floor/planks/straight_parquet", "particle": "new_soviet:block/floor/planks/straight_parquet" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/teal_tiles.json b/src/main/resources/assets/new_soviet/models/block/teal_tiles.json index fb500ca..c182b40 100644 --- a/src/main/resources/assets/new_soviet/models/block/teal_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/teal_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/teal/teal_tiles", "particle": "new_soviet:block/teal/teal_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/tuff_bricks.json b/src/main/resources/assets/new_soviet/models/block/tuff_bricks.json index 2eadd31..2999360 100644 --- a/src/main/resources/assets/new_soviet/models/block/tuff_bricks.json +++ b/src/main/resources/assets/new_soviet/models/block/tuff_bricks.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/tuff/tuff_bricks", "particle": "new_soviet:block/tuff/tuff_bricks" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/tuff_tiles.json b/src/main/resources/assets/new_soviet/models/block/tuff_tiles.json index c331a44..9114d44 100644 --- a/src/main/resources/assets/new_soviet/models/block/tuff_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/tuff_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/tuff/tuff_tiles", "particle": "new_soviet:block/tuff/tuff_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles.json b/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles.json index 1c49917..0f378c4 100644 --- a/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/variated_light_blue_tiles.json @@ -4,5 +4,4 @@ "all": "new_soviet:block/light_blue/variated_light_blue_tiles", "particle": "new_soviet:block/light_blue/variated_light_blue_tiles" } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles.json b/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles.json index 66ad9ae..29eb490 100644 --- a/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles.json +++ b/src/main/resources/assets/new_soviet/models/block/variated_teal_tiles.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/teal/variated_teal_tiles", "particle": "new_soviet:block/teal/variated_teal_tiles" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/very_cracked_whitewash.json b/src/main/resources/assets/new_soviet/models/block/very_cracked_whitewash.json index f637daf..7d859bb 100644 --- a/src/main/resources/assets/new_soviet/models/block/very_cracked_whitewash.json +++ b/src/main/resources/assets/new_soviet/models/block/very_cracked_whitewash.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/whitewash/very_cracked_whitewash", "particle": "new_soviet:block/whitewash/very_cracked_whitewash" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/whitewash.json b/src/main/resources/assets/new_soviet/models/block/whitewash.json index 8afa0c4..75b7e13 100644 --- a/src/main/resources/assets/new_soviet/models/block/whitewash.json +++ b/src/main/resources/assets/new_soviet/models/block/whitewash.json @@ -3,7 +3,5 @@ "textures": { "all": "new_soviet:block/whitewash/whitewash", "particle": "new_soviet:block/whitewash/whitewash" - } -} - +} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/yellow_warning.json b/src/main/resources/assets/new_soviet/models/block/yellow_warning.json index f5920c5..a8d2339 100644 --- a/src/main/resources/assets/new_soviet/models/block/yellow_warning.json +++ b/src/main/resources/assets/new_soviet/models/block/yellow_warning.json @@ -3,6 +3,5 @@ "textures": { "all": "new_soviet:block/industrial/yellow_warning_stripes", "particle": "new_soviet:block/industrial/yellow_warning_stripes" - } } \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/textures/block/brown/brown_tiles.png b/src/main/resources/assets/new_soviet/textures/block/brick/brick_tiles.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/brown/brown_tiles.png rename to src/main/resources/assets/new_soviet/textures/block/brick/brick_tiles.png diff --git a/src/main/resources/assets/new_soviet/textures/block/brown/cracked_brown_tiles.png b/src/main/resources/assets/new_soviet/textures/block/brick/cracked_brick_tiles.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/brown/cracked_brown_tiles.png rename to src/main/resources/assets/new_soviet/textures/block/brick/cracked_brick_tiles.png diff --git a/src/main/resources/assets/new_soviet/textures/block/brown/cracked_dark_brown_tiles.png b/src/main/resources/assets/new_soviet/textures/block/brick/cracked_dark_brick_tiles.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/brown/cracked_dark_brown_tiles.png rename to src/main/resources/assets/new_soviet/textures/block/brick/cracked_dark_brick_tiles.png diff --git a/src/main/resources/assets/new_soviet/textures/block/brown/dark_brown_tiles.png b/src/main/resources/assets/new_soviet/textures/block/brick/dark_brick_tiles.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/brown/dark_brown_tiles.png rename to src/main/resources/assets/new_soviet/textures/block/brick/dark_brick_tiles.png diff --git a/src/main/resources/assets/new_soviet/textures/block/brown/dirty_brown_tiles.png b/src/main/resources/assets/new_soviet/textures/block/brick/dirty_brick_tiles.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/brown/dirty_brown_tiles.png rename to src/main/resources/assets/new_soviet/textures/block/brick/dirty_brick_tiles.png diff --git a/src/main/resources/assets/new_soviet/textures/block/brown/dirty_dark_brown_tiles.png b/src/main/resources/assets/new_soviet/textures/block/brick/dirty_dark_brick_tiles.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/brown/dirty_dark_brown_tiles.png rename to src/main/resources/assets/new_soviet/textures/block/brick/dirty_dark_brick_tiles.png diff --git a/src/main/resources/assets/new_soviet/textures/block/brown/mossy_brown_tiles.png b/src/main/resources/assets/new_soviet/textures/block/brick/mossy_brick_tiles.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/brown/mossy_brown_tiles.png rename to src/main/resources/assets/new_soviet/textures/block/brick/mossy_brick_tiles.png diff --git a/src/main/resources/assets/new_soviet/textures/block/brown/mossy_dark_brown_tiles.png b/src/main/resources/assets/new_soviet/textures/block/brick/mossy_dark_brick_tiles.png similarity index 100% rename from src/main/resources/assets/new_soviet/textures/block/brown/mossy_dark_brown_tiles.png rename to src/main/resources/assets/new_soviet/textures/block/brick/mossy_dark_brick_tiles.png