diff --git a/CHANGELOG b/CHANGELOG index 9ca068a..075ba54 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -51,12 +51,11 @@ This version focuses on QOL and bug fixes * Bumped Fabric API, loader and mappings versions ### Changelog 0.3 -> 0.4 -Due to sheer amount of changes, many may be undocumented. We hope you enjoy this update! :D +Due to sheer amount of changes, some may be undocumented. We hope you enjoy this update! :D * Added dozens of new blocks * Texture improvements for existing blocks * Reworked wallpapers, added new ones -* Added windows * Concrete improvements * 3 new colours - basic, dark green and orange * Concrete with bars can now be placed horizontally. Or vertically. It's a matter of perspective! diff --git a/TODO.md b/TODO.md index 3062001..93a6dc8 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,7 @@ * Add windows * Add (with functionality) present appliance/furniture/electronics textures * Cigarettes are BROKEN and the code is a MESS sorry, but it needs CLEANUP -* Fix post lamp hit-boxes +* Fix post lamp hit-boxesw * Better landmines * more types * create integration ("landmine base" item) diff --git a/recipeTODO.txt b/recipeTODO.txt new file mode 100644 index 0000000..0746dfb --- /dev/null +++ b/recipeTODO.txt @@ -0,0 +1,13 @@ +=== Add +* whitewash recipe +* linoleum recipe +* crate recipe +* po-2 recipe +* wallpaper recipes +* cigarette recipe +* checkers and chess recipe +* post lamps recipes +* various lamps recipes + +=== DO NOT ADD +* Nutrient block \ No newline at end of file diff --git a/src/client/java/su/a71/new_soviet/NewSovietClient.java b/src/client/java/su/a71/new_soviet/NewSovietClient.java index 5bf67b0..135f433 100644 --- a/src/client/java/su/a71/new_soviet/NewSovietClient.java +++ b/src/client/java/su/a71/new_soviet/NewSovietClient.java @@ -30,28 +30,8 @@ public class NewSovietClient implements ClientModInitializer { BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.RUSTY_BLUE_IRON_BARS, RenderLayer.getCutout()); BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.VINTAGE_IRON_BARS, RenderLayer.getCutout()); BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.BARBED_WIRE, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.ACACIA_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.ACACIA_PANE_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.BIRCH_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.BIRCH_PANE_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.CHERRY_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.CHERRY_PANE_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.CRIMSON_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.CRIMSON_PANE_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.DARK_OAK_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.DARK_OAK_PANE_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.JUNGLE_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.JUNGLE_PANE_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.MANGROVE_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.MANGROVE_PANE_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.OAK_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.OAK_PANE_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.SPRUCE_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.SPRUCE_PANE_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.WARPED_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.WARPED_PANE_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.WHITEWASHED_WINDOW, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.WHITEWASHED_PANE_WINDOW, RenderLayer.getCutout()); + BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.TEST_WINDOW, RenderLayer.getCutout()); + BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.TEST_PANE_WINDOW, RenderLayer.getCutout()); BlockRenderLayerMap.INSTANCE.putBlock(NSE_Custom.TV, RenderLayer.getCutout()); BlockRenderLayerMap.INSTANCE.putBlock(NSE_Custom.RED_TV, RenderLayer.getCutout()); @@ -77,8 +57,6 @@ public class NewSovietClient implements ClientModInitializer { BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.MAGENTA_BOUNDARY_MARKER, RenderLayer.getCutout()); BlockRenderLayerMap.INSTANCE.putBlock(NSE_Blocks.PURPLE_BOUNDARY_MARKER, RenderLayer.getCutout()); - BlockRenderLayerMap.INSTANCE.putBlock(NSE_Custom.W_MACHINE, RenderLayer.getCutout()); - ColorProviderRegistry.BLOCK.register((state, view, pos, tintIndex) -> BoundaryMarkerBlock.getColour(state.get(BoundaryMarkerBlock.COLOUR)), NSE_Blocks.LIGHT_BLUE_BOUNDARY_MARKER, NSE_Blocks.WHITE_BOUNDARY_MARKER, NSE_Blocks.LIGHT_GRAY_BOUNDARY_MARKER, NSE_Blocks.GRAY_BOUNDARY_MARKER, NSE_Blocks.BLACK_BOUNDARY_MARKER, NSE_Blocks.BLUE_BOUNDARY_MARKER, NSE_Blocks.GREEN_BOUNDARY_MARKER, NSE_Blocks.LIME_BOUNDARY_MARKER, NSE_Blocks.BROWN_BOUNDARY_MARKER, diff --git a/src/client/java/su/a71/new_soviet/mixin/client/ItemRendererAccessor.java b/src/client/java/su/a71/new_soviet/mixin/client/ItemRendererAccessor.java deleted file mode 100644 index 6833e77..0000000 --- a/src/client/java/su/a71/new_soviet/mixin/client/ItemRendererAccessor.java +++ /dev/null @@ -1,12 +0,0 @@ -package su.a71.new_soviet.mixin.client; - -import net.minecraft.client.render.item.ItemModels; -import net.minecraft.client.render.item.ItemRenderer; -import org.spongepowered.asm.mixin.Mixin; -import org.spongepowered.asm.mixin.gen.Accessor; - -@Mixin(ItemRenderer.class) -public interface ItemRendererAccessor { - @Accessor("models") - ItemModels mccourse$getModels(); -} \ No newline at end of file diff --git a/src/client/java/su/a71/new_soviet/mixin/client/ItemRendererMixin.java b/src/client/java/su/a71/new_soviet/mixin/client/ItemRendererMixin.java deleted file mode 100644 index f173f0a..0000000 --- a/src/client/java/su/a71/new_soviet/mixin/client/ItemRendererMixin.java +++ /dev/null @@ -1,93 +0,0 @@ -package su.a71.new_soviet.mixin.client; - -import net.minecraft.client.render.VertexConsumerProvider; -import net.minecraft.client.render.item.ItemRenderer; -import net.minecraft.client.render.model.BakedModel; -import net.minecraft.client.render.model.json.ModelTransformationMode; -import net.minecraft.client.util.ModelIdentifier; -import net.minecraft.client.util.math.MatrixStack; -import net.minecraft.item.ItemStack; -import org.spongepowered.asm.mixin.Mixin; -import org.spongepowered.asm.mixin.injection.At; -import org.spongepowered.asm.mixin.injection.ModifyVariable; -import su.a71.new_soviet.NewSoviet; -import su.a71.new_soviet.registration.NSE_Blocks; -import su.a71.new_soviet.registration.NSE_Items; - -@Mixin(ItemRenderer.class) -public abstract class ItemRendererMixin { - @ModifyVariable(method = "renderItem", at = @At(value = "HEAD"), argsOnly = true) - public BakedModel useModels(BakedModel value, ItemStack stack, ModelTransformationMode renderMode, boolean leftHanded, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay) { - if (stack.isOf(NSE_Items.CIGARETTE) && (renderMode == ModelTransformationMode.GUI || renderMode == ModelTransformationMode.GROUND)) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "cigarette_item", "inventory")); - } - - if (stack.isOf(NSE_Blocks.ACACIA_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "acacia_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.ACACIA_PANE_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "acacia_pane_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.BIRCH_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "birch_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.BIRCH_PANE_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "birch_pane_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.CHERRY_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "cherry_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.CHERRY_PANE_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "cherry_pane_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.CRIMSON_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "crimson_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.CRIMSON_PANE_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "crimson_pane_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.DARK_OAK_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "dark_oak_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.DARK_OAK_PANE_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "dark_oak_pane_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.JUNGLE_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "jungle_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.JUNGLE_PANE_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "jungle_pane_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.MANGROVE_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "mangrove_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.MANGROVE_PANE_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "mangrove_pane_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.OAK_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "oak_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.OAK_PANE_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "oak_pane_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.SPRUCE_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "spruce_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.SPRUCE_PANE_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "spruce_pane_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.WARPED_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "warped_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.WARPED_PANE_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "warped_pane_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.WHITEWASHED_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "whitewashed_window_item", "inventory")); - } - if (stack.isOf(NSE_Blocks.WHITEWASHED_PANE_WINDOW.asItem()) && !stack.getOrCreateNbt().getBoolean("broken")) { - return ((ItemRendererAccessor) this).mccourse$getModels().getModelManager().getModel(new ModelIdentifier(NewSoviet.MOD_ID, "whitewashed_pane_window_item", "inventory")); - } - return value; - } -} \ No newline at end of file diff --git a/src/client/java/su/a71/new_soviet/mixin/client/ModelLoaderMixin.java b/src/client/java/su/a71/new_soviet/mixin/client/ModelLoaderMixin.java deleted file mode 100644 index 6974da6..0000000 --- a/src/client/java/su/a71/new_soviet/mixin/client/ModelLoaderMixin.java +++ /dev/null @@ -1,52 +0,0 @@ -package su.a71.new_soviet.mixin.client; - -import net.minecraft.client.color.block.BlockColors; -import net.minecraft.client.render.model.ModelLoader; -import net.minecraft.client.render.model.json.JsonUnbakedModel; -import net.minecraft.client.util.ModelIdentifier; -import net.minecraft.util.Identifier; -import net.minecraft.util.profiler.Profiler; -import org.spongepowered.asm.mixin.Mixin; -import org.spongepowered.asm.mixin.Shadow; -import org.spongepowered.asm.mixin.injection.At; -import org.spongepowered.asm.mixin.injection.Inject; -import org.spongepowered.asm.mixin.injection.callback.CallbackInfo; -import su.a71.new_soviet.NewSoviet; - -import java.util.List; -import java.util.Map; - -@Mixin(ModelLoader.class) -public abstract class ModelLoaderMixin { - @Shadow - protected abstract void addModel(ModelIdentifier modelId); - - @Inject(method = "", at = @At(value = "INVOKE", target = "Lnet/minecraft/client/render/model/ModelLoader;addModel(Lnet/minecraft/client/util/ModelIdentifier;)V", ordinal = 3, shift = At.Shift.AFTER)) - public void addModels(BlockColors blockColors, Profiler profiler, Map jsonUnbakedModels, Map> blockStates, CallbackInfo ci) { - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "cigarette_item", "inventory")); - - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "oak_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "acacia_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "acacia_pane_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "birch_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "birch_pane_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "cherry_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "cherry_pane_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "crimson_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "crimson_pane_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "dark_oak_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "dark_oak_pane_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "jungle_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "jungle_pane_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "mangrove_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "mangrove_pane_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "oak_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "oak_pane_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "spruce_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "spruce_pane_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "warped_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "warped_pane_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "whitewashed_window_item", "inventory")); - this.addModel(new ModelIdentifier(NewSoviet.MOD_ID, "whitewashed_pane_window_item", "inventory")); - } -} \ No newline at end of file diff --git a/src/main/generated/data/minecraft/tags/blocks/mineable/axe.json b/src/main/generated/data/minecraft/tags/blocks/mineable/axe.json index ed1edd4..49f8bcd 100644 --- a/src/main/generated/data/minecraft/tags/blocks/mineable/axe.json +++ b/src/main/generated/data/minecraft/tags/blocks/mineable/axe.json @@ -1,28 +1,6 @@ { "replace": false, "values": [ - "new_soviet:acacia_window", - "new_soviet:acacia_pane_window", - "new_soviet:birch_window", - "new_soviet:birch_pane_window", - "new_soviet:cherry_window", - "new_soviet:cherry_pane_window", - "new_soviet:crimson_window", - "new_soviet:crimson_pane_window", - "new_soviet:dark_oak_window", - "new_soviet:dark_oak_pane_window", - "new_soviet:jungle_window", - "new_soviet:jungle_pane_window", - "new_soviet:mangrove_window", - "new_soviet:mangrove_pane_window", - "new_soviet:oak_window", - "new_soviet:oak_pane_window", - "new_soviet:spruce_window", - "new_soviet:spruce_pane_window", - "new_soviet:warped_window", - "new_soviet:warped_pane_window", - "new_soviet:whitewashed_window", - "new_soviet:whitewashed_pane_window", "new_soviet:crate", "new_soviet:concrete_wall", "new_soviet:herringbone_acacia_planks", diff --git a/src/main/java/su/a71/new_soviet/blocks/WMachineBlock.java b/src/main/java/su/a71/new_soviet/blocks/WMachineBlock.java index 0adeaea..a7c109f 100644 --- a/src/main/java/su/a71/new_soviet/blocks/WMachineBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/WMachineBlock.java @@ -2,18 +2,12 @@ package su.a71.new_soviet.blocks; import net.minecraft.block.*; import net.minecraft.block.piston.PistonBehavior; -import net.minecraft.entity.EquipmentSlot; import net.minecraft.entity.player.PlayerEntity; -import net.minecraft.item.AirBlockItem; import net.minecraft.item.ItemPlacementContext; -import net.minecraft.item.ItemStack; -import net.minecraft.item.Items; import net.minecraft.sound.SoundCategory; import net.minecraft.sound.SoundEvents; import net.minecraft.state.StateManager; -import net.minecraft.state.property.BooleanProperty; import net.minecraft.state.property.Properties; -import net.minecraft.text.Text; import net.minecraft.util.ActionResult; import net.minecraft.util.Hand; import net.minecraft.util.hit.BlockHitResult; @@ -31,17 +25,16 @@ import su.a71.new_soviet.util.Shapes; public class WMachineBlock extends HorizontalFacingBlock { private final Shapes.HorizontalShape blockShape; - public static final BooleanProperty PAPER = BooleanProperty.of("paper"); public WMachineBlock(Settings settings, Shapes.HorizontalShape blockShape) { super(settings.notSolid().nonOpaque().noBlockBreakParticles().pistonBehavior(PistonBehavior.DESTROY).strength(0.1f, 2f)); - setDefaultState(getDefaultState().with(PAPER, false).with(Properties.HORIZONTAL_FACING, Direction.NORTH)); + setDefaultState(getDefaultState().with(Properties.HORIZONTAL_FACING, Direction.NORTH)); this.blockShape = blockShape; } @Override protected void appendProperties(StateManager.Builder builder) { - builder.add(Properties.HORIZONTAL_FACING, PAPER); + builder.add(Properties.HORIZONTAL_FACING); } @Override @@ -57,30 +50,15 @@ public class WMachineBlock extends HorizontalFacingBlock { @Override public ActionResult onUse(BlockState state, World world, BlockPos pos, PlayerEntity player, Hand hand, BlockHitResult hit) { - if (state.get(PAPER) && player.isSneaking() && player.getInventory().getMainHandStack().getItem() == Blocks.AIR.asItem()) { - player.equipStack(EquipmentSlot.MAINHAND, new ItemStack(Items.PAPER)); - BlockState updatedBlockState = state - .with(PAPER, false); - world.setBlockState(pos, updatedBlockState); - } - else if ((!state.get(PAPER) && player.getInventory().getMainHandStack().getItem() == Items.PAPER)) { - if (!player.isCreative()) - player.getInventory().getMainHandStack().decrement(1); - BlockState updatedBlockState = state - .with(PAPER, true); - world.setBlockState(pos, updatedBlockState); - } - else { - float pitch = (float) NewSoviet.RANDOM.nextBetween(8, 12) / 10; - float volume = (float) NewSoviet.RANDOM.nextBetween(5, 7) / 10; - world.playSound(null, pos, NSE_Sounds.W_MACHINE_BUTTON_PRESS, SoundCategory.BLOCKS, volume, pitch); - } + float pitch = (float) NewSoviet.RANDOM.nextBetween(8, 12) / 10; + float volume = (float) NewSoviet.RANDOM.nextBetween(5, 7) / 10; + world.playSound(null, pos, NSE_Sounds.W_MACHINE_BUTTON_PRESS, SoundCategory.BLOCKS, volume, pitch); return ActionResult.SUCCESS; } @Override public BlockState getPlacementState(ItemPlacementContext ctx) { - return super.getPlacementState(ctx).with(Properties.HORIZONTAL_FACING, ctx.getHorizontalPlayerFacing().getOpposite()).with(PAPER, false); + return super.getPlacementState(ctx).with(Properties.HORIZONTAL_FACING, ctx.getHorizontalPlayerFacing().getOpposite()); } protected boolean canPlantOnTop(BlockState floor, BlockView world, BlockPos pos) { diff --git a/src/main/java/su/a71/new_soviet/blocks/WindowBlock.java b/src/main/java/su/a71/new_soviet/blocks/WindowBlock.java index 0a5a073..850a1a9 100644 --- a/src/main/java/su/a71/new_soviet/blocks/WindowBlock.java +++ b/src/main/java/su/a71/new_soviet/blocks/WindowBlock.java @@ -2,7 +2,6 @@ package su.a71.new_soviet.blocks; import net.minecraft.block.*; import net.minecraft.block.enums.DoorHinge; -import net.minecraft.client.item.TooltipContext; import net.minecraft.entity.ItemEntity; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.entity.projectile.ProjectileEntity; @@ -405,13 +404,4 @@ public class WindowBlock extends HorizontalFacingBlock { FRAME_SHAPE_LEFT = new Shapes.HorizontalShape(List.of(List.of(14.0, 0.0, 13.0, 16.0, 16.0, 15.99))); PANE_FRAME_SHAPE = new Shapes.HorizontalShape(List.of(List.of(2.0, 7.0, 13.5, 14.0, 8.0, 15.5))); } - - @Override - public void appendTooltip(ItemStack stack, @Nullable BlockView world, List tooltip, TooltipContext options) { - boolean broken = stack.getOrCreateNbt().getBoolean("broken"); - if (broken) { - tooltip.add(Text.translatable("item.new_soviet.window.tooltip")); - super.appendTooltip(stack, world, tooltip, options); - } - } } \ No newline at end of file diff --git a/src/main/java/su/a71/new_soviet/blocks/lamps/DevTableLampBlock.java b/src/main/java/su/a71/new_soviet/blocks/lamps/DevTableLampBlock.java deleted file mode 100644 index d2892b2..0000000 --- a/src/main/java/su/a71/new_soviet/blocks/lamps/DevTableLampBlock.java +++ /dev/null @@ -1,17 +0,0 @@ -package su.a71.new_soviet.blocks.lamps; - -import su.a71.new_soviet.util.Shapes; - -import java.util.List; - -public class DevTableLampBlock extends GoldenTableLampBlock { - - public DevTableLampBlock(Settings settings) { - super(settings); - SHAPE = new Shapes.HorizontalShapeLegacy(List.of( - List.of(5.0, 0.0, 5.0, 11.0, 2.0, 11.0), - List.of(7.0, 2.0, 7.0, 9.0, 4.0, 9.0), - List.of(6.0, 4.0, 6.0, 10.0, 5.0, 10.0), - List.of(3.0, 9.0, 3.0, 13.0, 13.0, 7.0))); - } -} \ No newline at end of file diff --git a/src/main/java/su/a71/new_soviet/datagen/BlockTagGenerator.java b/src/main/java/su/a71/new_soviet/datagen/BlockTagGenerator.java index 2f65c24..42a8518 100644 --- a/src/main/java/su/a71/new_soviet/datagen/BlockTagGenerator.java +++ b/src/main/java/su/a71/new_soviet/datagen/BlockTagGenerator.java @@ -343,28 +343,6 @@ public class BlockTagGenerator extends FabricTagProvider.BlockTagProvider { // Blocks mined with an axe getOrCreateTagBuilder(BlockTags.AXE_MINEABLE) - .add(NSE_Blocks.ACACIA_WINDOW) - .add(NSE_Blocks.ACACIA_PANE_WINDOW) - .add(NSE_Blocks.BIRCH_WINDOW) - .add(NSE_Blocks.BIRCH_PANE_WINDOW) - .add(NSE_Blocks.CHERRY_WINDOW) - .add(NSE_Blocks.CHERRY_PANE_WINDOW) - .add(NSE_Blocks.CRIMSON_WINDOW) - .add(NSE_Blocks.CRIMSON_PANE_WINDOW) - .add(NSE_Blocks.DARK_OAK_WINDOW) - .add(NSE_Blocks.DARK_OAK_PANE_WINDOW) - .add(NSE_Blocks.JUNGLE_WINDOW) - .add(NSE_Blocks.JUNGLE_PANE_WINDOW) - .add(NSE_Blocks.MANGROVE_WINDOW) - .add(NSE_Blocks.MANGROVE_PANE_WINDOW) - .add(NSE_Blocks.OAK_WINDOW) - .add(NSE_Blocks.OAK_PANE_WINDOW) - .add(NSE_Blocks.SPRUCE_WINDOW) - .add(NSE_Blocks.SPRUCE_PANE_WINDOW) - .add(NSE_Blocks.WARPED_WINDOW) - .add(NSE_Blocks.WARPED_PANE_WINDOW) - .add(NSE_Blocks.WHITEWASHED_WINDOW) - .add(NSE_Blocks.WHITEWASHED_PANE_WINDOW) .add(NSE_Blocks.CRATE) .add(NSE_Blocks.CONCRETE_WALL) .add(NSE_Blocks.HERRINGBONE_ACACIA_PLANKS) 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 bcca75f..9000599 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 @@ -582,28 +582,8 @@ public class NSE_Blocks extends NSE_BaseRegistration { public static final Block MEAT_TEETH = new Block(FabricBlockSettings.copy(MEAT)); public static final SnowBlock PURPLE_GOO = new SnowBlock(FabricBlockSettings.copy(MEAT).mapColor(MapColor.PURPLE).hardness(1.2f)); - public static final Block ACACIA_WINDOW = new WindowBlock(FabricBlockSettings.copy(Blocks.OAK_DOOR), false); - public static final Block ACACIA_PANE_WINDOW = new WindowBlock(FabricBlockSettings.copy(NSE_Blocks.ACACIA_WINDOW), true); - public static final Block BIRCH_WINDOW = new WindowBlock(FabricBlockSettings.copy(Blocks.OAK_DOOR), false); - public static final Block BIRCH_PANE_WINDOW = new WindowBlock(FabricBlockSettings.copy(NSE_Blocks.BIRCH_WINDOW), true); - public static final Block CHERRY_WINDOW = new WindowBlock(FabricBlockSettings.copy(Blocks.OAK_DOOR), false); - public static final Block CHERRY_PANE_WINDOW = new WindowBlock(FabricBlockSettings.copy(NSE_Blocks.CHERRY_WINDOW), true); - public static final Block CRIMSON_WINDOW = new WindowBlock(FabricBlockSettings.copy(Blocks.OAK_DOOR), false); - public static final Block CRIMSON_PANE_WINDOW = new WindowBlock(FabricBlockSettings.copy(NSE_Blocks.CRIMSON_WINDOW), true); - public static final Block DARK_OAK_WINDOW = new WindowBlock(FabricBlockSettings.copy(Blocks.OAK_DOOR), false); - public static final Block DARK_OAK_PANE_WINDOW = new WindowBlock(FabricBlockSettings.copy(NSE_Blocks.DARK_OAK_WINDOW), true); - public static final Block JUNGLE_WINDOW = new WindowBlock(FabricBlockSettings.copy(Blocks.OAK_DOOR), false); - public static final Block JUNGLE_PANE_WINDOW = new WindowBlock(FabricBlockSettings.copy(NSE_Blocks.JUNGLE_WINDOW), true); - public static final Block MANGROVE_WINDOW = new WindowBlock(FabricBlockSettings.copy(Blocks.OAK_DOOR), false); - public static final Block MANGROVE_PANE_WINDOW = new WindowBlock(FabricBlockSettings.copy(NSE_Blocks.MANGROVE_WINDOW), true); - public static final Block OAK_WINDOW = new WindowBlock(FabricBlockSettings.copy(Blocks.OAK_DOOR), false); - public static final Block OAK_PANE_WINDOW = new WindowBlock(FabricBlockSettings.copy(NSE_Blocks.OAK_WINDOW), true); - public static final Block SPRUCE_WINDOW = new WindowBlock(FabricBlockSettings.copy(Blocks.OAK_DOOR), false); - public static final Block SPRUCE_PANE_WINDOW = new WindowBlock(FabricBlockSettings.copy(NSE_Blocks.SPRUCE_WINDOW), true); - public static final Block WARPED_WINDOW = new WindowBlock(FabricBlockSettings.copy(Blocks.OAK_DOOR), false); - public static final Block WARPED_PANE_WINDOW = new WindowBlock(FabricBlockSettings.copy(NSE_Blocks.WARPED_WINDOW), true); - public static final Block WHITEWASHED_WINDOW = new WindowBlock(FabricBlockSettings.copy(Blocks.OAK_DOOR), false); - public static final Block WHITEWASHED_PANE_WINDOW = new WindowBlock(FabricBlockSettings.copy(NSE_Blocks.WHITEWASHED_WINDOW), true); + public static final Block TEST_WINDOW = new WindowBlock(FabricBlockSettings.copy(Blocks.OAK_DOOR), false); + public static final Block TEST_PANE_WINDOW = new WindowBlock(FabricBlockSettings.copy(NSE_Blocks.TEST_WINDOW), true); private static final ItemGroup NSE_BUILDING_TAB = FabricItemGroup.builder() .icon(() -> new ItemStack(CALCITE_TILES)) @@ -1173,28 +1153,8 @@ public class NSE_Blocks extends NSE_BaseRegistration { registerBlock("meat_teeth", () -> MEAT_TEETH, NSE_BUILDING_TAB); registerBlock("purple_goo", () -> PURPLE_GOO, NSE_BUILDING_TAB); - registerBlock("acacia_window", () -> ACACIA_WINDOW, NSE_BUILDING_TAB); - registerBlock("acacia_pane_window", () -> ACACIA_PANE_WINDOW, NSE_BUILDING_TAB); - registerBlock("birch_window", () -> BIRCH_WINDOW, NSE_BUILDING_TAB); - registerBlock("birch_pane_window", () -> BIRCH_PANE_WINDOW, NSE_BUILDING_TAB); - registerBlock("cherry_window", () -> CHERRY_WINDOW, NSE_BUILDING_TAB); - registerBlock("cherry_pane_window", () -> CHERRY_PANE_WINDOW, NSE_BUILDING_TAB); - registerBlock("crimson_window", () -> CRIMSON_WINDOW, NSE_BUILDING_TAB); - registerBlock("crimson_pane_window", () -> CRIMSON_PANE_WINDOW, NSE_BUILDING_TAB); - registerBlock("dark_oak_window", () -> DARK_OAK_WINDOW, NSE_BUILDING_TAB); - registerBlock("dark_oak_pane_window", () -> DARK_OAK_PANE_WINDOW, NSE_BUILDING_TAB); - registerBlock("jungle_window", () -> JUNGLE_WINDOW, NSE_BUILDING_TAB); - registerBlock("jungle_pane_window", () -> JUNGLE_PANE_WINDOW, NSE_BUILDING_TAB); - registerBlock("mangrove_window", () -> MANGROVE_WINDOW, NSE_BUILDING_TAB); - registerBlock("mangrove_pane_window", () -> MANGROVE_PANE_WINDOW, NSE_BUILDING_TAB); - registerBlock("oak_window", () -> OAK_WINDOW, NSE_BUILDING_TAB); - registerBlock("oak_pane_window", () -> OAK_PANE_WINDOW, NSE_BUILDING_TAB); - registerBlock("spruce_window", () -> SPRUCE_WINDOW, NSE_BUILDING_TAB); - registerBlock("spruce_pane_window", () -> SPRUCE_PANE_WINDOW, NSE_BUILDING_TAB); - registerBlock("warped_window", () -> WARPED_WINDOW, NSE_BUILDING_TAB); - registerBlock("warped_pane_window", () -> WARPED_PANE_WINDOW, NSE_BUILDING_TAB); - registerBlock("whitewashed_window", () -> WHITEWASHED_WINDOW, NSE_BUILDING_TAB); - registerBlock("whitewashed_pane_window", () -> WHITEWASHED_PANE_WINDOW, NSE_BUILDING_TAB); + registerBlock("test_window", () -> TEST_WINDOW, NSE_BUILDING_TAB); + registerBlock("test_pane_window", () -> TEST_PANE_WINDOW, NSE_BUILDING_TAB); flammableInit(); } diff --git a/src/main/java/su/a71/new_soviet/registration/NSE_Custom.java b/src/main/java/su/a71/new_soviet/registration/NSE_Custom.java index de049af..cf2f750 100644 --- a/src/main/java/su/a71/new_soviet/registration/NSE_Custom.java +++ b/src/main/java/su/a71/new_soviet/registration/NSE_Custom.java @@ -4,7 +4,6 @@ import net.fabricmc.fabric.api.itemgroup.v1.FabricItemGroup; import net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings; import net.minecraft.block.AbstractBlock; import net.minecraft.block.Block; -import net.minecraft.block.Blocks; import net.minecraft.block.MapColor; import net.minecraft.block.entity.BlockEntityType; import net.minecraft.block.piston.PistonBehavior; @@ -70,13 +69,6 @@ public class NSE_Custom extends NSE_BaseRegistration { List.of(6.5, 7.0, 6.5, 9.5, 9.0, 9.5), List.of(7.0, 9.0, 7.0, 9.0, 12.0, 9.0)))); - public static final Block W_MACHINE = new WMachineBlock(FabricBlockSettings.copy(Blocks.IRON_BLOCK), new Shapes.HorizontalShape(List.of( - List.of(2.0, 0.0, 2.0, 14.0, 2.0, 14.0), - List.of(2.0, 2.0, 7.0, 14.0, 6.0, 14.0), - List.of(1.0, 5.0, 12.0, 15.0, 7.0, 14.0), - List.of(2.0, 6.0, 8.0, 5.0, 7.0, 11.0), - List.of(11.0, 0.0, 8.0, 14.0, 7.0, 11.0)))); - public static final CeilingFanBlock CEILING_FAN = new CeilingFanBlock(FabricBlockSettings.create().sounds(BlockSoundGroup.METAL).strength(1f, 1.5f).mapColor(MapColor.WHITE)); public static final SirenBlock SIREN = new SirenBlock(); @@ -145,6 +137,5 @@ public class NSE_Custom extends NSE_BaseRegistration { registerBlock("black_rook", () -> BLACK_ROOK, NSE_CUSTOM_TAB); registerBlock("black_bishop", () -> BLACK_BISHOP, NSE_CUSTOM_TAB); registerBlock("black_king", () -> BLACK_KING, NSE_CUSTOM_TAB); - registerBlock("w_machine", () -> W_MACHINE, NSE_CUSTOM_TAB); } } \ No newline at end of file diff --git a/src/main/java/su/a71/new_soviet/registration/NSE_Sounds.java b/src/main/java/su/a71/new_soviet/registration/NSE_Sounds.java index abb0477..b527402 100644 --- a/src/main/java/su/a71/new_soviet/registration/NSE_Sounds.java +++ b/src/main/java/su/a71/new_soviet/registration/NSE_Sounds.java @@ -8,7 +8,7 @@ import su.a71.new_soviet.NewSoviet; public class NSE_Sounds extends NSE_BaseRegistration { public static SoundEvent DICE_SOUND = registerSoundEvent("dice_sound"); - public static SoundEvent W_MACHINE_BUTTON_PRESS = registerSoundEvent("w_machine_button_press_sound"); + public static SoundEvent W_MACHINE_BUTTON_PRESS = registerSoundEvent("w_machine_button_press"); public static SoundEvent SCREWDRIVER_SOUND = registerSoundEvent("screwdriver_sound"); diff --git a/src/main/resources/assets/new_soviet/blockstates/acacia_pane_window.json b/src/main/resources/assets/new_soviet/blockstates/acacia_pane_window.json deleted file mode 100644 index 3885ea9..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/acacia_pane_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_pane_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/acacia_window.json b/src/main/resources/assets/new_soviet/blockstates/acacia_window.json deleted file mode 100644 index 2c3ba2f..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/acacia_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/acacia/acacia_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/birch_pane_window.json b/src/main/resources/assets/new_soviet/blockstates/birch_pane_window.json deleted file mode 100644 index a13fad8..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/birch_pane_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_pane_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/birch_window.json b/src/main/resources/assets/new_soviet/blockstates/birch_window.json deleted file mode 100644 index 387967e..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/birch_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/birch/birch_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cherry_pane_window.json b/src/main/resources/assets/new_soviet/blockstates/cherry_pane_window.json deleted file mode 100644 index 6b27887..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cherry_pane_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_pane_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/cherry_window.json b/src/main/resources/assets/new_soviet/blockstates/cherry_window.json deleted file mode 100644 index 4742a73..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/cherry_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/cherry/cherry_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/crimson_pane_window.json b/src/main/resources/assets/new_soviet/blockstates/crimson_pane_window.json deleted file mode 100644 index 15a1f84..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/crimson_pane_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_pane_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/crimson_window.json b/src/main/resources/assets/new_soviet/blockstates/crimson_window.json deleted file mode 100644 index 304a3f4..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/crimson_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/crimson/crimson_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/dark_oak_pane_window.json b/src/main/resources/assets/new_soviet/blockstates/dark_oak_pane_window.json deleted file mode 100644 index 85faae1..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/dark_oak_pane_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/dark_oak_window.json b/src/main/resources/assets/new_soviet/blockstates/dark_oak_window.json deleted file mode 100644 index 1ceef0f..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/dark_oak_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/dark_oak/dark_oak_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/jungle_pane_window.json b/src/main/resources/assets/new_soviet/blockstates/jungle_pane_window.json deleted file mode 100644 index b9b4241..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/jungle_pane_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_pane_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/jungle_window.json b/src/main/resources/assets/new_soviet/blockstates/jungle_window.json deleted file mode 100644 index fb6148b..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/jungle_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/jungle/jungle_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mangrove_pane_window.json b/src/main/resources/assets/new_soviet/blockstates/mangrove_pane_window.json deleted file mode 100644 index 28fcace..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mangrove_pane_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_pane_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/mangrove_window.json b/src/main/resources/assets/new_soviet/blockstates/mangrove_window.json deleted file mode 100644 index e9db5c4..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/mangrove_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/mangrove/mangrove_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/spruce_pane_window.json b/src/main/resources/assets/new_soviet/blockstates/spruce_pane_window.json deleted file mode 100644 index c3df64b..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/spruce_pane_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_pane_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/spruce_window.json b/src/main/resources/assets/new_soviet/blockstates/spruce_window.json deleted file mode 100644 index 0cde0f4..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/spruce_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/spruce/spruce_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/oak_pane_window.json b/src/main/resources/assets/new_soviet/blockstates/test_pane_window.json similarity index 69% rename from src/main/resources/assets/new_soviet/blockstates/oak_pane_window.json rename to src/main/resources/assets/new_soviet/blockstates/test_pane_window.json index 6ca7e58..5d17d55 100644 --- a/src/main/resources/assets/new_soviet/blockstates/oak_pane_window.json +++ b/src/main/resources/assets/new_soviet/blockstates/test_pane_window.json @@ -2,138 +2,138 @@ "multipart": [ { "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_single", "uvlock": true, "y": 0} + "apply": {"model": "new_soviet:block/windows/test_pane_window_single", "uvlock": true, "y": 0} }, { "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_single", "uvlock": false, "y": 90} + "apply": {"model": "new_soviet:block/windows/test_pane_window_single", "uvlock": false, "y": 90} }, { "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_single", "uvlock": false, "y": 180} + "apply": {"model": "new_soviet:block/windows/test_pane_window_single", "uvlock": false, "y": 180} }, { "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_single", "uvlock": false, "y": 270} + "apply": {"model": "new_soviet:block/windows/test_pane_window_single", "uvlock": false, "y": 270} }, { "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_bottom", "uvlock": true, "y": 0} + "apply": {"model": "new_soviet:block/windows/test_pane_window_bottom", "uvlock": true, "y": 0} }, { "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_bottom", "uvlock": false, "y": 90} + "apply": {"model": "new_soviet:block/windows/test_pane_window_bottom", "uvlock": false, "y": 90} }, { "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_bottom", "uvlock": false, "y": 180} + "apply": {"model": "new_soviet:block/windows/test_pane_window_bottom", "uvlock": false, "y": 180} }, { "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_bottom", "uvlock": false, "y": 270} + "apply": {"model": "new_soviet:block/windows/test_pane_window_bottom", "uvlock": false, "y": 270} }, { "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_middle", "uvlock": true, "y": 0} + "apply": {"model": "new_soviet:block/windows/test_pane_window_middle", "uvlock": true, "y": 0} }, { "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_middle", "uvlock": false, "y": 90} + "apply": {"model": "new_soviet:block/windows/test_pane_window_middle", "uvlock": false, "y": 90} }, { "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_middle", "uvlock": false, "y": 180} + "apply": {"model": "new_soviet:block/windows/test_pane_window_middle", "uvlock": false, "y": 180} }, { "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_middle", "uvlock": false, "y": 270} + "apply": {"model": "new_soviet:block/windows/test_pane_window_middle", "uvlock": false, "y": 270} }, { "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_top", "uvlock": true, "y": 0} + "apply": {"model": "new_soviet:block/windows/test_pane_window_top", "uvlock": true, "y": 0} }, { "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_top", "uvlock": false, "y": 90} + "apply": {"model": "new_soviet:block/windows/test_pane_window_top", "uvlock": false, "y": 90} }, { "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_top", "uvlock": false, "y": 180} + "apply": {"model": "new_soviet:block/windows/test_pane_window_top", "uvlock": false, "y": 180} }, { "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_top", "uvlock": false, "y": 270} + "apply": {"model": "new_soviet:block/windows/test_pane_window_top", "uvlock": false, "y": 270} }, { "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_single_left", "uvlock": true, "y": 0} + "apply": {"model": "new_soviet:block/windows/test_pane_window_single_left", "uvlock": true, "y": 0} }, { "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_single_left", "uvlock": false, "y": 90} + "apply": {"model": "new_soviet:block/windows/test_pane_window_single_left", "uvlock": false, "y": 90} }, { "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_single_left", "uvlock": false, "y": 180} + "apply": {"model": "new_soviet:block/windows/test_pane_window_single_left", "uvlock": false, "y": 180} }, { "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_single_left", "uvlock": false, "y": 270} + "apply": {"model": "new_soviet:block/windows/test_pane_window_single_left", "uvlock": false, "y": 270} }, { "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_bottom_left", "uvlock": true, "y": 0} + "apply": {"model": "new_soviet:block/windows/test_pane_window_bottom_left", "uvlock": true, "y": 0} }, { "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_bottom_left", "uvlock": false, "y": 90} + "apply": {"model": "new_soviet:block/windows/test_pane_window_bottom_left", "uvlock": false, "y": 90} }, { "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_bottom_left", "uvlock": false, "y": 180} + "apply": {"model": "new_soviet:block/windows/test_pane_window_bottom_left", "uvlock": false, "y": 180} }, { "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_bottom_left", "uvlock": false, "y": 270} + "apply": {"model": "new_soviet:block/windows/test_pane_window_bottom_left", "uvlock": false, "y": 270} }, { "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_middle_left", "uvlock": true, "y": 0} + "apply": {"model": "new_soviet:block/windows/test_pane_window_middle_left", "uvlock": true, "y": 0} }, { "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_middle_left", "uvlock": false, "y": 90} + "apply": {"model": "new_soviet:block/windows/test_pane_window_middle_left", "uvlock": false, "y": 90} }, { "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_middle_left", "uvlock": false, "y": 180} + "apply": {"model": "new_soviet:block/windows/test_pane_window_middle_left", "uvlock": false, "y": 180} }, { "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_middle_left", "uvlock": false, "y": 270} + "apply": {"model": "new_soviet:block/windows/test_pane_window_middle_left", "uvlock": false, "y": 270} }, { "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_top_left", "uvlock": true, "y": 0} + "apply": {"model": "new_soviet:block/windows/test_pane_window_top_left", "uvlock": true, "y": 0} }, { "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_top_left", "uvlock": false, "y": 90} + "apply": {"model": "new_soviet:block/windows/test_pane_window_top_left", "uvlock": false, "y": 90} }, { "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_top_left", "uvlock": false, "y": 180} + "apply": {"model": "new_soviet:block/windows/test_pane_window_top_left", "uvlock": false, "y": 180} }, { "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_pane_window_top_left", "uvlock": false, "y": 270} + "apply": {"model": "new_soviet:block/windows/test_pane_window_top_left", "uvlock": false, "y": 270} }, diff --git a/src/main/resources/assets/new_soviet/blockstates/oak_window.json b/src/main/resources/assets/new_soviet/blockstates/test_window.json similarity index 70% rename from src/main/resources/assets/new_soviet/blockstates/oak_window.json rename to src/main/resources/assets/new_soviet/blockstates/test_window.json index 4688392..c27ed9f 100644 --- a/src/main/resources/assets/new_soviet/blockstates/oak_window.json +++ b/src/main/resources/assets/new_soviet/blockstates/test_window.json @@ -2,138 +2,138 @@ "multipart": [ { "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_single", "uvlock": true, "y": 0} + "apply": {"model": "new_soviet:block/windows/test_window_single", "uvlock": true, "y": 0} }, { "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_single", "uvlock": false, "y": 90} + "apply": {"model": "new_soviet:block/windows/test_window_single", "uvlock": false, "y": 90} }, { "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_single", "uvlock": false, "y": 180} + "apply": {"model": "new_soviet:block/windows/test_window_single", "uvlock": false, "y": 180} }, { "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_single", "uvlock": false, "y": 270} + "apply": {"model": "new_soviet:block/windows/test_window_single", "uvlock": false, "y": 270} }, { "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_bottom", "uvlock": true, "y": 0} + "apply": {"model": "new_soviet:block/windows/test_window_bottom", "uvlock": true, "y": 0} }, { "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_bottom", "uvlock": false, "y": 90} + "apply": {"model": "new_soviet:block/windows/test_window_bottom", "uvlock": false, "y": 90} }, { "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_bottom", "uvlock": false, "y": 180} + "apply": {"model": "new_soviet:block/windows/test_window_bottom", "uvlock": false, "y": 180} }, { "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_bottom", "uvlock": false, "y": 270} + "apply": {"model": "new_soviet:block/windows/test_window_bottom", "uvlock": false, "y": 270} }, { "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_middle", "uvlock": true, "y": 0} + "apply": {"model": "new_soviet:block/windows/test_window_middle", "uvlock": true, "y": 0} }, { "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_middle", "uvlock": false, "y": 90} + "apply": {"model": "new_soviet:block/windows/test_window_middle", "uvlock": false, "y": 90} }, { "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_middle", "uvlock": false, "y": 180} + "apply": {"model": "new_soviet:block/windows/test_window_middle", "uvlock": false, "y": 180} }, { "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_middle", "uvlock": false, "y": 270} + "apply": {"model": "new_soviet:block/windows/test_window_middle", "uvlock": false, "y": 270} }, { "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_top", "uvlock": true, "y": 0} + "apply": {"model": "new_soviet:block/windows/test_window_top", "uvlock": true, "y": 0} }, { "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_top", "uvlock": false, "y": 90} + "apply": {"model": "new_soviet:block/windows/test_window_top", "uvlock": false, "y": 90} }, { "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_top", "uvlock": false, "y": 180} + "apply": {"model": "new_soviet:block/windows/test_window_top", "uvlock": false, "y": 180} }, { "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_top", "uvlock": false, "y": 270} + "apply": {"model": "new_soviet:block/windows/test_window_top", "uvlock": false, "y": 270} }, { "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_single_left", "uvlock": true, "y": 0} + "apply": {"model": "new_soviet:block/windows/test_window_single_left", "uvlock": true, "y": 0} }, { "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_single_left", "uvlock": false, "y": 90} + "apply": {"model": "new_soviet:block/windows/test_window_single_left", "uvlock": false, "y": 90} }, { "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_single_left", "uvlock": false, "y": 180} + "apply": {"model": "new_soviet:block/windows/test_window_single_left", "uvlock": false, "y": 180} }, { "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_single_left", "uvlock": false, "y": 270} + "apply": {"model": "new_soviet:block/windows/test_window_single_left", "uvlock": false, "y": 270} }, { "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_bottom_left", "uvlock": true, "y": 0} + "apply": {"model": "new_soviet:block/windows/test_window_bottom_left", "uvlock": true, "y": 0} }, { "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_bottom_left", "uvlock": false, "y": 90} + "apply": {"model": "new_soviet:block/windows/test_window_bottom_left", "uvlock": false, "y": 90} }, { "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_bottom_left", "uvlock": false, "y": 180} + "apply": {"model": "new_soviet:block/windows/test_window_bottom_left", "uvlock": false, "y": 180} }, { "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_bottom_left", "uvlock": false, "y": 270} + "apply": {"model": "new_soviet:block/windows/test_window_bottom_left", "uvlock": false, "y": 270} }, { "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_middle_left", "uvlock": true, "y": 0} + "apply": {"model": "new_soviet:block/windows/test_window_middle_left", "uvlock": true, "y": 0} }, { "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_middle_left", "uvlock": false, "y": 90} + "apply": {"model": "new_soviet:block/windows/test_window_middle_left", "uvlock": false, "y": 90} }, { "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_middle_left", "uvlock": false, "y": 180} + "apply": {"model": "new_soviet:block/windows/test_window_middle_left", "uvlock": false, "y": 180} }, { "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_middle_left", "uvlock": false, "y": 270} + "apply": {"model": "new_soviet:block/windows/test_window_middle_left", "uvlock": false, "y": 270} }, { "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_top_left", "uvlock": true, "y": 0} + "apply": {"model": "new_soviet:block/windows/test_window_top_left", "uvlock": true, "y": 0} }, { "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_top_left", "uvlock": false, "y": 90} + "apply": {"model": "new_soviet:block/windows/test_window_top_left", "uvlock": false, "y": 90} }, { "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_top_left", "uvlock": false, "y": 180} + "apply": {"model": "new_soviet:block/windows/test_window_top_left", "uvlock": false, "y": 180} }, { "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/oak/oak_window_top_left", "uvlock": false, "y": 270} + "apply": {"model": "new_soviet:block/windows/test_window_top_left", "uvlock": false, "y": 270} }, diff --git a/src/main/resources/assets/new_soviet/blockstates/w_machine.json b/src/main/resources/assets/new_soviet/blockstates/w_machine.json deleted file mode 100644 index 9232adc..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/w_machine.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "variants": { - "facing=north,paper=false": { "model": "new_soviet:block/w_machine", "uvlock": true }, - "facing=east,paper=false": { "model": "new_soviet:block/w_machine", "y": 90, "uvlock": false }, - "facing=south,paper=false": { "model": "new_soviet:block/w_machine", "y": 180, "uvlock": false }, - "facing=west,paper=false": { "model": "new_soviet:block/w_machine", "y": 270, "uvlock": false }, - - "facing=north,paper=true": { "model": "new_soviet:block/w_machine_with_paper", "uvlock": true }, - "facing=east,paper=true": { "model": "new_soviet:block/w_machine_with_paper", "y": 90, "uvlock": false }, - "facing=south,paper=true": { "model": "new_soviet:block/w_machine_with_paper", "y": 180, "uvlock": false }, - "facing=west,paper=true": { "model": "new_soviet:block/w_machine_with_paper", "y": 270, "uvlock": false } - } -} diff --git a/src/main/resources/assets/new_soviet/blockstates/warped_pane_window.json b/src/main/resources/assets/new_soviet/blockstates/warped_pane_window.json deleted file mode 100644 index ea203e2..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/warped_pane_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_pane_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/warped_window.json b/src/main/resources/assets/new_soviet/blockstates/warped_window.json deleted file mode 100644 index 22b10c5..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/warped_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/warped/warped_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/whitewashed_pane_window.json b/src/main/resources/assets/new_soviet/blockstates/whitewashed_pane_window.json deleted file mode 100644 index 1e015ae..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/whitewashed_pane_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/pane_glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/blockstates/whitewashed_window.json b/src/main/resources/assets/new_soviet/blockstates/whitewashed_window.json deleted file mode 100644 index eee6ab6..0000000 --- a/src/main/resources/assets/new_soviet/blockstates/whitewashed_window.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "multipart": [ - { - "when": {"window_type": 0, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_single", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_single", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_single", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_single", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_bottom", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_bottom", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_bottom", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_bottom", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_middle", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_middle", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_middle", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_top", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_top", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_top", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "right"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_top", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 0, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_single_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 0, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_single_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 0, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_single_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 0, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_single_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 1, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_bottom_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 1, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_bottom_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 1, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_bottom_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 1, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_bottom_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 2, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_middle_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 2, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_middle_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 2, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_middle_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 2, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_middle_left", "uvlock": false, "y": 270} - }, - - { - "when": {"window_type": 3, "facing": "north", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_top_left", "uvlock": true, "y": 0} - }, - { - "when": {"window_type": 3, "facing": "east", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_top_left", "uvlock": false, "y": 90} - }, - { - "when": {"window_type": 3, "facing": "south", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_top_left", "uvlock": false, "y": 180} - }, - { - "when": {"window_type": 3, "facing": "west", "hinge": "left"}, - "apply": {"model": "new_soviet:block/windows/whitewashed/whitewashed_window_top_left", "uvlock": false, "y": 270} - }, - - - - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 1, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 2, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_top", "uvlock": false, "y": 270} - }, - - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": true, "y": 0} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 90} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 180} - }, - { - "when": {"broken_glass_type": 3, "cracked": true, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/broken_glass_both", "uvlock": false, "y": 270} - }, - - - { - "when": {"cracked": false, "window_type": 0, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 0, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 1, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 1, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_down", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 2, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 2, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_middle", "uvlock": false, "y": 270} - }, - - { - "when": {"cracked": false, "window_type": 3, "facing": "north"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": true, "y": 0} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "east"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 90} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "south"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 180} - }, - { - "when": {"cracked": false, "window_type": 3, "facing": "west"}, - "apply": {"model": "new_soviet:block/windows/base/glass_top", "uvlock": false, "y": 270} - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/lang/en_us.json b/src/main/resources/assets/new_soviet/lang/en_us.json index 01057d8..fcdb89a 100644 --- a/src/main/resources/assets/new_soviet/lang/en_us.json +++ b/src/main/resources/assets/new_soviet/lang/en_us.json @@ -523,29 +523,6 @@ "block.new_soviet.herringbone_bamboo_planks": "Herringbone Bamboo Planks", "block.new_soviet.herringbone_bamboo_planks_stairs": "Herringbone Bamboo Planks Stairs", "block.new_soviet.herringbone_bamboo_planks_slab": "Herringbone Bamboo Planks Slab", - "block.new_soviet.acacia_window": "Acacia Window", - "block.new_soviet.acacia_pane_window": "Acacia Window With a Pane", - "block.new_soviet.birch_window": "Birch Window", - "block.new_soviet.birch_pane_window": "Birch Window With a Pane", - "block.new_soviet.cherry_window": "Cherry Window", - "block.new_soviet.cherry_pane_window": "Cherry Window With a Pane", - "block.new_soviet.crimson_window": "Crimson Window", - "block.new_soviet.crimson_pane_window": "Crimson Window With a Pane", - "block.new_soviet.dark_oak_window": "Dark oak Window", - "block.new_soviet.dark_oak_pane_window": "Dark oak Window With a Pane", - "block.new_soviet.jungle_window": "Jungle Window", - "block.new_soviet.jungle_pane_window": "Jungle Window With a Pane", - "block.new_soviet.mangrove_window": "Mangrove Window", - "block.new_soviet.mangrove_pane_window": "Mangrove Window With a Pane", - "block.new_soviet.oak_window": "Oak Window", - "block.new_soviet.oak_pane_window": "Oak Window With a Pane", - "block.new_soviet.spruce_window": "Spruce Window", - "block.new_soviet.spruce_pane_window": "Spruce Window With a Pane", - "block.new_soviet.warped_window": "Warped Window", - "block.new_soviet.warped_pane_window": "Warped Window With a Pane", - "block.new_soviet.whitewashed_window": "Whitewashed Window", - "block.new_soviet.whitewashed_pane_window": "Whitewashed Window With a Pane", - "item.new_soviet.window.tooltip": "Broken", "block.new_soviet.window.fixed": "Window blockstate frozen", "block.new_soviet.window.unfixed": "Window blockstate unfrozen", "subtitles.new_soviet.tv_on": "TV turned on", diff --git a/src/main/resources/assets/new_soviet/lang/rpr.json b/src/main/resources/assets/new_soviet/lang/rpr.json index 1e056c6..5a52e8e 100644 --- a/src/main/resources/assets/new_soviet/lang/rpr.json +++ b/src/main/resources/assets/new_soviet/lang/rpr.json @@ -502,29 +502,6 @@ "block.new_soviet.herringbone_bamboo_planks": "Бамбуковый паркѣт «ёлочкой»", "block.new_soviet.herringbone_bamboo_planks_stairs": "Ступѣнi из бамбукового паркѣта «ёлочкой»", "block.new_soviet.herringbone_bamboo_planks_slab": "Плита из бамбукового паркѣта «ёлочкой»", - "block.new_soviet.acacia_window": "Акацiявое окно", - "block.new_soviet.acacia_pane_window": "Акацiявое окно съ форточкой", - "block.new_soviet.birch_window": "Бѣрѣзовое окно", - "block.new_soviet.birch_pane_window": "Бѣрѣзовое окно съ форточкой", - "block.new_soviet.cherry_window": "Вишнёвое окно", - "block.new_soviet.cherry_pane_window": "Вишнёвое окно съ форточкой", - "block.new_soviet.crimson_window": "Багровое окно", - "block.new_soviet.crimson_pane_window": "Багровое окно съ форточкой", - "block.new_soviet.dark_oak_window": "Окно из тѣмнаго дуба", - "block.new_soviet.dark_oak_pane_window": "Окно из тѣмнаго дуба съ форточкой", - "block.new_soviet.jungle_window": "Тропическое окно", - "block.new_soviet.jungle_pane_window": "Тропическое окно съ форточкой", - "block.new_soviet.mangrove_window": "Мангровое окно", - "block.new_soviet.mangrove_pane_window": "Мангровое окно съ форточкой", - "block.new_soviet.oak_window": "Дубовое окно", - "block.new_soviet.oak_pane_window": "Дубовое окно съ форточкой", - "block.new_soviet.spruce_window": "Еловое окно", - "block.new_soviet.spruce_pane_window": "Еловое окно съ форточкой", - "block.new_soviet.warped_window": "Искажённое окно", - "block.new_soviet.warped_pane_window": "Искажённое окно съ форточкой", - "block.new_soviet.whitewashed_window": "Побѣлённое окно", - "block.new_soviet.whitewashed_pane_window": "Побѣлённое окно съ форточкой", - "item.new_soviet.window.tooltip": "Разбито", "block.new_soviet.window.fixed": "Окно зафиксировано", "block.new_soviet.window.unfixed": "Окно не зафиксировано", "subtitles.new_soviet.tv_on": "Включается тѣлѣвизоръ", diff --git a/src/main/resources/assets/new_soviet/lang/ru_ru.json b/src/main/resources/assets/new_soviet/lang/ru_ru.json index 49fb392..6de7036 100644 --- a/src/main/resources/assets/new_soviet/lang/ru_ru.json +++ b/src/main/resources/assets/new_soviet/lang/ru_ru.json @@ -254,7 +254,7 @@ "block.new_soviet.white_queen": "Белый ферзь", "block.new_soviet.white_pawn": "Белая пешка", "block.new_soviet.black_rook": "Чёрная ладья", - "block.new_soviet.black_knight": "Чёрныя конь", + "block.new_soviet.black_knight": "Чёрный конь", "block.new_soviet.black_bishop": "Чёрный слон", "block.new_soviet.black_king": "Чёрный король", "block.new_soviet.black_queen": "Чёрный ферзь", @@ -523,29 +523,6 @@ "block.new_soviet.herringbone_bamboo_planks": "Бамбуковый паркет «ёлочкой»", "block.new_soviet.herringbone_bamboo_planks_stairs": "Ступени из бамбукового паркета «ёлочкой»", "block.new_soviet.herringbone_bamboo_planks_slab": "Плита из бамбукового паркета «ёлочкой»", - "block.new_soviet.acacia_window": "Акациевое окно", - "block.new_soviet.acacia_pane_window": "Акациевое окно с форточкой", - "block.new_soviet.birch_window": "Берёзовое окно", - "block.new_soviet.birch_pane_window": "Берёзовое окно с форточкой", - "block.new_soviet.cherry_window": "Вишнёвое окно", - "block.new_soviet.cherry_pane_window": "Вишнёвое окно с форточкой", - "block.new_soviet.crimson_window": "Багровое окно", - "block.new_soviet.crimson_pane_window": "Багровое окно с форточкой", - "block.new_soviet.dark_oak_window": "Окно из тёмного дуба", - "block.new_soviet.dark_oak_pane_window": "Окно из тёмного дуба с форточкой", - "block.new_soviet.jungle_window": "Тропическое окно", - "block.new_soviet.jungle_pane_window": "Тропическое окно с форточкой", - "block.new_soviet.mangrove_window": "Мангровое окно", - "block.new_soviet.mangrove_pane_window": "Мангровое окно с форточкой", - "block.new_soviet.oak_window": "Дубовое окно", - "block.new_soviet.oak_pane_window": "Дубовое окно с форточкой", - "block.new_soviet.spruce_window": "Еловое окно", - "block.new_soviet.spruce_pane_window": "Еловое окно с форточкой", - "block.new_soviet.warped_window": "Искажённое окно", - "block.new_soviet.warped_pane_window": "Искажённое окно с форточкой", - "block.new_soviet.whitewashed_window": "Побелённое окно", - "block.new_soviet.whitewashed_pane_window": "Побелённое окно с форточкой", - "item.new_soviet.window.tooltip": "Разбито", "block.new_soviet.window.fixed": "Окно зафиксировано", "block.new_soviet.window.unfixed": "Окно не зафиксировано", "subtitles.new_soviet.tv_on": "Включается телевизор", diff --git a/src/main/resources/assets/new_soviet/models/block/telephone.json b/src/main/resources/assets/new_soviet/models/block/telephone.json deleted file mode 100644 index c696bd2..0000000 --- a/src/main/resources/assets/new_soviet/models/block/telephone.json +++ /dev/null @@ -1,199 +0,0 @@ -{ - "credit": "Made with Blockbench", - "render_type": "cutout", - "texture_size": [32, 16], - "textures": { - "0": "new_soviet:block/telephone", - "particle": "new_soviet:block/telephone" - }, - "elements": [ - { - "from": [4, 0, 4], - "to": [12, 3, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 8, 9]}, - "faces": { - "north": {"uv": [0, 8, 4, 11], "texture": "#0"}, - "east": {"uv": [4, 8, 5.5, 0], "rotation": 90, "texture": "#0"}, - "south": {"uv": [4, 8, 8, 11], "texture": "#0"}, - "west": {"uv": [4, 0, 5.5, 8], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 8, 4, 0], "texture": "#0"}, - "down": {"uv": [8, 8, 12, 16], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [5, 3, 7], - "to": [11, 5, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 8, 9]}, - "faces": { - "north": {"uv": [0, 11, 3, 13], "texture": "#0"}, - "east": {"uv": [5.5, 0, 6.5, 5], "rotation": 90, "texture": "#0"}, - "south": {"uv": [3, 11, 6, 13], "texture": "#0"}, - "west": {"uv": [5.5, 0, 6.5, 5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0.5, 5, 3.5, 0], "texture": "#0"} - } - }, - { - "from": [6, 3, 3.6], - "to": [10, 3, 7.6], - "rotation": {"angle": -45, "axis": "x", "origin": [8, 3, 4]}, - "faces": { - "north": {"uv": [0, 0, 2, 0], "texture": "#0"}, - "east": {"uv": [0, 0, 2, 0], "texture": "#0"}, - "south": {"uv": [0, 0, 2, 0], "texture": "#0"}, - "west": {"uv": [0, 0, 2, 0], "texture": "#0"}, - "up": {"uv": [8, 16, 6, 12], "texture": "#0"}, - "down": {"uv": [8, 12, 6, 16], "texture": "#0"} - } - }, - { - "from": [2, 5, 7.5], - "to": [5, 7, 10.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 4, 7]}, - "faces": { - "north": {"uv": [10, 5, 8.5, 7], "texture": "#0"}, - "east": {"uv": [10.5, 5, 11, 7], "texture": "#0"}, - "south": {"uv": [8.5, 5, 10, 7], "texture": "#0"}, - "west": {"uv": [10, 5, 11.5, 7], "texture": "#0"}, - "up": {"uv": [5.5, 5, 7, 8], "rotation": 90, "texture": "#0"}, - "down": {"uv": [7, 8, 8.5, 5], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [3, 7, 8.5], - "to": [13, 8, 9.5], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 7]}, - "faces": { - "north": {"uv": [6.5, 2, 11.5, 3], "texture": "#0"}, - "east": {"uv": [12, 2, 11.5, 3], "texture": "#0"}, - "south": {"uv": [6.5, 2, 11.5, 3], "texture": "#0"}, - "west": {"uv": [11.5, 2, 12, 3], "texture": "#0"}, - "up": {"uv": [6.5, 3, 11.5, 2], "texture": "#0"}, - "down": {"uv": [6.5, 3, 11.5, 4], "texture": "#0"} - } - }, - { - "from": [11, 5, 7.5], - "to": [14, 7, 10.5], - "rotation": {"angle": 0, "axis": "y", "origin": [17, 4, 6]}, - "faces": { - "north": {"uv": [8.5, 5, 10, 7], "texture": "#0"}, - "east": {"uv": [10, 5, 11.5, 7], "texture": "#0"}, - "south": {"uv": [10, 5, 8.5, 7], "texture": "#0"}, - "west": {"uv": [10.5, 5, 11, 7], "texture": "#0"}, - "up": {"uv": [5.5, 8, 7, 5], "rotation": 90, "texture": "#0"}, - "down": {"uv": [7, 5, 8.5, 8], "rotation": 90, "texture": "#0"} - } - }, - { - "from": [12, 1, 9], - "to": [16, 8, 9], - "rotation": {"angle": 0, "axis": "y", "origin": [19, 7, 9]}, - "faces": { - "north": {"uv": [14, 0, 16, 7], "texture": "#0"}, - "south": {"uv": [16, 0, 14, 7], "texture": "#0"} - } - }, - { - "from": [10, 6, 7], - "to": [10, 8, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 7]}, - "faces": { - "east": {"uv": [0, 13, 2, 15], "texture": "#0"}, - "west": {"uv": [0, 13, 2, 15], "texture": "#0"} - } - }, - { - "from": [10, 5, 8.5], - "to": [10, 6, 9.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 7]}, - "faces": { - "north": {"uv": [1, 15, 1.5, 16], "texture": "#0"}, - "east": {"uv": [1, 15, 1.5, 16], "texture": "#0"}, - "south": {"uv": [1, 15, 1.5, 16], "texture": "#0"}, - "west": {"uv": [1, 15, 1.5, 16], "texture": "#0"}, - "up": {"uv": [1, 15, 1.5, 16], "texture": "#0"}, - "down": {"uv": [1, 15, 1.5, 16], "texture": "#0"} - } - }, - { - "from": [6, 5, 8.5], - "to": [6, 6, 9.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 7]}, - "faces": { - "north": {"uv": [1, 15, 1.5, 16], "texture": "#0"}, - "east": {"uv": [1, 15, 1.5, 16], "texture": "#0"}, - "south": {"uv": [1, 15, 1.5, 16], "texture": "#0"}, - "west": {"uv": [1, 15, 1.5, 16], "texture": "#0"}, - "up": {"uv": [1, 15, 1.5, 16], "texture": "#0"}, - "down": {"uv": [1, 15, 1.5, 16], "texture": "#0"} - } - }, - { - "from": [6, 6, 7], - "to": [6, 8, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 5, 7]}, - "faces": { - "east": {"uv": [0, 13, 2, 15], "texture": "#0"}, - "west": {"uv": [0, 13, 2, 15], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [41, 61, -1.5], - "translation": [1, 6, 3] - }, - "thirdperson_lefthand": { - "rotation": [41, 61, -1.5], - "translation": [1, 6, 3] - }, - "firstperson_righthand": { - "rotation": [-3, 60, 21], - "translation": [2, 5.5, -2] - }, - "firstperson_lefthand": { - "rotation": [-3, 60, 21], - "translation": [2, 5.5, -2] - }, - "ground": { - "translation": [0, 5.5, 0] - }, - "gui": { - "rotation": [35, 135, 0], - "translation": [0, 3.5, 0] - }, - "head": { - "translation": [0, 19.25, 0], - "scale": [1.6, 1.6, 1.6] - }, - "fixed": { - "rotation": [-90, 0, 0], - "translation": [0, 0, -14], - "scale": [2.01, 2.01, 2.01] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - { - "name": "group", - "origin": [19, 7, 9], - "color": 0, - "nbt": "{}", - "children": [3, 4, 5, 6] - }, - 7, - 8, - 9, - 10 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/w_machine.json b/src/main/resources/assets/new_soviet/models/block/w_machine.json deleted file mode 100644 index 8d010b4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/w_machine.json +++ /dev/null @@ -1,218 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [32, 32], - "textures": { - "0": "new_soviet:block/w_machine", - "particle": "new_soviet:block/w_machine" - }, - "elements": [ - { - "from": [2, 0, 2], - "to": [14, 2, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 8, 9]}, - "faces": { - "north": {"uv": [6, 2, 12, 3], "texture": "#0"}, - "east": {"uv": [0, 2, 6, 3], "texture": "#0"}, - "south": {"uv": [0, 3, 6, 4], "texture": "#0"}, - "west": {"uv": [6, 2, 0, 3], "texture": "#0"}, - "up": {"uv": [6, 8.5, 12, 2.5], "texture": "#0"}, - "down": {"uv": [0, 12.5, 6, 6.5], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [2, 2, 2.5], - "to": [14, 2, 7.5], - "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 2, 2.5]}, - "faces": { - "north": {"uv": [6, 1.5, 12, 2.5], "texture": "#0"}, - "east": {"uv": [0, 1.5, 6, 2.5], "texture": "#0"}, - "south": {"uv": [0, 3, 6, 4], "texture": "#0"}, - "west": {"uv": [6, 1.5, 0, 2.5], "texture": "#0"}, - "up": {"uv": [0, 6.5, 6, 4], "texture": "#0"}, - "down": {"uv": [0, 4, 6, 6.5], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [2, 2, 7], - "to": [14, 6, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 9, 9]}, - "faces": { - "north": {"uv": [0, 13, 6, 15], "texture": "#0"}, - "east": {"uv": [0, 0, 3.5, 2], "texture": "#0"}, - "south": {"uv": [10, 0, 16, 2], "texture": "#0"}, - "west": {"uv": [3.5, 0, 0, 2], "texture": "#0"}, - "up": {"uv": [12, 6, 6, 2.5], "texture": "#0"} - } - }, - { - "from": [2, 2, 4], - "to": [2, 5, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 8, 9]}, - "faces": { - "north": {"uv": [0, 0, 0, 1], "texture": "#0"}, - "east": {"uv": [3.5, 0.5, 5, 2], "texture": "#0"}, - "south": {"uv": [5.5, 0, 5.5, 1], "texture": "#0"}, - "west": {"uv": [5, 0.5, 3.5, 2], "texture": "#0"}, - "up": {"uv": [0, 2.5, 0, 3.5], "texture": "#0"}, - "down": {"uv": [3, 2.5, 3, 3.5], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [14, 2, 4], - "to": [14, 5, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 8, 9]}, - "faces": { - "north": {"uv": [0, 0, 0, 1], "texture": "#0"}, - "east": {"uv": [3.5, 0.5, 5, 2], "texture": "#0"}, - "south": {"uv": [5.5, 0, 5.5, 1], "texture": "#0"}, - "west": {"uv": [5, 0.5, 3.5, 2], "texture": "#0"}, - "up": {"uv": [0, 2.5, 0, 3.5], "texture": "#0"}, - "down": {"uv": [3, 2.5, 3, 3.5], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [1, 5, 12], - "to": [15, 7, 14], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 8, 9]}, - "faces": { - "north": {"uv": [6, 13, 13, 13.5], "texture": "#0"}, - "east": {"uv": [13, 11, 14, 12], "texture": "#0"}, - "south": {"uv": [6, 11, 13, 12], "texture": "#0"}, - "west": {"uv": [14, 11, 13, 12], "texture": "#0"}, - "up": {"uv": [6, 13, 13, 12], "texture": "#0"}, - "down": {"uv": [6, 11.5, 13, 12], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [14.5, 5.5, 13], - "to": [15.5, 6.5, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 9]}, - "faces": { - "north": {"uv": [12, 3.5, 12.5, 4], "texture": "#0"}, - "east": {"uv": [12, 3.5, 12.5, 4], "texture": "#0"}, - "south": {"uv": [12, 3.5, 12.5, 4], "texture": "#0"}, - "west": {"uv": [12, 3.5, 12.5, 4], "texture": "#0"}, - "up": {"uv": [12, 3.5, 12.5, 4], "texture": "#0"}, - "down": {"uv": [12, 3.5, 12.5, 4], "texture": "#0"} - } - }, - { - "from": [15.5, 5.5, 6], - "to": [15.5, 8.5, 13], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 9]}, - "faces": { - "north": {"uv": [16, 2.5, 12.5, 4], "texture": "#0"}, - "east": {"uv": [12.5, 2.5, 16, 4], "texture": "#0"}, - "south": {"uv": [16, 2.5, 12.5, 4], "texture": "#0"}, - "west": {"uv": [16, 2.5, 12.5, 4], "texture": "#0"}, - "up": {"uv": [16, 2.5, 12.5, 4], "texture": "#0"}, - "down": {"uv": [16, 2.5, 12.5, 4], "texture": "#0"} - } - }, - { - "from": [4, 7, 12], - "to": [12, 12, 12], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 7, 12]}, - "faces": { - "north": {"uv": [12, 4, 16, 6.5], "texture": "#0"}, - "east": {"uv": [3, 0, 3, 2.5], "texture": "#0"}, - "south": {"uv": [12, 7.5, 16, 10], "texture": "#0"}, - "west": {"uv": [3, 0, 3, 2.5], "texture": "#0"}, - "up": {"uv": [0, 2.5, 4, 2.5], "texture": "#0"}, - "down": {"uv": [3, 2.5, 7, 2.5], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [4, 5, 14], - "to": [12, 5, 16], - "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 5, 14]}, - "faces": { - "north": {"uv": [3, 2.5, 7, 2.5], "texture": "#0"}, - "east": {"uv": [3, 0, 3, 2.5], "rotation": 270, "texture": "#0"}, - "south": {"uv": [0, 2.5, 4, 2.5], "texture": "#0"}, - "west": {"uv": [3, 0, 3, 2.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [12, 6.5, 16, 7.5], "rotation": 180, "texture": "#0"}, - "down": {"uv": [12, 10, 16, 11], "texture": "#0"} - } - }, - { - "from": [11, 6, 8], - "to": [14, 7, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 9, 9]}, - "faces": { - "north": {"uv": [6, 5, 7.5, 5.5], "texture": "#0"}, - "east": {"uv": [6, 4, 7.5, 4.5], "texture": "#0"}, - "south": {"uv": [7.5, 4, 6, 4.5], "texture": "#0"}, - "west": {"uv": [7.5, 5, 6, 5.5], "texture": "#0"}, - "up": {"uv": [6, 4, 7.5, 5.5], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [2, 6, 8], - "to": [5, 7, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [9, 9, 9]}, - "faces": { - "north": {"uv": [6, 5, 7.5, 5.5], "texture": "#0"}, - "east": {"uv": [6, 4, 7.5, 4.5], "texture": "#0"}, - "south": {"uv": [7.5, 4, 6, 4.5], "texture": "#0"}, - "west": {"uv": [7.5, 5, 6, 5.5], "texture": "#0"}, - "up": {"uv": [6, 4, 7.5, 5.5], "rotation": 180, "texture": "#0"} - } - }, - { - "from": [5, 6, 11], - "to": [11, 9, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [12, 9, 12]}, - "faces": { - "north": {"uv": [13, 12, 16, 13.5], "texture": "#0"}, - "east": {"uv": [6, 4, 7.5, 4.5], "texture": "#0"}, - "south": {"uv": [16, 12, 13, 13.5], "texture": "#0"}, - "west": {"uv": [7.5, 5, 6, 5.5], "texture": "#0"}, - "up": {"uv": [6, 4, 7.5, 5.5], "rotation": 180, "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "translation": [0, 2.5, 0], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "translation": [0, 2.5, 0], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [-3, 45, 21], - "translation": [3.5, 4, -3.25] - }, - "firstperson_lefthand": { - "rotation": [-3, 45, 21], - "translation": [3.5, 4, -3.25] - }, - "ground": { - "translation": [0, 3, 0], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [35, 135, 0], - "translation": [-0.25, 2, 0], - "scale": [0.83, 0.83, 0.83] - }, - "head": { - "translation": [0, 19.75, 0], - "scale": [1.66, 1.66, 1.66] - }, - "fixed": { - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/w_machine_with_paper.json b/src/main/resources/assets/new_soviet/models/block/w_machine_with_paper.json deleted file mode 100644 index c435215..0000000 --- a/src/main/resources/assets/new_soviet/models/block/w_machine_with_paper.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/w_machine", - "textures": { - "0": "new_soviet:block/w_machine_with_paper", - "particle": "new_soviet:block/w_machine_with_paper" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_bottom.json deleted file mode 100644 index 14e854b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "particle": "new_soviet:block/windows/frames/acacia" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_bottom_left.json deleted file mode 100644 index e0dcb37..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "particle": "new_soviet:block/windows/frames/acacia" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_middle.json deleted file mode 100644 index 0f07e3b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "particle": "new_soviet:block/windows/frames/acacia" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_middle_left.json deleted file mode 100644 index 8828cc5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "particle": "new_soviet:block/windows/frames/acacia" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_single.json deleted file mode 100644 index 7758f4e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single", - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "particle": "new_soviet:block/windows/frames/acacia" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_single_left.json deleted file mode 100644 index b91bb4e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "particle": "new_soviet:block/windows/frames/acacia" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_top.json deleted file mode 100644 index 341853d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top", - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "particle": "new_soviet:block/windows/frames/acacia" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_top_left.json deleted file mode 100644 index 5e89557..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_pane_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "particle": "new_soviet:block/windows/frames/acacia" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_bottom.json deleted file mode 100644 index 25b9f05..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "particle": "new_soviet:block/windows/frames/acacia" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_bottom_left.json deleted file mode 100644 index 3f75da5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "particle": "new_soviet:block/windows/frames/acacia" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_middle.json deleted file mode 100644 index 90e77de..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "particle": "new_soviet:block/windows/frames/acacia" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_middle_left.json deleted file mode 100644 index ac76925..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "particle": "new_soviet:block/windows/frames/acacia" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_single.json deleted file mode 100644 index 1288b69..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single", - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "particle": "new_soviet:block/windows/frames/acacia" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_single_left.json deleted file mode 100644 index db592c4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "particle": "new_soviet:block/windows/frames/acacia" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_top.json deleted file mode 100644 index e19febf..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top", - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "particle": "new_soviet:block/windows/frames/acacia" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_top_left.json deleted file mode 100644 index 34209a0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/acacia/acacia_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "particle": "new_soviet:block/windows/frames/acacia" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/base/pane_window_single_item.json b/src/main/resources/assets/new_soviet/models/block/windows/base/pane_window_single_item.json deleted file mode 100644 index d726ab7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/base/pane_window_single_item.json +++ /dev/null @@ -1,290 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "1": "new_soviet:block/windows/glass2", - "particle": "new_soviet:block/windows/frames/oak" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [2, 7, 13.5], - "to": [14, 8, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 5.25, 3.75, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.75, 5.25, 7.75, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [3.75, 5.25, 0.75, 4.75], "texture": "#0"}, - "down": {"uv": [3.75, 4.75, 0.75, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 12.25, 0.5, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 4, 13.475], - "to": [2, 6, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 3, 12.5], - "to": [2, 5, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 5, 12.5], - "to": [2, 5, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 11, 13.475], - "to": [2, 13, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 10, 12.5], - "to": [2, 12, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12.5], - "to": [2, 12, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [7, 8, 9] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [10, 11, 12] - }, - 13, - 14, - 15 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/base/window_single_item.json b/src/main/resources/assets/new_soviet/models/block/windows/base/window_single_item.json deleted file mode 100644 index 35c0a13..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/base/window_single_item.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "1": "new_soviet:block/windows/glass", - "particle": "new_soviet:block/windows/frames/oak" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 12.25, 0.75, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 7, 13.475], - "to": [2, 9, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 6, 12.5], - "to": [2, 8, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 8, 12.5], - "to": [2, 8, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [6, 7, 8] - }, - 9, - 10, - 11 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_bottom.json deleted file mode 100644 index 845b6fb..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "particle": "new_soviet:block/windows/frames/birch" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_bottom_left.json deleted file mode 100644 index 3728f75..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "particle": "new_soviet:block/windows/frames/birch" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_middle.json deleted file mode 100644 index a2fccd5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "particle": "new_soviet:block/windows/frames/birch" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_middle_left.json deleted file mode 100644 index 8153f75..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "particle": "new_soviet:block/windows/frames/birch" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_single.json deleted file mode 100644 index cb5130e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single", - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "particle": "new_soviet:block/windows/frames/birch" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_single_left.json deleted file mode 100644 index 67df212..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "particle": "new_soviet:block/windows/frames/birch" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_top.json deleted file mode 100644 index c606bbc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top", - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "particle": "new_soviet:block/windows/frames/birch" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_top_left.json deleted file mode 100644 index 33dc9ce..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_pane_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "particle": "new_soviet:block/windows/frames/birch" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_bottom.json deleted file mode 100644 index 28500ad..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "particle": "new_soviet:block/windows/frames/birch" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_bottom_left.json deleted file mode 100644 index 6e66f44..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "particle": "new_soviet:block/windows/frames/birch" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_middle.json deleted file mode 100644 index d1bd163..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "particle": "new_soviet:block/windows/frames/birch" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_middle_left.json deleted file mode 100644 index b81b86b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "particle": "new_soviet:block/windows/frames/birch" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_single.json deleted file mode 100644 index bbd3a02..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single", - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "particle": "new_soviet:block/windows/frames/birch" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_single_left.json deleted file mode 100644 index fe7dc85..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "particle": "new_soviet:block/windows/frames/birch" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_top.json deleted file mode 100644 index f181c01..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top", - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "particle": "new_soviet:block/windows/frames/birch" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_top_left.json deleted file mode 100644 index 303f0ea..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/birch/birch_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "particle": "new_soviet:block/windows/frames/birch" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_bottom.json deleted file mode 100644 index ca6f115..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "particle": "new_soviet:block/windows/frames/cherry" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_bottom_left.json deleted file mode 100644 index 26287b8..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "particle": "new_soviet:block/windows/frames/cherry" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_middle.json deleted file mode 100644 index 8c6cd81..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "particle": "new_soviet:block/windows/frames/cherry" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_middle_left.json deleted file mode 100644 index bfdc7a6..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "particle": "new_soviet:block/windows/frames/cherry" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_single.json deleted file mode 100644 index 9a50b6a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single", - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "particle": "new_soviet:block/windows/frames/cherry" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_single_left.json deleted file mode 100644 index 4158ccc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "particle": "new_soviet:block/windows/frames/cherry" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_top.json deleted file mode 100644 index cf4930a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top", - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "particle": "new_soviet:block/windows/frames/cherry" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_top_left.json deleted file mode 100644 index cca2451..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_pane_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "particle": "new_soviet:block/windows/frames/cherry" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_bottom.json deleted file mode 100644 index 40b90fa..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "particle": "new_soviet:block/windows/frames/cherry" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_bottom_left.json deleted file mode 100644 index 45e3fde..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "particle": "new_soviet:block/windows/frames/cherry" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_middle.json deleted file mode 100644 index 7595ce4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "particle": "new_soviet:block/windows/frames/cherry" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_middle_left.json deleted file mode 100644 index 19e8e2f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "particle": "new_soviet:block/windows/frames/cherry" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_single.json deleted file mode 100644 index 6c985ea..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single", - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "particle": "new_soviet:block/windows/frames/cherry" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_single_left.json deleted file mode 100644 index 1a6f2b2..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "particle": "new_soviet:block/windows/frames/cherry" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_top.json deleted file mode 100644 index c866bcb..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top", - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "particle": "new_soviet:block/windows/frames/cherry" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_top_left.json deleted file mode 100644 index 96525b8..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/cherry/cherry_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "particle": "new_soviet:block/windows/frames/cherry" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_bottom.json deleted file mode 100644 index 9d79d8e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "particle": "new_soviet:block/windows/frames/crimson" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_bottom_left.json deleted file mode 100644 index f008c8e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "particle": "new_soviet:block/windows/frames/crimson" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_middle.json deleted file mode 100644 index 4ff0235..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "particle": "new_soviet:block/windows/frames/crimson" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_middle_left.json deleted file mode 100644 index 70f3b5d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "particle": "new_soviet:block/windows/frames/crimson" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_single.json deleted file mode 100644 index db9b23c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single", - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "particle": "new_soviet:block/windows/frames/crimson" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_single_left.json deleted file mode 100644 index ce2d50d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "particle": "new_soviet:block/windows/frames/crimson" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_top.json deleted file mode 100644 index 946ec8b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top", - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "particle": "new_soviet:block/windows/frames/crimson" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_top_left.json deleted file mode 100644 index f92df4b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_pane_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "particle": "new_soviet:block/windows/frames/crimson" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_bottom.json deleted file mode 100644 index bf7f7aa..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "particle": "new_soviet:block/windows/frames/crimson" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_bottom_left.json deleted file mode 100644 index 323df56..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "particle": "new_soviet:block/windows/frames/crimson" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_middle.json deleted file mode 100644 index 14c4a75..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "particle": "new_soviet:block/windows/frames/crimson" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_middle_left.json deleted file mode 100644 index 2aac12c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "particle": "new_soviet:block/windows/frames/crimson" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_single.json deleted file mode 100644 index 2081f3e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single", - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "particle": "new_soviet:block/windows/frames/crimson" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_single_left.json deleted file mode 100644 index 4b2687c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "particle": "new_soviet:block/windows/frames/crimson" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_top.json deleted file mode 100644 index 1183b59..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top", - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "particle": "new_soviet:block/windows/frames/crimson" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_top_left.json deleted file mode 100644 index b737de1..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/crimson/crimson_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "particle": "new_soviet:block/windows/frames/crimson" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_bottom.json deleted file mode 100644 index 27ed113..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "particle": "new_soviet:block/windows/frames/dark_oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_bottom_left.json deleted file mode 100644 index 61e8a42..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "particle": "new_soviet:block/windows/frames/dark_oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_middle.json deleted file mode 100644 index fcf6660..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "particle": "new_soviet:block/windows/frames/dark_oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_middle_left.json deleted file mode 100644 index e5b5259..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "particle": "new_soviet:block/windows/frames/dark_oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_single.json deleted file mode 100644 index 89fdcbb..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single", - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "particle": "new_soviet:block/windows/frames/dark_oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_single_left.json deleted file mode 100644 index 000f291..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "particle": "new_soviet:block/windows/frames/dark_oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_top.json deleted file mode 100644 index 601a2b4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top", - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "particle": "new_soviet:block/windows/frames/dark_oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_top_left.json deleted file mode 100644 index e7273a4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_pane_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "particle": "new_soviet:block/windows/frames/dark_oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_bottom.json deleted file mode 100644 index 7e60d05..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "particle": "new_soviet:block/windows/frames/dark_oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_bottom_left.json deleted file mode 100644 index 193e7b2..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "particle": "new_soviet:block/windows/frames/dark_oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_middle.json deleted file mode 100644 index 49ab3fc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "particle": "new_soviet:block/windows/frames/dark_oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_middle_left.json deleted file mode 100644 index 75dc18e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "particle": "new_soviet:block/windows/frames/dark_oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_single.json deleted file mode 100644 index 9486048..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single", - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "particle": "new_soviet:block/windows/frames/dark_oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_single_left.json deleted file mode 100644 index 9beae4d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "particle": "new_soviet:block/windows/frames/dark_oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_top.json deleted file mode 100644 index df5db46..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top", - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "particle": "new_soviet:block/windows/frames/dark_oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_top_left.json deleted file mode 100644 index dc777f6..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/dark_oak/dark_oak_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "particle": "new_soviet:block/windows/frames/dark_oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_bottom.json deleted file mode 100644 index 80dbb15..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "particle": "new_soviet:block/windows/frames/jungle" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_bottom_left.json deleted file mode 100644 index 70d4d9d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "particle": "new_soviet:block/windows/frames/jungle" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_middle.json deleted file mode 100644 index 84c9d1e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "particle": "new_soviet:block/windows/frames/jungle" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_middle_left.json deleted file mode 100644 index 289d89e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "particle": "new_soviet:block/windows/frames/jungle" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_single.json deleted file mode 100644 index d899d66..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single", - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "particle": "new_soviet:block/windows/frames/jungle" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_single_left.json deleted file mode 100644 index 84f50c0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "particle": "new_soviet:block/windows/frames/jungle" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_top.json deleted file mode 100644 index f1f58bb..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top", - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "particle": "new_soviet:block/windows/frames/jungle" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_top_left.json deleted file mode 100644 index f97d389..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_pane_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "particle": "new_soviet:block/windows/frames/jungle" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_bottom.json deleted file mode 100644 index fc4d81a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "particle": "new_soviet:block/windows/frames/jungle" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_bottom_left.json deleted file mode 100644 index e35cbb4..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "particle": "new_soviet:block/windows/frames/jungle" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_middle.json deleted file mode 100644 index a6d3fbb..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "particle": "new_soviet:block/windows/frames/jungle" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_middle_left.json deleted file mode 100644 index 43f49a6..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "particle": "new_soviet:block/windows/frames/jungle" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_single.json deleted file mode 100644 index 5dfd67a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single", - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "particle": "new_soviet:block/windows/frames/jungle" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_single_left.json deleted file mode 100644 index 5f850b3..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "particle": "new_soviet:block/windows/frames/jungle" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_top.json deleted file mode 100644 index cbe47bb..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top", - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "particle": "new_soviet:block/windows/frames/jungle" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_top_left.json deleted file mode 100644 index fd62159..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/jungle/jungle_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "particle": "new_soviet:block/windows/frames/jungle" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_bottom.json deleted file mode 100644 index e137fd6..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "particle": "new_soviet:block/windows/frames/mangrove" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_bottom_left.json deleted file mode 100644 index bd4c4a3..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "particle": "new_soviet:block/windows/frames/mangrove" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_middle.json deleted file mode 100644 index b374dba..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "particle": "new_soviet:block/windows/frames/mangrove" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_middle_left.json deleted file mode 100644 index d78bc96..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "particle": "new_soviet:block/windows/frames/mangrove" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_single.json deleted file mode 100644 index d643ea2..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single", - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "particle": "new_soviet:block/windows/frames/mangrove" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_single_left.json deleted file mode 100644 index 478d6b7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "particle": "new_soviet:block/windows/frames/mangrove" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_top.json deleted file mode 100644 index 99243ce..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top", - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "particle": "new_soviet:block/windows/frames/mangrove" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_top_left.json deleted file mode 100644 index 40c04b5..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_pane_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "particle": "new_soviet:block/windows/frames/mangrove" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_bottom.json deleted file mode 100644 index 7add4c0..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "particle": "new_soviet:block/windows/frames/mangrove" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_bottom_left.json deleted file mode 100644 index 4c98c85..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "particle": "new_soviet:block/windows/frames/mangrove" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_middle.json deleted file mode 100644 index 6fedb0e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "particle": "new_soviet:block/windows/frames/mangrove" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_middle_left.json deleted file mode 100644 index 7e8bc64..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "particle": "new_soviet:block/windows/frames/mangrove" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_single.json deleted file mode 100644 index b173f3e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single", - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "particle": "new_soviet:block/windows/frames/mangrove" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_single_left.json deleted file mode 100644 index 4fab784..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "particle": "new_soviet:block/windows/frames/mangrove" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_top.json deleted file mode 100644 index 8ca78e3..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top", - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "particle": "new_soviet:block/windows/frames/mangrove" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_top_left.json deleted file mode 100644 index e7be148..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/mangrove/mangrove_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "particle": "new_soviet:block/windows/frames/mangrove" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_bottom.json deleted file mode 100644 index 6c9e544..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "particle": "new_soviet:block/windows/frames/oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_bottom_left.json deleted file mode 100644 index 0b7da9d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "particle": "new_soviet:block/windows/frames/oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_middle.json deleted file mode 100644 index 228ce0f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "particle": "new_soviet:block/windows/frames/oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_middle_left.json deleted file mode 100644 index 4199ca1..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "particle": "new_soviet:block/windows/frames/oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_single.json deleted file mode 100644 index 3feb2fc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single", - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "particle": "new_soviet:block/windows/frames/oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_single_left.json deleted file mode 100644 index 05ceee3..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "particle": "new_soviet:block/windows/frames/oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_top.json deleted file mode 100644 index aef5224..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top", - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "particle": "new_soviet:block/windows/frames/oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_top_left.json deleted file mode 100644 index ded09d2..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_pane_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "particle": "new_soviet:block/windows/frames/oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_bottom.json deleted file mode 100644 index d741c5c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "particle": "new_soviet:block/windows/frames/oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_bottom_left.json deleted file mode 100644 index 7da55ac..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "particle": "new_soviet:block/windows/frames/oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_middle.json deleted file mode 100644 index 7fbfd5b..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "particle": "new_soviet:block/windows/frames/oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_middle_left.json deleted file mode 100644 index d0a309e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "particle": "new_soviet:block/windows/frames/oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_single.json deleted file mode 100644 index 3828cd7..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single", - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "particle": "new_soviet:block/windows/frames/oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_single_left.json deleted file mode 100644 index 1563d48..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "particle": "new_soviet:block/windows/frames/oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_top.json deleted file mode 100644 index eeb9e4c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top", - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "particle": "new_soviet:block/windows/frames/oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_top_left.json deleted file mode 100644 index 845418f..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/oak/oak_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "particle": "new_soviet:block/windows/frames/oak" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_bottom.json deleted file mode 100644 index 953c952..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "particle": "new_soviet:block/windows/frames/spruce" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_bottom_left.json deleted file mode 100644 index 7320690..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "particle": "new_soviet:block/windows/frames/spruce" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_middle.json deleted file mode 100644 index d6f1f1a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "particle": "new_soviet:block/windows/frames/spruce" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_middle_left.json deleted file mode 100644 index 6515f4d..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "particle": "new_soviet:block/windows/frames/spruce" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_single.json deleted file mode 100644 index 8c3782a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single", - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "particle": "new_soviet:block/windows/frames/spruce" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_single_left.json deleted file mode 100644 index b104c82..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "particle": "new_soviet:block/windows/frames/spruce" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_top.json deleted file mode 100644 index 242ecce..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top", - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "particle": "new_soviet:block/windows/frames/spruce" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_top_left.json deleted file mode 100644 index 3ecf341..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_pane_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "particle": "new_soviet:block/windows/frames/spruce" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_bottom.json deleted file mode 100644 index e3064db..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "particle": "new_soviet:block/windows/frames/spruce" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_bottom_left.json deleted file mode 100644 index 57ee3a2..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "particle": "new_soviet:block/windows/frames/spruce" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_middle.json deleted file mode 100644 index 5a44d9a..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "particle": "new_soviet:block/windows/frames/spruce" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_middle_left.json deleted file mode 100644 index 8d112f9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "particle": "new_soviet:block/windows/frames/spruce" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_single.json deleted file mode 100644 index 90cb703..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single", - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "particle": "new_soviet:block/windows/frames/spruce" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_single_left.json deleted file mode 100644 index 4abd1fa..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "particle": "new_soviet:block/windows/frames/spruce" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_top.json deleted file mode 100644 index c45f3ac..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top", - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "particle": "new_soviet:block/windows/frames/spruce" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_top_left.json deleted file mode 100644 index 6d36768..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/spruce/spruce_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "particle": "new_soviet:block/windows/frames/spruce" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_pane_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/test_pane_window_bottom.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_pane_window_bottom.json rename to src/main/resources/assets/new_soviet/models/block/windows/test_pane_window_bottom.json diff --git a/src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_pane_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/test_pane_window_bottom_left.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_pane_window_bottom_left.json rename to src/main/resources/assets/new_soviet/models/block/windows/test_pane_window_bottom_left.json diff --git a/src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_pane_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/test_pane_window_middle.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_pane_window_middle.json rename to src/main/resources/assets/new_soviet/models/block/windows/test_pane_window_middle.json diff --git a/src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_pane_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/test_pane_window_middle_left.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_pane_window_middle_left.json rename to src/main/resources/assets/new_soviet/models/block/windows/test_pane_window_middle_left.json diff --git a/src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_pane_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/test_pane_window_single.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_pane_window_single.json rename to src/main/resources/assets/new_soviet/models/block/windows/test_pane_window_single.json diff --git a/src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_pane_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/test_pane_window_single_left.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_pane_window_single_left.json rename to src/main/resources/assets/new_soviet/models/block/windows/test_pane_window_single_left.json diff --git a/src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_pane_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/test_pane_window_top.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_pane_window_top.json rename to src/main/resources/assets/new_soviet/models/block/windows/test_pane_window_top.json diff --git a/src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_pane_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/test_pane_window_top_left.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_pane_window_top_left.json rename to src/main/resources/assets/new_soviet/models/block/windows/test_pane_window_top_left.json diff --git a/src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/test_window_bottom.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_window_bottom.json rename to src/main/resources/assets/new_soviet/models/block/windows/test_window_bottom.json diff --git a/src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/test_window_bottom_left.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_window_bottom_left.json rename to src/main/resources/assets/new_soviet/models/block/windows/test_window_bottom_left.json diff --git a/src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/test_window_middle.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_window_middle.json rename to src/main/resources/assets/new_soviet/models/block/windows/test_window_middle.json diff --git a/src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/test_window_middle_left.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_window_middle_left.json rename to src/main/resources/assets/new_soviet/models/block/windows/test_window_middle_left.json diff --git a/src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/test_window_single.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_window_single.json rename to src/main/resources/assets/new_soviet/models/block/windows/test_window_single.json diff --git a/src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/test_window_single_left.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_window_single_left.json rename to src/main/resources/assets/new_soviet/models/block/windows/test_window_single_left.json diff --git a/src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/test_window_top.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_window_top.json rename to src/main/resources/assets/new_soviet/models/block/windows/test_window_top.json diff --git a/src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/test_window_top_left.json similarity index 100% rename from src/main/resources/assets/new_soviet/models/block/windows/whitewashed/whitewashed_window_top_left.json rename to src/main/resources/assets/new_soviet/models/block/windows/test_window_top_left.json diff --git a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_bottom.json deleted file mode 100644 index b2bf248..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "particle": "new_soviet:block/windows/frames/warped" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_bottom_left.json deleted file mode 100644 index 35dbd1c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "particle": "new_soviet:block/windows/frames/warped" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_middle.json deleted file mode 100644 index f14cd97..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "particle": "new_soviet:block/windows/frames/warped" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_middle_left.json deleted file mode 100644 index 7231b30..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "particle": "new_soviet:block/windows/frames/warped" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_single.json deleted file mode 100644 index 4a1b196..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single", - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "particle": "new_soviet:block/windows/frames/warped" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_single_left.json deleted file mode 100644 index 5c8ea1c..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "particle": "new_soviet:block/windows/frames/warped" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_top.json deleted file mode 100644 index fa88ffd..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top", - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "particle": "new_soviet:block/windows/frames/warped" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_top_left.json deleted file mode 100644 index 40e2613..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_pane_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/pane_window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "particle": "new_soviet:block/windows/frames/warped" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_bottom.json b/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_bottom.json deleted file mode 100644 index 2440f3e..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_bottom.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom", - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "particle": "new_soviet:block/windows/frames/warped" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_bottom_left.json b/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_bottom_left.json deleted file mode 100644 index 66e83c6..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_bottom_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_bottom_left", - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "particle": "new_soviet:block/windows/frames/warped" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_middle.json b/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_middle.json deleted file mode 100644 index dfca7a9..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_middle.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle", - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "particle": "new_soviet:block/windows/frames/warped" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_middle_left.json b/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_middle_left.json deleted file mode 100644 index 7b86766..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_middle_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_middle_left", - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "particle": "new_soviet:block/windows/frames/warped" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_single.json b/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_single.json deleted file mode 100644 index e322f17..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_single.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single", - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "particle": "new_soviet:block/windows/frames/warped" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_single_left.json b/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_single_left.json deleted file mode 100644 index bbf6570..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_single_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_single_left", - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "particle": "new_soviet:block/windows/frames/warped" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_top.json b/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_top.json deleted file mode 100644 index bee12cc..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_top.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top", - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "particle": "new_soviet:block/windows/frames/warped" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_top_left.json b/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_top_left.json deleted file mode 100644 index 46393de..0000000 --- a/src/main/resources/assets/new_soviet/models/block/windows/warped/warped_window_top_left.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "new_soviet:block/windows/base/window_top_left", - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "particle": "new_soviet:block/windows/frames/warped" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/acacia_pane_window.json b/src/main/resources/assets/new_soviet/models/item/acacia_pane_window.json deleted file mode 100644 index d4d1139..0000000 --- a/src/main/resources/assets/new_soviet/models/item/acacia_pane_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/acacia/acacia_pane_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/acacia_pane_window_item.json b/src/main/resources/assets/new_soviet/models/item/acacia_pane_window_item.json deleted file mode 100644 index 66522ae..0000000 --- a/src/main/resources/assets/new_soviet/models/item/acacia_pane_window_item.json +++ /dev/null @@ -1,290 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "1": "new_soviet:block/windows/glass2", - "particle": "new_soviet:block/windows/frames/acacia" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [2, 7, 13.5], - "to": [14, 8, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 5.25, 3.75, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.75, 5.25, 7.75, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [3.75, 5.25, 0.75, 4.75], "texture": "#0"}, - "down": {"uv": [3.75, 4.75, 0.75, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 12.25, 0.5, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 4, 13.475], - "to": [2, 6, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 3, 12.5], - "to": [2, 5, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 5, 12.5], - "to": [2, 5, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 11, 13.475], - "to": [2, 13, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 10, 12.5], - "to": [2, 12, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12.5], - "to": [2, 12, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [7, 8, 9] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [10, 11, 12] - }, - 13, - 14, - 15 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/acacia_window.json b/src/main/resources/assets/new_soviet/models/item/acacia_window.json deleted file mode 100644 index d8efcc7..0000000 --- a/src/main/resources/assets/new_soviet/models/item/acacia_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/acacia/acacia_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/acacia_window_item.json b/src/main/resources/assets/new_soviet/models/item/acacia_window_item.json deleted file mode 100644 index df56424..0000000 --- a/src/main/resources/assets/new_soviet/models/item/acacia_window_item.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/acacia", - "1": "new_soviet:block/windows/glass", - "particle": "new_soviet:block/windows/frames/acacia" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 12.25, 0.75, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 7, 13.475], - "to": [2, 9, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 6, 12.5], - "to": [2, 8, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 8, 12.5], - "to": [2, 8, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [6, 7, 8] - }, - 9, - 10, - 11 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/birch_pane_window.json b/src/main/resources/assets/new_soviet/models/item/birch_pane_window.json deleted file mode 100644 index c28a4eb..0000000 --- a/src/main/resources/assets/new_soviet/models/item/birch_pane_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/birch/birch_pane_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/birch_pane_window_item.json b/src/main/resources/assets/new_soviet/models/item/birch_pane_window_item.json deleted file mode 100644 index e29f7fc..0000000 --- a/src/main/resources/assets/new_soviet/models/item/birch_pane_window_item.json +++ /dev/null @@ -1,290 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "1": "new_soviet:block/windows/glass2", - "particle": "new_soviet:block/windows/frames/birch" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [2, 7, 13.5], - "to": [14, 8, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 5.25, 3.75, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.75, 5.25, 7.75, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [3.75, 5.25, 0.75, 4.75], "texture": "#0"}, - "down": {"uv": [3.75, 4.75, 0.75, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 12.25, 0.5, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 4, 13.475], - "to": [2, 6, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 3, 12.5], - "to": [2, 5, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 5, 12.5], - "to": [2, 5, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 11, 13.475], - "to": [2, 13, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 10, 12.5], - "to": [2, 12, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12.5], - "to": [2, 12, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [7, 8, 9] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [10, 11, 12] - }, - 13, - 14, - 15 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/birch_window.json b/src/main/resources/assets/new_soviet/models/item/birch_window.json deleted file mode 100644 index 45026d7..0000000 --- a/src/main/resources/assets/new_soviet/models/item/birch_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/birch/birch_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/birch_window_item.json b/src/main/resources/assets/new_soviet/models/item/birch_window_item.json deleted file mode 100644 index 30b5eea..0000000 --- a/src/main/resources/assets/new_soviet/models/item/birch_window_item.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/birch", - "1": "new_soviet:block/windows/glass", - "particle": "new_soviet:block/windows/frames/birch" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 12.25, 0.75, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 7, 13.475], - "to": [2, 9, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 6, 12.5], - "to": [2, 8, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 8, 12.5], - "to": [2, 8, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [6, 7, 8] - }, - 9, - 10, - 11 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cherry_pane_window.json b/src/main/resources/assets/new_soviet/models/item/cherry_pane_window.json deleted file mode 100644 index 65bb986..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cherry_pane_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/cherry/cherry_pane_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cherry_pane_window_item.json b/src/main/resources/assets/new_soviet/models/item/cherry_pane_window_item.json deleted file mode 100644 index df3df17..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cherry_pane_window_item.json +++ /dev/null @@ -1,290 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "1": "new_soviet:block/windows/glass2", - "particle": "new_soviet:block/windows/frames/cherry" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [2, 7, 13.5], - "to": [14, 8, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 5.25, 3.75, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.75, 5.25, 7.75, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [3.75, 5.25, 0.75, 4.75], "texture": "#0"}, - "down": {"uv": [3.75, 4.75, 0.75, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 12.25, 0.5, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 4, 13.475], - "to": [2, 6, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 3, 12.5], - "to": [2, 5, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 5, 12.5], - "to": [2, 5, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 11, 13.475], - "to": [2, 13, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 10, 12.5], - "to": [2, 12, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12.5], - "to": [2, 12, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [7, 8, 9] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [10, 11, 12] - }, - 13, - 14, - 15 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cherry_window.json b/src/main/resources/assets/new_soviet/models/item/cherry_window.json deleted file mode 100644 index 70cc780..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cherry_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/cherry/cherry_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cherry_window_item.json b/src/main/resources/assets/new_soviet/models/item/cherry_window_item.json deleted file mode 100644 index f32381e..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cherry_window_item.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/cherry", - "1": "new_soviet:block/windows/glass", - "particle": "new_soviet:block/windows/frames/cherry" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 12.25, 0.75, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 7, 13.475], - "to": [2, 9, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 6, 12.5], - "to": [2, 8, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 8, 12.5], - "to": [2, 8, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [6, 7, 8] - }, - 9, - 10, - 11 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/cigarette.json b/src/main/resources/assets/new_soviet/models/item/cigarette.json index 7b17ab1..ff9bc99 100644 --- a/src/main/resources/assets/new_soviet/models/item/cigarette.json +++ b/src/main/resources/assets/new_soviet/models/item/cigarette.json @@ -38,7 +38,7 @@ }, "head": { "rotation": [90, 0, 0], - "translation": [0, -4.68, -9.75], + "translation": [0, -4.18, -9.75], "scale": [1.7, 1.7, 1.7] }, "fixed": { diff --git a/src/main/resources/assets/new_soviet/models/item/cigarette_item.json b/src/main/resources/assets/new_soviet/models/item/cigarette_item.json deleted file mode 100644 index 22f4765..0000000 --- a/src/main/resources/assets/new_soviet/models/item/cigarette_item.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "new_soviet:item/cigarette_item" - } -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/crimson_pane_window.json b/src/main/resources/assets/new_soviet/models/item/crimson_pane_window.json deleted file mode 100644 index ba84f28..0000000 --- a/src/main/resources/assets/new_soviet/models/item/crimson_pane_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/crimson/crimson_pane_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/crimson_pane_window_item.json b/src/main/resources/assets/new_soviet/models/item/crimson_pane_window_item.json deleted file mode 100644 index 907dc07..0000000 --- a/src/main/resources/assets/new_soviet/models/item/crimson_pane_window_item.json +++ /dev/null @@ -1,290 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "1": "new_soviet:block/windows/glass2", - "particle": "new_soviet:block/windows/frames/crimson" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [2, 7, 13.5], - "to": [14, 8, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 5.25, 3.75, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.75, 5.25, 7.75, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [3.75, 5.25, 0.75, 4.75], "texture": "#0"}, - "down": {"uv": [3.75, 4.75, 0.75, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 12.25, 0.5, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 4, 13.475], - "to": [2, 6, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 3, 12.5], - "to": [2, 5, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 5, 12.5], - "to": [2, 5, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 11, 13.475], - "to": [2, 13, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 10, 12.5], - "to": [2, 12, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12.5], - "to": [2, 12, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [7, 8, 9] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [10, 11, 12] - }, - 13, - 14, - 15 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/crimson_window.json b/src/main/resources/assets/new_soviet/models/item/crimson_window.json deleted file mode 100644 index b74f764..0000000 --- a/src/main/resources/assets/new_soviet/models/item/crimson_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/crimson/crimson_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/crimson_window_item.json b/src/main/resources/assets/new_soviet/models/item/crimson_window_item.json deleted file mode 100644 index 54c9ef9..0000000 --- a/src/main/resources/assets/new_soviet/models/item/crimson_window_item.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/crimson", - "1": "new_soviet:block/windows/glass", - "particle": "new_soviet:block/windows/frames/crimson" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 12.25, 0.75, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 7, 13.475], - "to": [2, 9, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 6, 12.5], - "to": [2, 8, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 8, 12.5], - "to": [2, 8, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [6, 7, 8] - }, - 9, - 10, - 11 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dark_oak_pane_window.json b/src/main/resources/assets/new_soviet/models/item/dark_oak_pane_window.json deleted file mode 100644 index 9937424..0000000 --- a/src/main/resources/assets/new_soviet/models/item/dark_oak_pane_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/dark_oak/dark_oak_pane_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dark_oak_pane_window_item.json b/src/main/resources/assets/new_soviet/models/item/dark_oak_pane_window_item.json deleted file mode 100644 index 519160e..0000000 --- a/src/main/resources/assets/new_soviet/models/item/dark_oak_pane_window_item.json +++ /dev/null @@ -1,290 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "1": "new_soviet:block/windows/glass2", - "particle": "new_soviet:block/windows/frames/dark_oak" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [2, 7, 13.5], - "to": [14, 8, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 5.25, 3.75, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.75, 5.25, 7.75, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [3.75, 5.25, 0.75, 4.75], "texture": "#0"}, - "down": {"uv": [3.75, 4.75, 0.75, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 12.25, 0.5, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 4, 13.475], - "to": [2, 6, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 3, 12.5], - "to": [2, 5, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 5, 12.5], - "to": [2, 5, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 11, 13.475], - "to": [2, 13, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 10, 12.5], - "to": [2, 12, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12.5], - "to": [2, 12, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [7, 8, 9] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [10, 11, 12] - }, - 13, - 14, - 15 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dark_oak_window.json b/src/main/resources/assets/new_soviet/models/item/dark_oak_window.json deleted file mode 100644 index f4718c2..0000000 --- a/src/main/resources/assets/new_soviet/models/item/dark_oak_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/dark_oak/dark_oak_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/dark_oak_window_item.json b/src/main/resources/assets/new_soviet/models/item/dark_oak_window_item.json deleted file mode 100644 index 5a16920..0000000 --- a/src/main/resources/assets/new_soviet/models/item/dark_oak_window_item.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/dark_oak", - "1": "new_soviet:block/windows/glass", - "particle": "new_soviet:block/windows/frames/dark_oak" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 12.25, 0.75, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 7, 13.475], - "to": [2, 9, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 6, 12.5], - "to": [2, 8, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 8, 12.5], - "to": [2, 8, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [6, 7, 8] - }, - 9, - 10, - 11 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/jungle_pane_window.json b/src/main/resources/assets/new_soviet/models/item/jungle_pane_window.json deleted file mode 100644 index 3126757..0000000 --- a/src/main/resources/assets/new_soviet/models/item/jungle_pane_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/jungle/jungle_pane_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/jungle_pane_window_item.json b/src/main/resources/assets/new_soviet/models/item/jungle_pane_window_item.json deleted file mode 100644 index 9602d66..0000000 --- a/src/main/resources/assets/new_soviet/models/item/jungle_pane_window_item.json +++ /dev/null @@ -1,290 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "1": "new_soviet:block/windows/glass2", - "particle": "new_soviet:block/windows/frames/jungle" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [2, 7, 13.5], - "to": [14, 8, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 5.25, 3.75, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.75, 5.25, 7.75, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [3.75, 5.25, 0.75, 4.75], "texture": "#0"}, - "down": {"uv": [3.75, 4.75, 0.75, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 12.25, 0.5, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 4, 13.475], - "to": [2, 6, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 3, 12.5], - "to": [2, 5, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 5, 12.5], - "to": [2, 5, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 11, 13.475], - "to": [2, 13, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 10, 12.5], - "to": [2, 12, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12.5], - "to": [2, 12, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [7, 8, 9] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [10, 11, 12] - }, - 13, - 14, - 15 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/jungle_window.json b/src/main/resources/assets/new_soviet/models/item/jungle_window.json deleted file mode 100644 index 9f9716c..0000000 --- a/src/main/resources/assets/new_soviet/models/item/jungle_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/jungle/jungle_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/jungle_window_item.json b/src/main/resources/assets/new_soviet/models/item/jungle_window_item.json deleted file mode 100644 index 9d2f04e..0000000 --- a/src/main/resources/assets/new_soviet/models/item/jungle_window_item.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/jungle", - "1": "new_soviet:block/windows/glass", - "particle": "new_soviet:block/windows/frames/jungle" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 12.25, 0.75, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 7, 13.475], - "to": [2, 9, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 6, 12.5], - "to": [2, 8, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 8, 12.5], - "to": [2, 8, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [6, 7, 8] - }, - 9, - 10, - 11 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mangrove_pane_window.json b/src/main/resources/assets/new_soviet/models/item/mangrove_pane_window.json deleted file mode 100644 index 5eb2505..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mangrove_pane_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/mangrove/mangrove_pane_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mangrove_pane_window_item.json b/src/main/resources/assets/new_soviet/models/item/mangrove_pane_window_item.json deleted file mode 100644 index 71eba1d..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mangrove_pane_window_item.json +++ /dev/null @@ -1,290 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "1": "new_soviet:block/windows/glass2", - "particle": "new_soviet:block/windows/frames/mangrove" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [2, 7, 13.5], - "to": [14, 8, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 5.25, 3.75, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.75, 5.25, 7.75, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [3.75, 5.25, 0.75, 4.75], "texture": "#0"}, - "down": {"uv": [3.75, 4.75, 0.75, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 12.25, 0.5, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 4, 13.475], - "to": [2, 6, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 3, 12.5], - "to": [2, 5, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 5, 12.5], - "to": [2, 5, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 11, 13.475], - "to": [2, 13, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 10, 12.5], - "to": [2, 12, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12.5], - "to": [2, 12, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [7, 8, 9] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [10, 11, 12] - }, - 13, - 14, - 15 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mangrove_window.json b/src/main/resources/assets/new_soviet/models/item/mangrove_window.json deleted file mode 100644 index 68f6a72..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mangrove_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/mangrove/mangrove_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/mangrove_window_item.json b/src/main/resources/assets/new_soviet/models/item/mangrove_window_item.json deleted file mode 100644 index 442d61c..0000000 --- a/src/main/resources/assets/new_soviet/models/item/mangrove_window_item.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/mangrove", - "1": "new_soviet:block/windows/glass", - "particle": "new_soviet:block/windows/frames/mangrove" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 12.25, 0.75, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 7, 13.475], - "to": [2, 9, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 6, 12.5], - "to": [2, 8, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 8, 12.5], - "to": [2, 8, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [6, 7, 8] - }, - 9, - 10, - 11 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/oak_pane_window.json b/src/main/resources/assets/new_soviet/models/item/oak_pane_window.json deleted file mode 100644 index 0f943c3..0000000 --- a/src/main/resources/assets/new_soviet/models/item/oak_pane_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/oak/oak_pane_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/oak_pane_window_item.json b/src/main/resources/assets/new_soviet/models/item/oak_pane_window_item.json deleted file mode 100644 index d726ab7..0000000 --- a/src/main/resources/assets/new_soviet/models/item/oak_pane_window_item.json +++ /dev/null @@ -1,290 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "1": "new_soviet:block/windows/glass2", - "particle": "new_soviet:block/windows/frames/oak" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [2, 7, 13.5], - "to": [14, 8, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 5.25, 3.75, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.75, 5.25, 7.75, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [3.75, 5.25, 0.75, 4.75], "texture": "#0"}, - "down": {"uv": [3.75, 4.75, 0.75, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 12.25, 0.5, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 4, 13.475], - "to": [2, 6, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 3, 12.5], - "to": [2, 5, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 5, 12.5], - "to": [2, 5, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 11, 13.475], - "to": [2, 13, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 10, 12.5], - "to": [2, 12, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12.5], - "to": [2, 12, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [7, 8, 9] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [10, 11, 12] - }, - 13, - 14, - 15 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/oak_window.json b/src/main/resources/assets/new_soviet/models/item/oak_window.json deleted file mode 100644 index f809209..0000000 --- a/src/main/resources/assets/new_soviet/models/item/oak_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/oak/oak_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/oak_window_item.json b/src/main/resources/assets/new_soviet/models/item/oak_window_item.json deleted file mode 100644 index 35c0a13..0000000 --- a/src/main/resources/assets/new_soviet/models/item/oak_window_item.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/oak", - "1": "new_soviet:block/windows/glass", - "particle": "new_soviet:block/windows/frames/oak" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 12.25, 0.75, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 7, 13.475], - "to": [2, 9, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 6, 12.5], - "to": [2, 8, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 8, 12.5], - "to": [2, 8, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [6, 7, 8] - }, - 9, - 10, - 11 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/spruce_pane_window.json b/src/main/resources/assets/new_soviet/models/item/spruce_pane_window.json deleted file mode 100644 index 061f675..0000000 --- a/src/main/resources/assets/new_soviet/models/item/spruce_pane_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/spruce/spruce_pane_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/spruce_pane_window_item.json b/src/main/resources/assets/new_soviet/models/item/spruce_pane_window_item.json deleted file mode 100644 index 405fb93..0000000 --- a/src/main/resources/assets/new_soviet/models/item/spruce_pane_window_item.json +++ /dev/null @@ -1,290 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "1": "new_soviet:block/windows/glass2", - "particle": "new_soviet:block/windows/frames/spruce" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [2, 7, 13.5], - "to": [14, 8, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 5.25, 3.75, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.75, 5.25, 7.75, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [3.75, 5.25, 0.75, 4.75], "texture": "#0"}, - "down": {"uv": [3.75, 4.75, 0.75, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 12.25, 0.5, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 4, 13.475], - "to": [2, 6, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 3, 12.5], - "to": [2, 5, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 5, 12.5], - "to": [2, 5, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 11, 13.475], - "to": [2, 13, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 10, 12.5], - "to": [2, 12, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12.5], - "to": [2, 12, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [7, 8, 9] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [10, 11, 12] - }, - 13, - 14, - 15 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/spruce_window.json b/src/main/resources/assets/new_soviet/models/item/spruce_window.json deleted file mode 100644 index f5556d8..0000000 --- a/src/main/resources/assets/new_soviet/models/item/spruce_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/spruce/spruce_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/spruce_window_item.json b/src/main/resources/assets/new_soviet/models/item/spruce_window_item.json deleted file mode 100644 index 5bd75c5..0000000 --- a/src/main/resources/assets/new_soviet/models/item/spruce_window_item.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/spruce", - "1": "new_soviet:block/windows/glass", - "particle": "new_soviet:block/windows/frames/spruce" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 12.25, 0.75, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 7, 13.475], - "to": [2, 9, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 6, 12.5], - "to": [2, 8, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 8, 12.5], - "to": [2, 8, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [6, 7, 8] - }, - 9, - 10, - 11 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/w_machine.json b/src/main/resources/assets/new_soviet/models/item/w_machine.json deleted file mode 100644 index 467ccb0..0000000 --- a/src/main/resources/assets/new_soviet/models/item/w_machine.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/w_machine" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/warped_pane_window.json b/src/main/resources/assets/new_soviet/models/item/warped_pane_window.json deleted file mode 100644 index d407d4f..0000000 --- a/src/main/resources/assets/new_soviet/models/item/warped_pane_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/warped/warped_pane_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/warped_pane_window_item.json b/src/main/resources/assets/new_soviet/models/item/warped_pane_window_item.json deleted file mode 100644 index afa643f..0000000 --- a/src/main/resources/assets/new_soviet/models/item/warped_pane_window_item.json +++ /dev/null @@ -1,290 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "1": "new_soviet:block/windows/glass2", - "particle": "new_soviet:block/windows/frames/warped" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [2, 7, 13.5], - "to": [14, 8, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 5.25, 3.75, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.75, 5.25, 7.75, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [3.75, 5.25, 0.75, 4.75], "texture": "#0"}, - "down": {"uv": [3.75, 4.75, 0.75, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 12.25, 0.5, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 4, 13.475], - "to": [2, 6, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 3, 12.5], - "to": [2, 5, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 5, 12.5], - "to": [2, 5, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 11, 13.475], - "to": [2, 13, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 10, 12.5], - "to": [2, 12, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12.5], - "to": [2, 12, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [7, 8, 9] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [10, 11, 12] - }, - 13, - 14, - 15 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/warped_window.json b/src/main/resources/assets/new_soviet/models/item/warped_window.json deleted file mode 100644 index 2c54603..0000000 --- a/src/main/resources/assets/new_soviet/models/item/warped_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/warped/warped_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/warped_window_item.json b/src/main/resources/assets/new_soviet/models/item/warped_window_item.json deleted file mode 100644 index 034b856..0000000 --- a/src/main/resources/assets/new_soviet/models/item/warped_window_item.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/warped", - "1": "new_soviet:block/windows/glass", - "particle": "new_soviet:block/windows/frames/warped" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 12.25, 0.75, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 7, 13.475], - "to": [2, 9, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 6, 12.5], - "to": [2, 8, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 8, 12.5], - "to": [2, 8, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [6, 7, 8] - }, - 9, - 10, - 11 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/whitewashed_pane_window.json b/src/main/resources/assets/new_soviet/models/item/whitewashed_pane_window.json deleted file mode 100644 index 064840a..0000000 --- a/src/main/resources/assets/new_soviet/models/item/whitewashed_pane_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/whitewashed/whitewashed_pane_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/whitewashed_pane_window_item.json b/src/main/resources/assets/new_soviet/models/item/whitewashed_pane_window_item.json deleted file mode 100644 index c58fb53..0000000 --- a/src/main/resources/assets/new_soviet/models/item/whitewashed_pane_window_item.json +++ /dev/null @@ -1,290 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/whitewashed", - "1": "new_soviet:block/windows/glass2", - "particle": "new_soviet:block/windows/frames/whitewashed" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [2, 7, 13.5], - "to": [14, 8, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 5.25, 3.75, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.75, 5.25, 7.75, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [3.75, 5.25, 0.75, 4.75], "texture": "#0"}, - "down": {"uv": [3.75, 4.75, 0.75, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 12.25, 0.5, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 4, 13.475], - "to": [2, 6, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 3, 12.5], - "to": [2, 5, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 5, 12.5], - "to": [2, 5, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 11, 13.475], - "to": [2, 13, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 10, 12.5], - "to": [2, 12, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 12, 12.5], - "to": [2, 12, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [7, 8, 9] - }, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [10, 11, 12] - }, - 13, - 14, - 15 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/whitewashed_window.json b/src/main/resources/assets/new_soviet/models/item/whitewashed_window.json deleted file mode 100644 index 3d015bd..0000000 --- a/src/main/resources/assets/new_soviet/models/item/whitewashed_window.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "new_soviet:block/windows/whitewashed/whitewashed_window_single" -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/models/item/whitewashed_window_item.json b/src/main/resources/assets/new_soviet/models/item/whitewashed_window_item.json deleted file mode 100644 index c03fb9f..0000000 --- a/src/main/resources/assets/new_soviet/models/item/whitewashed_window_item.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "credit": "Made with Blockbench", - "texture_size": [64, 64], - "textures": { - "0": "new_soviet:block/windows/frames/whitewashed", - "1": "new_soviet:block/windows/glass", - "particle": "new_soviet:block/windows/frames/whitewashed" - }, - "elements": [ - { - "from": [0, 0, 13], - "to": [16, 1, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 1.75, 4.75, 2], "texture": "#0"}, - "east": {"uv": [0, 1.75, 0.75, 2], "texture": "#0"}, - "south": {"uv": [5.5, 1.75, 9.5, 2], "texture": "#0"}, - "west": {"uv": [4.75, 1.75, 5.5, 2], "texture": "#0"}, - "up": {"uv": [4.75, 1.75, 0.75, 1], "texture": "#0"}, - "down": {"uv": [8.75, 1, 4.75, 1.75], "texture": "#0"} - } - }, - { - "from": [1, 1, 13.5], - "to": [15, 2, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 5.25, 4, 5.5], "texture": "#0"}, - "east": {"uv": [0, 5.25, 0.5, 5.5], "texture": "#0"}, - "south": {"uv": [4.5, 5.25, 8, 5.5], "texture": "#0"}, - "west": {"uv": [4, 5.25, 4.5, 5.5], "texture": "#0"}, - "up": {"uv": [4, 5.25, 0.5, 4.75], "texture": "#0"}, - "down": {"uv": [7.5, 4.75, 4, 5.25], "texture": "#0"} - } - }, - { - "from": [1, 14, 13.5], - "to": [15, 15, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 4.5, 4, 4.75], "texture": "#0"}, - "east": {"uv": [0, 4.5, 0.5, 4.75], "texture": "#0"}, - "south": {"uv": [4.5, 4.5, 8, 4.75], "texture": "#0"}, - "west": {"uv": [4, 4.5, 4.5, 4.75], "texture": "#0"}, - "up": {"uv": [4, 4.5, 0.5, 4], "texture": "#0"}, - "down": {"uv": [7.5, 4, 4, 4.5], "texture": "#0"} - } - }, - { - "from": [14, 2, 13.5], - "to": [15, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 12.25, 2.25, 15.25], "texture": "#0"}, - "east": {"uv": [1.5, 12.25, 2, 15.25], "texture": "#0"}, - "south": {"uv": [2.75, 12.25, 3, 15.25], "texture": "#0"}, - "west": {"uv": [2.25, 12.25, 2.75, 15.25], "texture": "#0"}, - "up": {"uv": [2.25, 12.25, 2, 11.75], "texture": "#0"}, - "down": {"uv": [2.5, 11.75, 2.25, 12.25], "texture": "#0"} - } - }, - { - "from": [2, 2, 14.5], - "to": [14, 14, 14.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "east": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "south": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "west": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "up": {"uv": [2, 2, 14, 14], "texture": "#1"}, - "down": {"uv": [2, 2, 14, 14], "texture": "#1"} - } - }, - { - "from": [1, 2, 13.5], - "to": [2, 14, 15.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.5, 12.25, 0.75, 15.25], "texture": "#0"}, - "east": {"uv": [0, 12.25, 0.5, 15.25], "texture": "#0"}, - "south": {"uv": [1.25, 12.25, 1.5, 15.25], "texture": "#0"}, - "west": {"uv": [0.75, 12.25, 1.25, 15.25], "texture": "#0"}, - "up": {"uv": [0.75, 12.25, 0.5, 11.75], "texture": "#0"}, - "down": {"uv": [1, 11.75, 0.75, 12.25], "texture": "#0"} - } - }, - { - "from": [1, 7, 13.475], - "to": [2, 9, 13.475], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 1, 0.25, 1.5], "texture": "#0"}, - "east": {"uv": [0, 1, 0, 1.5], "texture": "#0"}, - "south": {"uv": [0.25, 1, 0.5, 1.5], "texture": "#0"}, - "west": {"uv": [0.25, 1, 0.25, 1.5], "texture": "#0"}, - "up": {"uv": [0.25, 1, 0, 1], "texture": "#0"}, - "down": {"uv": [0.5, 1, 0.25, 1], "texture": "#0"} - } - }, - { - "from": [1, 6, 12.5], - "to": [2, 8, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0, 0.25, 0.25, 0.75], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0, 0.75], "texture": "#0"}, - "south": {"uv": [0.25, 0.25, 0.5, 0.75], "texture": "#0"}, - "west": {"uv": [0.25, 0.25, 0.25, 0.75], "texture": "#0"}, - "up": {"uv": [0.25, 0.25, 0, 0.25], "texture": "#0"}, - "down": {"uv": [0.5, 0.25, 0.25, 0.25], "texture": "#0"} - } - }, - { - "from": [1, 8, 12.5], - "to": [2, 8, 13.5], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.25, 0.25, 0.5, 0.25], "texture": "#0"}, - "east": {"uv": [0, 0.25, 0.25, 0.25], "texture": "#0"}, - "south": {"uv": [0.75, 0.25, 1, 0.25], "texture": "#0"}, - "west": {"uv": [0.5, 0.25, 0.75, 0.25], "texture": "#0"}, - "up": {"uv": [0.5, 0.25, 0.25, 0], "texture": "#0"}, - "down": {"uv": [0.75, 0, 0.5, 0.25], "texture": "#0"} - } - }, - { - "from": [0, 15, 13], - "to": [16, 16, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [0.75, 0.75, 4.75, 1], "texture": "#0"}, - "east": {"uv": [0, 0.75, 0.75, 1], "texture": "#0"}, - "south": {"uv": [5.5, 0.75, 9.5, 1], "texture": "#0"}, - "west": {"uv": [4.75, 0.75, 5.5, 1], "texture": "#0"}, - "up": {"uv": [4.75, 0.75, 0.75, 0], "texture": "#0"}, - "down": {"uv": [8.75, 0, 4.75, 0.75], "texture": "#0"} - } - }, - { - "from": [15, 1, 13], - "to": [16, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.75, 5, 11, 8.5], "texture": "#0"}, - "east": {"uv": [10, 5, 10.75, 8.5], "texture": "#0"}, - "south": {"uv": [11.75, 5, 12, 8.5], "texture": "#0"}, - "west": {"uv": [11, 5, 11.75, 8.5], "texture": "#0"}, - "up": {"uv": [11, 5, 10.75, 4.25], "texture": "#0"}, - "down": {"uv": [11.25, 4.25, 11, 5], "texture": "#0"} - } - }, - { - "from": [0, 1, 13], - "to": [1, 15, 16], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, - "faces": { - "north": {"uv": [10.25, 0.75, 10.5, 4.25], "texture": "#0"}, - "east": {"uv": [9.5, 0.75, 10.25, 4.25], "texture": "#0"}, - "south": {"uv": [11.25, 0.75, 11.5, 4.25], "texture": "#0"}, - "west": {"uv": [10.5, 0.75, 11.25, 4.25], "texture": "#0"}, - "up": {"uv": [10.5, 0.75, 10.25, 0], "texture": "#0"}, - "down": {"uv": [10.75, 0, 10.5, 0.75], "texture": "#0"} - } - } - ], - "display": { - "thirdperson_righthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "thirdperson_lefthand": { - "rotation": [90, -90, 0], - "translation": [2.5, -1.75, -2.25], - "scale": [0.375, 0.375, 0.375] - }, - "firstperson_righthand": { - "rotation": [0, 50, 0], - "translation": [0, 1.75, 0], - "scale": [0.4, 0.4, 0.4] - }, - "firstperson_lefthand": { - "rotation": [0, 50, 0], - "scale": [0.4, 0.4, 0.4] - }, - "ground": { - "translation": [0, 3, -1.75], - "scale": [0.25, 0.25, 0.25] - }, - "gui": { - "rotation": [30, 225, 0], - "translation": [3.5, -1.75, 0], - "scale": [0.75, 0.75, 0.75] - }, - "head": { - "translation": [0, 0, -13.75] - }, - "fixed": { - "translation": [0, 0, -3], - "scale": [0.5, 0.5, 0.5] - } - }, - "groups": [ - { - "name": "root", - "origin": [8, 8, 8], - "color": 0, - "nbt": "{}", - "children": [ - 0, - 1, - 2, - 3, - 4, - 5, - { - "name": "group", - "origin": [0, 0, 0], - "color": 7, - "nbt": "{}", - "children": [6, 7, 8] - }, - 9, - 10, - 11 - ] - } - ] -} \ No newline at end of file diff --git a/src/main/resources/assets/new_soviet/textures/block/telephone.png b/src/main/resources/assets/new_soviet/textures/block/telephone.png deleted file mode 100644 index 204e3c2..0000000 Binary files a/src/main/resources/assets/new_soviet/textures/block/telephone.png and /dev/null differ diff --git a/src/main/resources/assets/new_soviet/textures/block/w_machine.png b/src/main/resources/assets/new_soviet/textures/block/w_machine.png deleted file mode 100644 index 88c494e..0000000 Binary files a/src/main/resources/assets/new_soviet/textures/block/w_machine.png and /dev/null differ diff --git a/src/main/resources/assets/new_soviet/textures/block/w_machine_with_paper.png b/src/main/resources/assets/new_soviet/textures/block/w_machine_with_paper.png deleted file mode 100644 index 82d68ee..0000000 Binary files a/src/main/resources/assets/new_soviet/textures/block/w_machine_with_paper.png and /dev/null differ diff --git a/src/main/resources/assets/new_soviet/textures/item/antenna.png b/src/main/resources/assets/new_soviet/textures/item/antenna.png index da4d466..056fdc6 100644 Binary files a/src/main/resources/assets/new_soviet/textures/item/antenna.png and b/src/main/resources/assets/new_soviet/textures/item/antenna.png differ diff --git a/src/main/resources/assets/new_soviet/textures/item/cigarette.png b/src/main/resources/assets/new_soviet/textures/item/cigarette.png index 3167abc..adc4a1c 100644 Binary files a/src/main/resources/assets/new_soviet/textures/item/cigarette.png and b/src/main/resources/assets/new_soviet/textures/item/cigarette.png differ diff --git a/src/main/resources/assets/new_soviet/textures/item/cigarette_butt.png b/src/main/resources/assets/new_soviet/textures/item/cigarette_butt.png index 9a994a9..a1054e1 100644 Binary files a/src/main/resources/assets/new_soviet/textures/item/cigarette_butt.png and b/src/main/resources/assets/new_soviet/textures/item/cigarette_butt.png differ diff --git a/src/main/resources/assets/new_soviet/textures/item/cigarette_item.png b/src/main/resources/assets/new_soviet/textures/item/cigarette_item.png deleted file mode 100644 index 8edc0ca..0000000 Binary files a/src/main/resources/assets/new_soviet/textures/item/cigarette_item.png and /dev/null differ diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f37949e..f75d39f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -28,9 +28,6 @@ "su.a71.new_soviet.config.ModMenuCompat" ] }, - "mixins": [ - "new_soviet.mixins.json" - ], "depends": { "fabricloader": ">=0.14.22", "minecraft": "~1.20.1", diff --git a/src/main/resources/new_soviet.mixins.json b/src/main/resources/new_soviet.mixins.json deleted file mode 100644 index 1bbbd79..0000000 --- a/src/main/resources/new_soviet.mixins.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "required": true, - "minVersion": "0.8", - "package": "su.a71.new_soviet.mixin", - "compatibilityLevel": "JAVA_17", - "client": [ - "client.ItemRendererAccessor", - "client.ItemRendererMixin", - "client.ModelLoaderMixin" - ], - "injectors": { - "defaultRequire": 1 - } -}