From 2e577edc3d55baad883b7734fc5e2da0b69494d6 Mon Sep 17 00:00:00 2001 From: dpeter99 Date: Sat, 2 Jul 2016 17:21:51 +0200 Subject: [PATCH] Model Update 1 - Removed textures - Readded needed ones - Added models, blockstates - ChargedQuartzOreBlock - ChiseledQuartzBlock - FluixBlock - QuartzBlock - QuartzGlassBlock - QuartzOreBlock - QuartzPillarBlock - SkyStoneBlock.BLOCK - SkyStoneBlock.BRICK - SkyStoneBlock.SMALL_BRICK - SkyStoneBlock.STONE - tile.BlockCellWorkBench - tile.BlockCharger - tile.BlockCondenser - tile.BlockCreativeEnergyCell - tile.BlockDenseEnergyCell - tile.BlockDrive - tile.BlockEnergyAcceptor - tile.BlockEnergyCell - tile.BlockGrinder - tile.BlockInscriber - tile.BlockIOPort - tile.BlockSecurity - tile.BlockSpatialIOPort --- .../blockstates/ChargedQuartzOreBlock.json | 5 + .../blockstates/ChiseledQuartzBlock.json | 5 + .../blockstates/FluixBlock.json | 5 + .../blockstates/QuartzBlock.json | 5 + .../blockstates/QuartzGlassBlock.json | 5 + .../blockstates/QuartzOreBlock.json | 5 + .../blockstates/QuartzPillarBlock.json | 8 + .../blockstates/SkyStoneBlock.BLOCK.json | 5 + .../blockstates/SkyStoneBlock.BRICK.json | 5 + .../SkyStoneBlock.SMALL_BRICK.json | 5 + .../blockstates/SkyStoneBlock.STONE.json | 5 + .../blockstates/fluix.json | 5 - .../blockstates/stair.fluix.json | 44 ------ .../stair.quartz.certus.chiseled.json | 44 ------ .../blockstates/stair.quartz.certus.json | 44 ------ .../stair.quartz.certus.pillar.json | 44 ------ .../blockstates/stair.skystone.block.json | 44 ------ .../blockstates/stair.skystone.brick.json | 44 ------ .../stair.skystone.brick.small.json | 44 ------ .../blockstates/stair.skystone.stone.json | 44 ------ .../tile.BlockCellWorkBench.ignore.json | 2 + .../blockstates/tile.BlockCellWorkBench.json | 5 + .../blockstates/tile.BlockCharger.ignore.json | 1 + .../blockstates/tile.BlockCharger.json | 8 + .../tile.BlockCondenser.ignore.json | 2 + .../blockstates/tile.BlockCondenser.json | 5 + .../tile.BlockCreativeEnergyCell.ignore.json | 2 + .../tile.BlockCreativeEnergyCell.json | 5 + .../tile.BlockDenseEnergyCell.ignore.json | 2 + .../tile.BlockDenseEnergyCell.json | 12 ++ .../blockstates/tile.BlockDrive.json | 8 + .../tile.BlockEnergyAcceptor.ignore.json | 2 + .../blockstates/tile.BlockEnergyAcceptor.json | 5 + .../tile.BlockEnergyCell.ignore.json | 2 + .../blockstates/tile.BlockEnergyCell.json | 12 ++ .../blockstates/tile.BlockIOPort.ignore.json | 2 + .../blockstates/tile.BlockIOPort.json | 5 + .../tile.BlockInscriber.ignore.json | 1 + .../blockstates/tile.BlockInscriber.json | 8 + .../tile.BlockSecurity.ignore.json | 2 + .../blockstates/tile.BlockSecurity.json | 5 + .../tile.BlockSpatialIOPort.ignore.json | 2 + .../blockstates/tile.BlockSpatialIOPort.json | 5 + .../models/block/ChargedQuartzOreBlock.json | 6 + .../models/block/ChiseledQuartzBlock.json | 7 + .../tile.BlockCreativeEnergyCell.json | 6 + .../tile.BlockDenseEnergyCell0.json | 6 + .../tile.BlockDenseEnergyCell1.json | 6 + .../tile.BlockDenseEnergyCell2.json | 6 + .../tile.BlockDenseEnergyCell3.json | 6 + .../tile.BlockDenseEnergyCell4.json | 6 + .../tile.BlockDenseEnergyCell5.json | 6 + .../tile.BlockDenseEnergyCell6.json | 6 + .../tile.BlockDenseEnergyCell7.json | 6 + .../EnergyCell/tile.BlockEnergyCell.json | 6 + .../EnergyCell/tile.BlockEnergyCell0.json | 6 + .../EnergyCell/tile.BlockEnergyCell1.json | 6 + .../EnergyCell/tile.BlockEnergyCell2.json | 6 + .../EnergyCell/tile.BlockEnergyCell3.json | 6 + .../EnergyCell/tile.BlockEnergyCell4.json | 6 + .../EnergyCell/tile.BlockEnergyCell5.json | 6 + .../EnergyCell/tile.BlockEnergyCell6.json | 6 + .../EnergyCell/tile.BlockEnergyCell7.json | 6 + .../{fluix/block.json => FluixBlock.json} | 4 +- .../models/block/QuartzBlock.json | 6 + .../models/block/QuartzGlassBlock.json | 6 + .../models/block/QuartzOreBlock.json | 6 + .../models/block/QuartzPillarBlock.json | 7 + .../models/block/SkyStoneBlock.BLOCK.json | 6 + .../models/block/SkyStoneBlock.BRICK.json | 6 + .../block/SkyStoneBlock.SMALL_BRICK.json | 6 + .../models/block/SkyStoneBlock.STONE.json | 6 + .../models/block/cube_machine.json | 19 +++ .../models/block/stair/fluix/block.json | 8 - .../models/block/stair/fluix/inner.json | 8 - .../models/block/stair/fluix/outer.json | 8 - .../block/stair/quartz/certus/block.json | 8 - .../stair/quartz/certus/chiseled/block.json | 8 - .../stair/quartz/certus/chiseled/inner.json | 8 - .../stair/quartz/certus/chiseled/outer.json | 8 - .../block/stair/quartz/certus/inner.json | 8 - .../block/stair/quartz/certus/outer.json | 8 - .../stair/quartz/certus/pillar/block.json | 8 - .../stair/quartz/certus/pillar/inner.json | 8 - .../stair/quartz/certus/pillar/outer.json | 8 - .../block/stair/skystone/block/block.json | 8 - .../block/stair/skystone/block/inner.json | 8 - .../block/stair/skystone/block/outer.json | 8 - .../block/stair/skystone/brick/block.json | 8 - .../block/stair/skystone/brick/inner.json | 8 - .../block/stair/skystone/brick/outer.json | 8 - .../stair/skystone/brick/small/block.json | 8 - .../stair/skystone/brick/small/inner.json | 8 - .../stair/skystone/brick/small/outer.json | 8 - .../block/stair/skystone/stone/block.json | 8 - .../block/stair/skystone/stone/inner.json | 8 - .../block/stair/skystone/stone/outer.json | 8 - .../models/block/test.json | 72 +++++++++ .../models/block/tile.BlockCellWorkBench.json | 8 + .../models/block/tile.BlockCharger.json | 75 ++++++++++ .../models/block/tile.BlockCondenser.json | 6 + .../models/block/tile.BlockDrive.json | 140 ++++++++++++++++++ .../block/tile.BlockEnergyAcceptor.json | 6 + .../models/block/tile.BlockGrinder.json | 10 +- .../models/block/tile.BlockIOPort.json | 8 + .../models/block/tile.BlockInscriber.json | 99 +++++++++++++ .../models/block/tile.BlockSecurity.json | 8 + .../models/block/tile.BlockSpatialIOPort.json | 8 + .../models/item/ItemBasicStorageCell.1k.json | 12 ++ .../models/item/ItemBasicStorageCell.64k.json | 12 ++ .../models/item/ItemCreativeStorageCell.json | 12 ++ .../models/item/ItemCrystalSeed.Certus.json | 12 ++ .../models/item/ItemCrystalSeed.Certus2.json | 12 ++ .../models/item/ItemCrystalSeed.Certus3.json | 12 ++ .../models/item/ItemCrystalSeed.Fluix.json | 12 ++ .../models/item/ItemCrystalSeed.Fluix2.json | 12 ++ .../models/item/ItemCrystalSeed.Fluix3.json | 12 ++ .../models/item/ItemCrystalSeed.Nether.json | 12 ++ .../models/item/ItemCrystalSeed.Nether2.json | 12 ++ .../models/item/ItemCrystalSeed.Nether3.json | 12 ++ .../models/item/ItemEncodedPattern.json | 12 ++ .../models/item/ItemMaterial.AdvCard.json | 12 ++ .../item/ItemMaterial.AnnihilationCore.json | 12 ++ .../models/item/ItemMaterial.BasicCard.json | 12 ++ .../item/ItemMaterial.BlankPattern.json | 12 ++ .../item/ItemMaterial.CalcProcessor.json | 12 ++ .../item/ItemMaterial.CalcProcessorPress.json | 12 ++ .../item/ItemMaterial.CalcProcessorPrint.json | 12 ++ .../item/ItemMaterial.CardCapacity.json | 12 ++ .../item/ItemMaterial.CardCrafting.json | 12 ++ .../models/item/ItemMaterial.CardFuzzy.json | 12 ++ .../item/ItemMaterial.CardInverter.json | 12 ++ .../models/item/ItemMaterial.CardSpeed.json | 12 ++ .../item/ItemMaterial.Cell128SpatialPart.json | 12 ++ .../item/ItemMaterial.Cell16SpatialPart.json | 12 ++ .../models/item/ItemMaterial.Cell16kPart.json | 12 ++ .../models/item/ItemMaterial.Cell1kPart.json | 12 ++ .../item/ItemMaterial.Cell2SpatialPart.json | 12 ++ .../models/item/ItemMaterial.Cell4kPart.json | 12 ++ .../models/item/ItemMaterial.Cell64kPart.json | 12 ++ .../ItemMaterial.CertusQuartzCrystal.json | 12 ++ ...emMaterial.CertusQuartzCrystalCharged.json | 12 ++ .../item/ItemMaterial.CertusQuartzDust.json | 12 ++ .../item/ItemMaterial.EmptyStorageCell.json | 12 ++ .../models/item/ItemMaterial.EnderDust.json | 12 ++ .../item/ItemMaterial.EngProcessor.json | 12 ++ .../item/ItemMaterial.EngProcessorPress.json | 12 ++ .../item/ItemMaterial.EngProcessorPrint.json | 12 ++ .../models/item/ItemMaterial.Flour.json | 12 ++ .../item/ItemMaterial.FluixCrystal.json | 12 ++ .../models/item/ItemMaterial.FluixDust.json | 12 ++ .../models/item/ItemMaterial.FluixPearl.json | 12 ++ .../item/ItemMaterial.FormationCore.json | 12 ++ .../models/item/ItemMaterial.GoldDust.json | 12 ++ .../models/item/ItemMaterial.IronDust.json | 12 ++ .../models/item/ItemMaterial.IronNugget.json | 12 ++ .../item/ItemMaterial.LogicProcessor.json | 12 ++ .../ItemMaterial.LogicProcessorPress.json | 12 ++ .../ItemMaterial.LogicProcessorPrint.json | 12 ++ .../models/item/ItemMaterial.MatterBall.json | 12 ++ .../models/item/ItemMaterial.NamePress.json | 12 ++ .../item/ItemMaterial.NetherQuartzDust.json | 12 ++ ...mMaterial.PurifiedCertusQuartzCrystal.json | 12 ++ .../ItemMaterial.PurifiedFluixCrystal.json | 12 ++ ...mMaterial.PurifiedNetherQuartzCrystal.json | 12 ++ .../item/ItemMaterial.QESingularity.json | 12 ++ .../models/item/ItemMaterial.Silicon.json | 12 ++ .../item/ItemMaterial.SiliconPress.json | 12 ++ .../item/ItemMaterial.SiliconPrint.json | 12 ++ .../models/item/ItemMaterial.Singularity.json | 12 ++ .../models/item/ItemMaterial.SkyDust.json | 12 ++ .../models/item/ItemMaterial.Wireless.json | 12 ++ .../item/ItemMaterial.WirelessBooster.json | 12 ++ .../models/item/ItemMaterial.WoodenCrank.json | 12 ++ .../models/item/ItemMaterial.WoodenGear.json | 12 ++ .../models/item/ItemPaintBall.json | 12 ++ .../models/item/ItemPaintBallShimmer.json | 12 ++ .../item/ItemSpatialStorageCell.128Cubed.json | 12 ++ .../item/ItemSpatialStorageCell.16Cubed.json | 12 ++ .../item/ItemSpatialStorageCell.2Cubed.json | 12 ++ .../models/item/ItemViewCell.json | 12 ++ .../models/item/ToolBiometricCard.json | 12 ++ .../models/item/ToolCertusQuartzAxe.json | 12 ++ .../item/ToolCertusQuartzCuttingKnife.json | 12 ++ .../models/item/ToolCertusQuartzHoe.json | 12 ++ .../models/item/ToolCertusQuartzPickaxe.json | 12 ++ .../models/item/ToolCertusQuartzSpade.json | 12 ++ .../models/item/ToolCertusQuartzSword.json | 12 ++ .../models/item/ToolCertusQuartzWrench.json | 12 ++ .../models/item/ToolChargedStaff.json | 12 ++ .../models/item/ToolColorApplicator.json | 12 ++ .../item/ToolColorApplicatorTip_Dark.json | 12 ++ .../item/ToolColorApplicatorTip_Light.json | 12 ++ .../item/ToolColorApplicatorTip_Medium.json | 12 ++ .../models/item/ToolDebugCard.json | 12 ++ .../models/item/ToolEntropyManipulator.json | 12 ++ .../models/item/ToolMassCannon.json | 12 ++ .../models/item/ToolMemoryCard.json | 12 ++ .../models/item/ToolNetherQuartzAxe.json | 12 ++ .../item/ToolNetherQuartzCuttingKnife.json | 12 ++ .../models/item/ToolNetherQuartzPickaxe.json | 12 ++ .../models/item/ToolNetherQuartzSpade.json | 12 ++ .../models/item/ToolNetherQuartzSword.json | 12 ++ .../models/item/ToolNetherQuartzWrench.json | 12 ++ .../models/item/ToolNetworkTool.json | 12 ++ .../models/item/ToolPortableCell.json | 12 ++ .../models/item/ToolReplicatorCard.json | 12 ++ .../models/item/ToolWirelessTerminal.json | 12 ++ .../blocks/BlockAnnihilationPlaneOn.png | Bin 345 -> 0 bytes .../BlockAnnihilationPlaneOn.png.mcmeta | 23 --- .../textures/blocks/BlockChest.png | Bin 325 -> 0 bytes .../textures/blocks/BlockChestBottom.png | Bin 398 -> 0 bytes .../textures/blocks/BlockChestFront.png | Bin 375 -> 0 bytes .../textures/blocks/BlockChestSide.png | Bin 342 -> 0 bytes .../textures/blocks/BlockController.png | Bin 307 -> 0 bytes .../textures/blocks/BlockControllerColumn.png | Bin 268 -> 0 bytes .../blocks/BlockControllerColumnConflict.png | Bin 264 -> 0 bytes .../blocks/BlockControllerColumnLights.png | Bin 1265 -> 0 bytes .../BlockControllerColumnLights.png.mcmeta | 19 --- .../blocks/BlockControllerColumnPowered.png | Bin 254 -> 0 bytes .../blocks/BlockControllerConflict.png | Bin 275 -> 0 bytes .../blocks/BlockControllerInsideA.png | Bin 294 -> 0 bytes .../blocks/BlockControllerInsideB.png | Bin 298 -> 0 bytes .../textures/blocks/BlockControllerLights.png | Bin 1410 -> 0 bytes .../blocks/BlockControllerLights.png.mcmeta | 19 --- .../blocks/BlockControllerPowered.png | Bin 279 -> 0 bytes .../blocks/BlockCraftingAccelerator.png | Bin 372 -> 0 bytes .../blocks/BlockCraftingAcceleratorFit.png | Bin 274 -> 0 bytes .../textures/blocks/BlockCraftingFitSolid.png | Bin 345 -> 0 bytes .../textures/blocks/BlockCraftingMonitor.png | Bin 374 -> 0 bytes .../blocks/BlockCraftingMonitorFit_Dark.png | Bin 240 -> 0 bytes .../blocks/BlockCraftingMonitorFit_Light.png | Bin 259 -> 0 bytes .../blocks/BlockCraftingMonitorFit_Medium.png | Bin 245 -> 0 bytes .../blocks/BlockCraftingMonitorOuter.png | Bin 300 -> 0 bytes .../textures/blocks/BlockCraftingStorage.png | Bin 375 -> 0 bytes .../blocks/BlockCraftingStorage16k.png | Bin 372 -> 0 bytes .../blocks/BlockCraftingStorage16kFit.png | Bin 273 -> 0 bytes .../blocks/BlockCraftingStorage4k.png | Bin 373 -> 0 bytes .../blocks/BlockCraftingStorage4kFit.png | Bin 276 -> 0 bytes .../blocks/BlockCraftingStorage64k.png | Bin 374 -> 0 bytes .../blocks/BlockCraftingStorage64kFit.png | Bin 279 -> 0 bytes .../blocks/BlockCraftingStorageFit.png | Bin 281 -> 0 bytes .../textures/blocks/BlockCraftingUnit.png | Bin 374 -> 0 bytes .../textures/blocks/BlockCraftingUnitFit.png | Bin 318 -> 0 bytes .../textures/blocks/BlockCraftingUnitRing.png | Bin 189 -> 0 bytes .../blocks/BlockCraftingUnitRingLong.png | Bin 243 -> 0 bytes .../BlockCraftingUnitRingLongRotated.png | Bin 217 -> 0 bytes .../textures/blocks/BlockCrank.png | Bin 398 -> 0 bytes .../textures/blocks/BlockDenseEnergyCell.png | Bin 405 -> 0 bytes .../textures/blocks/BlockDenseEnergyCell0.png | Bin 402 -> 0 bytes .../textures/blocks/BlockDenseEnergyCell1.png | Bin 401 -> 0 bytes .../textures/blocks/BlockDenseEnergyCell2.png | Bin 403 -> 0 bytes .../textures/blocks/BlockDenseEnergyCell3.png | Bin 405 -> 0 bytes .../textures/blocks/BlockDenseEnergyCell4.png | Bin 403 -> 0 bytes .../textures/blocks/BlockDenseEnergyCell5.png | Bin 404 -> 0 bytes .../textures/blocks/BlockDenseEnergyCell6.png | Bin 405 -> 0 bytes .../textures/blocks/BlockDenseEnergyCell7.png | Bin 404 -> 0 bytes .../textures/blocks/BlockDrive.png | Bin 398 -> 0 bytes .../textures/blocks/BlockDriveBottom.png | Bin 398 -> 0 bytes .../textures/blocks/BlockDriveFront.png | Bin 442 -> 0 bytes .../textures/blocks/BlockDriveSide.png | Bin 438 -> 0 bytes .../textures/blocks/BlockEnergyParticle.png | Bin 242 -> 0 bytes .../textures/blocks/BlockFormPlaneOn.png | Bin 306 -> 0 bytes .../blocks/BlockFormPlaneOn.png.mcmeta | 23 --- .../textures/blocks/BlockIOPortSideLights.png | Bin 241 -> 0 bytes .../textures/blocks/BlockIOPortSideStatus.png | Bin 385 -> 0 bytes .../BlockIdentityAnnihilationPlaneOn.png | Bin 337 -> 0 bytes ...lockIdentityAnnihilationPlaneOn.png.mcmeta | 23 --- .../textures/blocks/BlockInterface.png | Bin 430 -> 0 bytes .../blocks/BlockInterfaceAlternate.png | Bin 350 -> 0 bytes .../blocks/BlockInterfaceAlternateArrow.png | Bin 347 -> 0 bytes .../blocks/BlockInterfaceStatusLights.png | Bin 248 -> 0 bytes .../textures/blocks/BlockLightDetector.png | Bin 676 -> 0 bytes .../textures/blocks/BlockMEChest.png | Bin 212 -> 0 bytes .../blocks/BlockMEChestItems_Dark.png | Bin 232 -> 0 bytes .../blocks/BlockMEChestItems_Light.png | Bin 245 -> 0 bytes .../blocks/BlockMEChestItems_Medium.png | Bin 223 -> 0 bytes .../blocks/BlockMESecurityOn_Dark.png | Bin 208 -> 0 bytes .../blocks/BlockMESecurityOn_Light.png | Bin 223 -> 0 bytes .../blocks/BlockMESecurityOn_Medium.png | Bin 216 -> 0 bytes .../blocks/BlockMatterCannonParticle.png | Bin 297 -> 0 bytes .../blocks/BlockMolecularAssembler.png | Bin 269 -> 0 bytes .../blocks/BlockMolecularAssemblerLights.png | Bin 1006 -> 0 bytes .../BlockMolecularAssemblerLights.png.mcmeta | 19 --- .../textures/blocks/BlockPaint.png | Bin 404 -> 0 bytes .../textures/blocks/BlockPaint2.png | Bin 386 -> 0 bytes .../textures/blocks/BlockPaint3.png | Bin 393 -> 0 bytes .../textures/blocks/BlockQRingCornerLight.png | Bin 268 -> 0 bytes .../textures/blocks/BlockQRingEdgeLight.png | Bin 256 -> 0 bytes .../blocks/BlockQuantumLinkChamber.png | Bin 297 -> 0 bytes .../textures/blocks/BlockQuantumRing.png | Bin 482 -> 0 bytes .../textures/blocks/BlockQuartzGlass.png | Bin 232 -> 0 bytes .../textures/blocks/BlockQuartzGlassB.png | Bin 230 -> 0 bytes .../textures/blocks/BlockQuartzGlassC.png | Bin 244 -> 0 bytes .../textures/blocks/BlockQuartzGlassD.png | Bin 243 -> 0 bytes .../textures/blocks/BlockQuartzGlassFrame.png | Bin 247 -> 0 bytes .../blocks/BlockQuartzGrowthAccelerator.png | Bin 646 -> 0 bytes .../blocks/BlockQuartzGrowthAcceleratorOn.png | Bin 1573 -> 0 bytes .../BlockQuartzGrowthAcceleratorOn.png.mcmeta | 11 -- .../BlockQuartzGrowthAcceleratorSide.png | Bin 655 -> 0 bytes .../BlockQuartzGrowthAcceleratorSideOn.png | Bin 1409 -> 0 bytes ...ckQuartzGrowthAcceleratorSideOn.png.mcmeta | 11 -- .../textures/blocks/BlockQuartzLamp.png | Bin 232 -> 0 bytes .../textures/blocks/BlockQuartzTorch.png | Bin 824 -> 0 bytes .../BlockSpatialIOPortSideStatusLights.png | Bin 250 -> 0 bytes .../textures/blocks/BlockSpatialPylon.png | Bin 304 -> 0 bytes .../textures/blocks/BlockSpatialPylon_dim.png | Bin 267 -> 0 bytes .../textures/blocks/BlockSpatialPylon_end.png | Bin 268 -> 0 bytes .../blocks/BlockSpatialPylon_end_dim.png | Bin 235 -> 0 bytes .../blocks/BlockSpatialPylon_end_red.png | Bin 235 -> 0 bytes .../textures/blocks/BlockSpatialPylon_red.png | Bin 266 -> 0 bytes .../blocks/BlockSpatialPylon_spanned.png | Bin 198 -> 0 bytes .../blocks/BlockSpatialPylon_spanned_dim.png | Bin 180 -> 0 bytes .../blocks/BlockSpatialPylon_spanned_red.png | Bin 180 -> 0 bytes .../textures/blocks/BlockVibrationChamber.png | Bin 442 -> 0 bytes .../blocks/BlockVibrationChamberFront.png | Bin 548 -> 0 bytes .../blocks/BlockVibrationChamberFrontOn.png | Bin 579 -> 0 bytes .../textures/blocks/BlockWireless.png | Bin 252 -> 0 bytes .../textures/blocks/BlockWirelessInside.png | Bin 490 -> 0 bytes .../textures/blocks/BlockWirelessOn.png | Bin 267 -> 0 bytes .../textures/blocks/ChargedQuartzOreBlock.png | Bin 0 -> 416 bytes ...edSide.png => ChiseledQuartzBlockSide.png} | Bin ...hiseled.png => ChiseledQuartzBlockTop.png} | Bin .../blocks/{BlockFluix.png => FluixBlock.png} | Bin .../textures/blocks/ItemFacade.png | Bin 457 -> 0 bytes .../blocks/ItemPart.AnnihilationPlane.png | Bin 410 -> 0 bytes .../textures/blocks/ItemPart.CableAnchor.png | Bin 457 -> 0 bytes .../textures/blocks/ItemPart.CableCovered.png | Bin 304 -> 0 bytes .../textures/blocks/ItemPart.CableDense.png | Bin 300 -> 0 bytes .../textures/blocks/ItemPart.CableGlass.png | Bin 394 -> 0 bytes .../textures/blocks/ItemPart.CableSmart.png | Bin 287 -> 0 bytes .../blocks/ItemPart.ConversionMonitor.png | Bin 244 -> 0 bytes .../blocks/ItemPart.CraftingTerminal.png | Bin 259 -> 0 bytes .../textures/blocks/ItemPart.DarkMonitor.png | Bin 244 -> 0 bytes .../textures/blocks/ItemPart.ExportBus.png | Bin 430 -> 0 bytes .../blocks/ItemPart.FormationPlane.png | Bin 397 -> 0 bytes .../ItemPart.IdentityAnnihilationPlane.png | Bin 391 -> 0 bytes .../textures/blocks/ItemPart.ImportBus.png | Bin 350 -> 0 bytes .../textures/blocks/ItemPart.Interface.png | Bin 430 -> 0 bytes .../blocks/ItemPart.InterfaceTerminal.png | Bin 244 -> 0 bytes .../blocks/ItemPart.InvertedToggleBus.png | Bin 444 -> 0 bytes .../textures/blocks/ItemPart.LevelEmitter.png | Bin 236 -> 0 bytes .../blocks/ItemPart.LevelEmitterOn.png | Bin 244 -> 0 bytes .../textures/blocks/ItemPart.Monitor.png | Bin 244 -> 0 bytes .../textures/blocks/ItemPart.P2PTunnel.png | Bin 274 -> 0 bytes .../textures/blocks/ItemPart.P2PTunnel2.png | Bin 272 -> 0 bytes .../textures/blocks/ItemPart.P2PTunnel3.png | Bin 284 -> 0 bytes .../blocks/ItemPart.PatternTerminal.png | Bin 244 -> 0 bytes .../textures/blocks/ItemPart.QuartzFiber.png | Bin 468 -> 0 bytes .../blocks/ItemPart.SemiDarkMonitor.png | Bin 244 -> 0 bytes .../textures/blocks/ItemPart.StorageBus.png | Bin 342 -> 0 bytes .../blocks/ItemPart.StorageMonitor.png | Bin 244 -> 0 bytes .../textures/blocks/ItemPart.Terminal.png | Bin 244 -> 0 bytes .../textures/blocks/ItemPart.ToggleBus.png | Bin 457 -> 0 bytes .../textures/blocks/MECableSmart00.png | Bin 677 -> 0 bytes .../textures/blocks/MECableSmart01.png | Bin 469 -> 0 bytes .../textures/blocks/MECableSmart02.png | Bin 546 -> 0 bytes .../textures/blocks/MECableSmart03.png | Bin 558 -> 0 bytes .../textures/blocks/MECableSmart04.png | Bin 477 -> 0 bytes .../textures/blocks/MECableSmart10.png | Bin 493 -> 0 bytes .../textures/blocks/MECableSmart11.png | Bin 539 -> 0 bytes .../textures/blocks/MECableSmart12.png | Bin 503 -> 0 bytes .../textures/blocks/MECableSmart13.png | Bin 536 -> 0 bytes .../textures/blocks/MECableSmart14.png | Bin 529 -> 0 bytes .../textures/blocks/MECable_Black.png | Bin 441 -> 0 bytes .../textures/blocks/MECable_Blue.png | Bin 441 -> 0 bytes .../textures/blocks/MECable_Brown.png | Bin 441 -> 0 bytes .../textures/blocks/MECable_Cyan.png | Bin 377 -> 0 bytes .../textures/blocks/MECable_Green.png | Bin 391 -> 0 bytes .../textures/blocks/MECable_Grey.png | Bin 369 -> 0 bytes .../textures/blocks/MECable_LightBlue.png | Bin 377 -> 0 bytes .../textures/blocks/MECable_LightGrey.png | Bin 370 -> 0 bytes .../textures/blocks/MECable_Lime.png | Bin 441 -> 0 bytes .../textures/blocks/MECable_Magenta.png | Bin 376 -> 0 bytes .../textures/blocks/MECable_Orange.png | Bin 378 -> 0 bytes .../textures/blocks/MECable_Pink.png | Bin 373 -> 0 bytes .../textures/blocks/MECable_Purple.png | Bin 380 -> 0 bytes .../textures/blocks/MECable_Red.png | Bin 441 -> 0 bytes .../textures/blocks/MECable_White.png | Bin 441 -> 0 bytes .../textures/blocks/MECable_Yellow.png | Bin 441 -> 0 bytes .../textures/blocks/MECovered_Black.png | Bin 366 -> 0 bytes .../textures/blocks/MECovered_Blue.png | Bin 360 -> 0 bytes .../textures/blocks/MECovered_Brown.png | Bin 384 -> 0 bytes .../textures/blocks/MECovered_Cyan.png | Bin 367 -> 0 bytes .../textures/blocks/MECovered_Gray.png | Bin 366 -> 0 bytes .../textures/blocks/MECovered_Green.png | Bin 377 -> 0 bytes .../textures/blocks/MECovered_LightBlue.png | Bin 363 -> 0 bytes .../textures/blocks/MECovered_LightGrey.png | Bin 361 -> 0 bytes .../textures/blocks/MECovered_Lime.png | Bin 367 -> 0 bytes .../textures/blocks/MECovered_Magenta.png | Bin 370 -> 0 bytes .../textures/blocks/MECovered_Orange.png | Bin 367 -> 0 bytes .../textures/blocks/MECovered_Pink.png | Bin 353 -> 0 bytes .../textures/blocks/MECovered_Purple.png | Bin 365 -> 0 bytes .../textures/blocks/MECovered_Red.png | Bin 378 -> 0 bytes .../textures/blocks/MECovered_White.png | Bin 361 -> 0 bytes .../textures/blocks/MECovered_Yellow.png | Bin 368 -> 0 bytes .../textures/blocks/MEDense_Black.png | Bin 286 -> 0 bytes .../textures/blocks/MEDense_Blue.png | Bin 280 -> 0 bytes .../textures/blocks/MEDense_Brown.png | Bin 290 -> 0 bytes .../textures/blocks/MEDense_Cyan.png | Bin 295 -> 0 bytes .../textures/blocks/MEDense_Gray.png | Bin 278 -> 0 bytes .../textures/blocks/MEDense_Green.png | Bin 296 -> 0 bytes .../textures/blocks/MEDense_LightBlue.png | Bin 288 -> 0 bytes .../textures/blocks/MEDense_LightGrey.png | Bin 284 -> 0 bytes .../textures/blocks/MEDense_Lime.png | Bin 283 -> 0 bytes .../textures/blocks/MEDense_Magenta.png | Bin 288 -> 0 bytes .../textures/blocks/MEDense_Orange.png | Bin 288 -> 0 bytes .../textures/blocks/MEDense_Pink.png | Bin 291 -> 0 bytes .../textures/blocks/MEDense_Purple.png | Bin 289 -> 0 bytes .../textures/blocks/MEDense_Red.png | Bin 285 -> 0 bytes .../textures/blocks/MEDense_White.png | Bin 283 -> 0 bytes .../textures/blocks/MEDense_Yellow.png | Bin 292 -> 0 bytes .../textures/blocks/MESmart_Black.png | Bin 289 -> 0 bytes .../textures/blocks/MESmart_Blue.png | Bin 291 -> 0 bytes .../textures/blocks/MESmart_Brown.png | Bin 297 -> 0 bytes .../textures/blocks/MESmart_Cyan.png | Bin 292 -> 0 bytes .../textures/blocks/MESmart_Gray.png | Bin 288 -> 0 bytes .../textures/blocks/MESmart_Green.png | Bin 291 -> 0 bytes .../textures/blocks/MESmart_LightBlue.png | Bin 292 -> 0 bytes .../textures/blocks/MESmart_LightGrey.png | Bin 302 -> 0 bytes .../textures/blocks/MESmart_Lime.png | Bin 291 -> 0 bytes .../textures/blocks/MESmart_Magenta.png | Bin 293 -> 0 bytes .../textures/blocks/MESmart_Orange.png | Bin 294 -> 0 bytes .../textures/blocks/MESmart_Pink.png | Bin 291 -> 0 bytes .../textures/blocks/MESmart_Purple.png | Bin 292 -> 0 bytes .../textures/blocks/MESmart_Red.png | Bin 296 -> 0 bytes .../textures/blocks/MESmart_White.png | Bin 287 -> 0 bytes .../textures/blocks/MESmart_Yellow.png | Bin 289 -> 0 bytes .../textures/blocks/MEStorageCellTextures.png | Bin 284 -> 0 bytes .../textures/blocks/OreQuartz.png | Bin 389 -> 0 bytes .../textures/blocks/OreQuartzCharged.png | Bin 336 -> 0 bytes .../textures/blocks/OreQuartzStone.png | Bin 373 -> 0 bytes .../blocks/PartConversionMonitor_Bright.png | Bin 238 -> 0 bytes .../blocks/PartConversionMonitor_Colored.png | Bin 218 -> 0 bytes .../blocks/PartConversionMonitor_Dark.png | Bin 205 -> 0 bytes .../PartConversionMonitor_Dark_Locked.png | Bin 216 -> 0 bytes .../blocks/PartCraftingTerm_Bright.png | Bin 256 -> 0 bytes .../blocks/PartCraftingTerm_Colored.png | Bin 257 -> 0 bytes .../textures/blocks/PartCraftingTerm_Dark.png | Bin 281 -> 0 bytes .../textures/blocks/PartExportSides.png | Bin 229 -> 0 bytes .../textures/blocks/PartImportSides.png | Bin 229 -> 0 bytes .../blocks/PartInterfaceTerm_Bright.png | Bin 246 -> 0 bytes .../blocks/PartInterfaceTerm_Colored.png | Bin 205 -> 0 bytes .../blocks/PartInterfaceTerm_Dark.png | Bin 232 -> 0 bytes .../textures/blocks/PartMonitorBack.png | Bin 268 -> 0 bytes .../textures/blocks/PartMonitorSides.png | Bin 229 -> 0 bytes .../blocks/PartMonitorSidesStatus.png | Bin 261 -> 0 bytes .../blocks/PartMonitorSidesStatusLights.png | Bin 272 -> 0 bytes .../textures/blocks/PartMonitor_Bright.png | Bin 235 -> 0 bytes .../textures/blocks/PartMonitor_Colored.png | Bin 230 -> 0 bytes .../blocks/PartPatternTerm_Bright.png | Bin 250 -> 0 bytes .../blocks/PartPatternTerm_Colored.png | Bin 247 -> 0 bytes .../textures/blocks/PartPatternTerm_Dark.png | Bin 261 -> 0 bytes .../textures/blocks/PartPlaneSides.png | Bin 229 -> 0 bytes .../textures/blocks/PartStorageBack.png | Bin 268 -> 0 bytes .../blocks/PartStorageMonitor_Bright.png | Bin 238 -> 0 bytes .../blocks/PartStorageMonitor_Colored.png | Bin 205 -> 0 bytes .../PartStorageMonitor_Colored_Locked.png | Bin 216 -> 0 bytes .../blocks/PartStorageMonitor_Dark.png | Bin 218 -> 0 bytes .../textures/blocks/PartStorageSides.png | Bin 229 -> 0 bytes .../textures/blocks/PartTerminal_Bright.png | Bin 244 -> 0 bytes .../textures/blocks/PartTerminal_Colored.png | Bin 204 -> 0 bytes .../textures/blocks/PartTerminal_Dark.png | Bin 238 -> 0 bytes .../blocks/PartTransitionPlaneBack.png | Bin 338 -> 0 bytes .../textures/blocks/PartTunnelSides.png | Bin 229 -> 0 bytes .../textures/blocks/PartWirelessSides.png | Bin 229 -> 0 bytes .../{BlockQuartz.png => QuartzBlock.png} | Bin .../textures/blocks/QuartzOreBlock.png | Bin 0 -> 451 bytes .../QuartzPillarBlockSide.png} | Bin .../QuartzPillarBlockTop.png} | Bin .../SkyStoneBlock.BLOCK.png} | Bin .../SkyStoneBlock.BRICK.png} | Bin .../SkyStoneBlock.SMALL_BRICK.png} | Bin .../SkyStoneBlock.STONE.png} | Bin .../textures/blocks/Transparent.png | Bin 230 -> 0 bytes .../textures/blocks/White.png | Bin 201 -> 0 bytes .../textures/blocks/fluix.png | Bin 787 -> 0 bytes .../textures/quartz/certus/all.png | Bin 774 -> 0 bytes .../quartz/certus/chiseled/bottom.png | Bin 834 -> 0 bytes .../textures/quartz/certus/chiseled/side.png | Bin 804 -> 0 bytes .../textures/quartz/certus/chiseled/top.png | Bin 834 -> 0 bytes .../textures/quartz/certus/pillar/top.png | Bin 690 -> 0 bytes 482 files changed, 1988 insertions(+), 703 deletions(-) create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/ChargedQuartzOreBlock.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/ChiseledQuartzBlock.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/FluixBlock.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/QuartzBlock.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/QuartzGlassBlock.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/QuartzOreBlock.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/QuartzPillarBlock.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/SkyStoneBlock.BLOCK.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/SkyStoneBlock.BRICK.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/SkyStoneBlock.SMALL_BRICK.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/SkyStoneBlock.STONE.json delete mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/fluix.json delete mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/stair.fluix.json delete mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/stair.quartz.certus.chiseled.json delete mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/stair.quartz.certus.json delete mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/stair.quartz.certus.pillar.json delete mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/stair.skystone.block.json delete mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/stair.skystone.brick.json delete mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/stair.skystone.brick.small.json delete mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/stair.skystone.stone.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCellWorkBench.ignore.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCellWorkBench.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCharger.ignore.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCharger.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCondenser.ignore.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCondenser.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCreativeEnergyCell.ignore.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCreativeEnergyCell.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockDenseEnergyCell.ignore.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockDenseEnergyCell.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockDrive.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockEnergyAcceptor.ignore.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockEnergyAcceptor.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockEnergyCell.ignore.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockEnergyCell.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockIOPort.ignore.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockIOPort.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockInscriber.ignore.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockInscriber.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockSecurity.ignore.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockSecurity.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockSpatialIOPort.ignore.json create mode 100644 src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockSpatialIOPort.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/ChargedQuartzOreBlock.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/ChiseledQuartzBlock.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockCreativeEnergyCell.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell0.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell1.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell2.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell3.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell4.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell5.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell6.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell7.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell0.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell1.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell2.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell3.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell4.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell5.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell6.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell7.json rename src/main/resources/assets/appliedenergistics2/models/block/{fluix/block.json => FluixBlock.json} (50%) create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/QuartzBlock.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/QuartzGlassBlock.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/QuartzOreBlock.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/QuartzPillarBlock.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/SkyStoneBlock.BLOCK.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/SkyStoneBlock.BRICK.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/SkyStoneBlock.SMALL_BRICK.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/SkyStoneBlock.STONE.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/cube_machine.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/fluix/block.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/fluix/inner.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/fluix/outer.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/block.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/chiseled/block.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/chiseled/inner.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/chiseled/outer.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/inner.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/outer.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/pillar/block.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/pillar/inner.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/pillar/outer.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/block/block.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/block/inner.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/block/outer.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/block.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/inner.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/outer.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/small/block.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/small/inner.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/small/outer.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/stone/block.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/stone/inner.json delete mode 100644 src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/stone/outer.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/test.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/tile.BlockCellWorkBench.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/tile.BlockCharger.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/tile.BlockCondenser.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/tile.BlockDrive.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/tile.BlockEnergyAcceptor.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/tile.BlockIOPort.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/tile.BlockInscriber.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/tile.BlockSecurity.json create mode 100644 src/main/resources/assets/appliedenergistics2/models/block/tile.BlockSpatialIOPort.json delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockAnnihilationPlaneOn.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockAnnihilationPlaneOn.png.mcmeta delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockChest.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockChestBottom.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockChestFront.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockChestSide.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockController.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerColumn.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerColumnConflict.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerColumnLights.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerColumnLights.png.mcmeta delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerColumnPowered.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerConflict.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerInsideA.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerInsideB.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerLights.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerLights.png.mcmeta delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerPowered.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingAccelerator.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingAcceleratorFit.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingFitSolid.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingMonitor.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingMonitorFit_Dark.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingMonitorFit_Light.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingMonitorFit_Medium.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingMonitorOuter.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingStorage.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingStorage16k.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingStorage16kFit.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingStorage4k.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingStorage4kFit.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingStorage64k.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingStorage64kFit.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingStorageFit.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingUnit.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingUnitFit.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingUnitRing.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingUnitRingLong.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingUnitRingLongRotated.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCrank.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell0.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell1.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell2.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell3.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell4.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell5.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell6.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell7.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDrive.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDriveBottom.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDriveFront.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDriveSide.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockEnergyParticle.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockFormPlaneOn.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockFormPlaneOn.png.mcmeta delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockIOPortSideLights.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockIOPortSideStatus.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockIdentityAnnihilationPlaneOn.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockIdentityAnnihilationPlaneOn.png.mcmeta delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockInterface.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockInterfaceAlternate.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockInterfaceAlternateArrow.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockInterfaceStatusLights.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockLightDetector.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMEChest.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMEChestItems_Dark.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMEChestItems_Light.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMEChestItems_Medium.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMESecurityOn_Dark.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMESecurityOn_Light.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMESecurityOn_Medium.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMatterCannonParticle.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMolecularAssembler.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMolecularAssemblerLights.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMolecularAssemblerLights.png.mcmeta delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockPaint.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockPaint2.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockPaint3.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQRingCornerLight.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQRingEdgeLight.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuantumLinkChamber.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuantumRing.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGlass.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGlassB.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGlassC.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGlassD.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGlassFrame.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAccelerator.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAcceleratorOn.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAcceleratorOn.png.mcmeta delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAcceleratorSide.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAcceleratorSideOn.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAcceleratorSideOn.png.mcmeta delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzLamp.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzTorch.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialIOPortSideStatusLights.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_dim.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_end.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_end_dim.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_end_red.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_red.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_spanned.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_spanned_dim.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_spanned_red.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockVibrationChamber.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockVibrationChamberFront.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockVibrationChamberFrontOn.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockWireless.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockWirelessInside.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/BlockWirelessOn.png create mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ChargedQuartzOreBlock.png rename src/main/resources/assets/appliedenergistics2/textures/blocks/{BlockQuartzChiseledSide.png => ChiseledQuartzBlockSide.png} (100%) rename src/main/resources/assets/appliedenergistics2/textures/blocks/{BlockQuartzChiseled.png => ChiseledQuartzBlockTop.png} (100%) rename src/main/resources/assets/appliedenergistics2/textures/blocks/{BlockFluix.png => FluixBlock.png} (100%) delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemFacade.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.AnnihilationPlane.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.CableAnchor.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.CableCovered.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.CableDense.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.CableGlass.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.CableSmart.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.ConversionMonitor.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.CraftingTerminal.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.DarkMonitor.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.ExportBus.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.FormationPlane.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.IdentityAnnihilationPlane.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.ImportBus.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.Interface.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.InterfaceTerminal.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.InvertedToggleBus.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.LevelEmitter.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.LevelEmitterOn.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.Monitor.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.P2PTunnel.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.P2PTunnel2.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.P2PTunnel3.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.PatternTerminal.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.QuartzFiber.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.SemiDarkMonitor.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.StorageBus.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.StorageMonitor.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.Terminal.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.ToggleBus.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart00.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart01.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart02.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart03.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart04.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart10.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart11.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart12.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart13.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart14.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Black.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Blue.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Brown.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Cyan.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Green.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Grey.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_LightBlue.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_LightGrey.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Lime.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Magenta.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Orange.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Pink.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Purple.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Red.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_White.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Yellow.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Black.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Blue.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Brown.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Cyan.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Gray.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Green.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_LightBlue.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_LightGrey.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Lime.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Magenta.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Orange.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Pink.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Purple.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Red.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_White.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Yellow.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Black.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Blue.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Brown.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Cyan.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Gray.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Green.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_LightBlue.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_LightGrey.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Lime.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Magenta.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Orange.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Pink.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Purple.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Red.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_White.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Yellow.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Black.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Blue.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Brown.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Cyan.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Gray.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Green.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_LightBlue.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_LightGrey.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Lime.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Magenta.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Orange.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Pink.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Purple.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Red.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_White.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Yellow.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/MEStorageCellTextures.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/OreQuartz.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/OreQuartzCharged.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/OreQuartzStone.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartConversionMonitor_Bright.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartConversionMonitor_Colored.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartConversionMonitor_Dark.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartConversionMonitor_Dark_Locked.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartCraftingTerm_Bright.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartCraftingTerm_Colored.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartCraftingTerm_Dark.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartExportSides.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartImportSides.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartInterfaceTerm_Bright.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartInterfaceTerm_Colored.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartInterfaceTerm_Dark.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartMonitorBack.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartMonitorSides.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartMonitorSidesStatus.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartMonitorSidesStatusLights.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartMonitor_Bright.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartMonitor_Colored.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartPatternTerm_Bright.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartPatternTerm_Colored.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartPatternTerm_Dark.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartPlaneSides.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartStorageBack.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartStorageMonitor_Bright.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartStorageMonitor_Colored.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartStorageMonitor_Colored_Locked.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartStorageMonitor_Dark.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartStorageSides.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartTerminal_Bright.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartTerminal_Colored.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartTerminal_Dark.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartTransitionPlaneBack.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartTunnelSides.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/PartWirelessSides.png rename src/main/resources/assets/appliedenergistics2/textures/blocks/{BlockQuartz.png => QuartzBlock.png} (100%) create mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/QuartzOreBlock.png rename src/main/resources/assets/appliedenergistics2/textures/{quartz/certus/pillar/side.png => blocks/QuartzPillarBlockSide.png} (100%) rename src/main/resources/assets/appliedenergistics2/textures/{quartz/certus/pillar/bottom.png => blocks/QuartzPillarBlockTop.png} (100%) rename src/main/resources/assets/appliedenergistics2/textures/{skystone/block/all.png => blocks/SkyStoneBlock.BLOCK.png} (100%) rename src/main/resources/assets/appliedenergistics2/textures/{skystone/brick/all.png => blocks/SkyStoneBlock.BRICK.png} (100%) rename src/main/resources/assets/appliedenergistics2/textures/{skystone/brick/small/all.png => blocks/SkyStoneBlock.SMALL_BRICK.png} (100%) rename src/main/resources/assets/appliedenergistics2/textures/{skystone/stone/all.png => blocks/SkyStoneBlock.STONE.png} (100%) delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/Transparent.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/White.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/blocks/fluix.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/quartz/certus/all.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/quartz/certus/chiseled/bottom.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/quartz/certus/chiseled/side.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/quartz/certus/chiseled/top.png delete mode 100644 src/main/resources/assets/appliedenergistics2/textures/quartz/certus/pillar/top.png diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/ChargedQuartzOreBlock.json b/src/main/resources/assets/appliedenergistics2/blockstates/ChargedQuartzOreBlock.json new file mode 100644 index 000000000..bae0e95d4 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/ChargedQuartzOreBlock.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "appliedenergistics2:ChargedQuartzOreBlock" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/ChiseledQuartzBlock.json b/src/main/resources/assets/appliedenergistics2/blockstates/ChiseledQuartzBlock.json new file mode 100644 index 000000000..554ae455e --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/ChiseledQuartzBlock.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "appliedenergistics2:ChiseledQuartzBlock" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/FluixBlock.json b/src/main/resources/assets/appliedenergistics2/blockstates/FluixBlock.json new file mode 100644 index 000000000..d2373fbe8 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/FluixBlock.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "appliedenergistics2:FluixBlock" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/QuartzBlock.json b/src/main/resources/assets/appliedenergistics2/blockstates/QuartzBlock.json new file mode 100644 index 000000000..d5eea4f99 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/QuartzBlock.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "appliedenergistics2:QuartzBlock" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/QuartzGlassBlock.json b/src/main/resources/assets/appliedenergistics2/blockstates/QuartzGlassBlock.json new file mode 100644 index 000000000..d5eea4f99 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/QuartzGlassBlock.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "appliedenergistics2:QuartzBlock" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/QuartzOreBlock.json b/src/main/resources/assets/appliedenergistics2/blockstates/QuartzOreBlock.json new file mode 100644 index 000000000..1980240d3 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/QuartzOreBlock.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "appliedenergistics2:QuartzOreBlock" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/QuartzPillarBlock.json b/src/main/resources/assets/appliedenergistics2/blockstates/QuartzPillarBlock.json new file mode 100644 index 000000000..a2fa04b3a --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/QuartzPillarBlock.json @@ -0,0 +1,8 @@ +{ + "variants": { + "axis=y": { "model": "appliedenergistics2:QuartzPillarBlock" }, + "axis=z": { "model": "appliedenergistics2:QuartzPillarBlock", "x": 90 }, + "axis=x": { "model": "appliedenergistics2:QuartzPillarBlock", "x": 90, "y": 90 } + } +} + diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/SkyStoneBlock.BLOCK.json b/src/main/resources/assets/appliedenergistics2/blockstates/SkyStoneBlock.BLOCK.json new file mode 100644 index 000000000..9bedd0883 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/SkyStoneBlock.BLOCK.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "appliedenergistics2:SkyStoneBlock.BLOCK" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/SkyStoneBlock.BRICK.json b/src/main/resources/assets/appliedenergistics2/blockstates/SkyStoneBlock.BRICK.json new file mode 100644 index 000000000..d4f5fa36a --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/SkyStoneBlock.BRICK.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "appliedenergistics2:SkyStoneBlock.BRICK" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/SkyStoneBlock.SMALL_BRICK.json b/src/main/resources/assets/appliedenergistics2/blockstates/SkyStoneBlock.SMALL_BRICK.json new file mode 100644 index 000000000..ffa092db0 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/SkyStoneBlock.SMALL_BRICK.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "appliedenergistics2:SkyStoneBlock.SMALL_BRICK" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/SkyStoneBlock.STONE.json b/src/main/resources/assets/appliedenergistics2/blockstates/SkyStoneBlock.STONE.json new file mode 100644 index 000000000..59eae38a0 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/SkyStoneBlock.STONE.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "appliedenergistics2:SkyStoneBlock.STONE" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/fluix.json b/src/main/resources/assets/appliedenergistics2/blockstates/fluix.json deleted file mode 100644 index 3c4b5ef82..000000000 --- a/src/main/resources/assets/appliedenergistics2/blockstates/fluix.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "variants": { - "normal": { "model": "appliedenergistics2:fluix/block" } - } -} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/stair.fluix.json b/src/main/resources/assets/appliedenergistics2/blockstates/stair.fluix.json deleted file mode 100644 index 1d197e821..000000000 --- a/src/main/resources/assets/appliedenergistics2/blockstates/stair.fluix.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/fluix/block" }, - "facing=west,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/fluix/block", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/fluix/block", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/fluix/block", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/fluix/outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/fluix/outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/fluix/outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/fluix/outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/fluix/outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/fluix/outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/fluix/outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/fluix/outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/fluix/inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/fluix/inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/fluix/inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/fluix/inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/fluix/inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/fluix/inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/fluix/inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/fluix/inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "appliedenergistics2:stair/fluix/block", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "appliedenergistics2:stair/fluix/block", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "appliedenergistics2:stair/fluix/block", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "appliedenergistics2:stair/fluix/block", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/fluix/outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/fluix/outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/fluix/outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/fluix/outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/fluix/outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/fluix/outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/fluix/outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/fluix/outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/fluix/inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/fluix/inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/fluix/inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/fluix/inner", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/fluix/inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/fluix/inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/fluix/inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/fluix/inner", "x": 180, "uvlock": true } - } -} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/stair.quartz.certus.chiseled.json b/src/main/resources/assets/appliedenergistics2/blockstates/stair.quartz.certus.chiseled.json deleted file mode 100644 index 71923c82e..000000000 --- a/src/main/resources/assets/appliedenergistics2/blockstates/stair.quartz.certus.chiseled.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/block" }, - "facing=west,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/block", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/block", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/block", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/block", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/block", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/block", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/block", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/inner", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/chiseled/inner", "x": 180, "uvlock": true } - } -} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/stair.quartz.certus.json b/src/main/resources/assets/appliedenergistics2/blockstates/stair.quartz.certus.json deleted file mode 100644 index f64f456d7..000000000 --- a/src/main/resources/assets/appliedenergistics2/blockstates/stair.quartz.certus.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/block" }, - "facing=west,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/block", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/block", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/block", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/block", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/block", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/block", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/block", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/inner", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/inner", "x": 180, "uvlock": true } - } -} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/stair.quartz.certus.pillar.json b/src/main/resources/assets/appliedenergistics2/blockstates/stair.quartz.certus.pillar.json deleted file mode 100644 index ff55e5c6e..000000000 --- a/src/main/resources/assets/appliedenergistics2/blockstates/stair.quartz.certus.pillar.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/pillar/block" }, - "facing=west,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/pillar/block", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/pillar/block", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/pillar/block", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/pillar/outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/pillar/outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/pillar/outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/pillar/outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/pillar/outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/pillar/outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/pillar/outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/pillar/outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/pillar/inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/pillar/inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/pillar/inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/pillar/inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/pillar/inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/pillar/inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/pillar/inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/pillar/inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/pillar/block", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/pillar/block", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/pillar/block", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "appliedenergistics2:stair/quartz/certus/pillar/block", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/pillar/outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/pillar/outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/pillar/outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/quartz/certus/pillar/outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/pillar/outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/pillar/outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/pillar/outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/quartz/certus/pillar/outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/pillar/inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/pillar/inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/pillar/inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/quartz/certus/pillar/inner", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/pillar/inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/pillar/inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/pillar/inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/quartz/certus/pillar/inner", "x": 180, "uvlock": true } - } -} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/stair.skystone.block.json b/src/main/resources/assets/appliedenergistics2/blockstates/stair.skystone.block.json deleted file mode 100644 index c995b4f39..000000000 --- a/src/main/resources/assets/appliedenergistics2/blockstates/stair.skystone.block.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/skystone/block/block" }, - "facing=west,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/skystone/block/block", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/skystone/block/block", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/skystone/block/block", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/block/outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/block/outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/block/outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/block/outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/block/outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/block/outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/block/outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/block/outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/block/inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/block/inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/block/inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/block/inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/block/inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/block/inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/block/inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/block/inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "appliedenergistics2:stair/skystone/block/block", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "appliedenergistics2:stair/skystone/block/block", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "appliedenergistics2:stair/skystone/block/block", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "appliedenergistics2:stair/skystone/block/block", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/block/outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/block/outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/block/outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/block/outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/block/outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/block/outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/block/outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/block/outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/block/inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/block/inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/block/inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/block/inner", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/block/inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/block/inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/block/inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/block/inner", "x": 180, "uvlock": true } - } -} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/stair.skystone.brick.json b/src/main/resources/assets/appliedenergistics2/blockstates/stair.skystone.brick.json deleted file mode 100644 index b997fd8e8..000000000 --- a/src/main/resources/assets/appliedenergistics2/blockstates/stair.skystone.brick.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/skystone/brick/block" }, - "facing=west,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/skystone/brick/block", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/skystone/brick/block", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/skystone/brick/block", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/brick/outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/brick/outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/brick/outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/brick/outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/brick/outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/brick/outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/brick/outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/brick/outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/brick/inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/brick/inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/brick/inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/brick/inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/brick/inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/brick/inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/brick/inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/brick/inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "appliedenergistics2:stair/skystone/brick/block", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "appliedenergistics2:stair/skystone/brick/block", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "appliedenergistics2:stair/skystone/brick/block", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "appliedenergistics2:stair/skystone/brick/block", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/brick/outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/brick/outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/brick/outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/brick/outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/brick/outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/brick/outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/brick/outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/brick/outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/brick/inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/brick/inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/brick/inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/brick/inner", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/brick/inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/brick/inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/brick/inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/brick/inner", "x": 180, "uvlock": true } - } -} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/stair.skystone.brick.small.json b/src/main/resources/assets/appliedenergistics2/blockstates/stair.skystone.brick.small.json deleted file mode 100644 index bfd4b8e91..000000000 --- a/src/main/resources/assets/appliedenergistics2/blockstates/stair.skystone.brick.small.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/skystone/brick/small/block" }, - "facing=west,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/skystone/brick/small/block", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/skystone/brick/small/block", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/skystone/brick/small/block", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/brick/small/outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/brick/small/outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/brick/small/outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/brick/small/outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/brick/small/outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/brick/small/outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/brick/small/outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/brick/small/outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/brick/small/inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/brick/small/inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/brick/small/inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/brick/small/inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/brick/small/inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/brick/small/inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/brick/small/inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/brick/small/inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "appliedenergistics2:stair/skystone/brick/small/block", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "appliedenergistics2:stair/skystone/brick/small/block", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "appliedenergistics2:stair/skystone/brick/small/block", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "appliedenergistics2:stair/skystone/brick/small/block", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/brick/small/outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/brick/small/outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/brick/small/outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/brick/small/outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/brick/small/outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/brick/small/outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/brick/small/outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/brick/small/outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/brick/small/inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/brick/small/inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/brick/small/inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/brick/small/inner", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/brick/small/inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/brick/small/inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/brick/small/inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/brick/small/inner", "x": 180, "uvlock": true } - } -} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/stair.skystone.stone.json b/src/main/resources/assets/appliedenergistics2/blockstates/stair.skystone.stone.json deleted file mode 100644 index 83361be8a..000000000 --- a/src/main/resources/assets/appliedenergistics2/blockstates/stair.skystone.stone.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "variants": { - "facing=east,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/skystone/stone/block" }, - "facing=west,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/skystone/stone/block", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/skystone/stone/block", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=straight": { "model": "appliedenergistics2:stair/skystone/stone/block", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/stone/outer" }, - "facing=west,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/stone/outer", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/stone/outer", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/stone/outer", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/stone/outer", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/stone/outer", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/stone/outer" }, - "facing=north,half=bottom,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/stone/outer", "y": 180, "uvlock": true }, - "facing=east,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/stone/inner" }, - "facing=west,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/stone/inner", "y": 180, "uvlock": true }, - "facing=south,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/stone/inner", "y": 90, "uvlock": true }, - "facing=north,half=bottom,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/stone/inner", "y": 270, "uvlock": true }, - "facing=east,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/stone/inner", "y": 270, "uvlock": true }, - "facing=west,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/stone/inner", "y": 90, "uvlock": true }, - "facing=south,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/stone/inner" }, - "facing=north,half=bottom,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/stone/inner", "y": 180, "uvlock": true }, - "facing=east,half=top,shape=straight": { "model": "appliedenergistics2:stair/skystone/stone/block", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=straight": { "model": "appliedenergistics2:stair/skystone/stone/block", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=straight": { "model": "appliedenergistics2:stair/skystone/stone/block", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=straight": { "model": "appliedenergistics2:stair/skystone/stone/block", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/stone/outer", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/stone/outer", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/stone/outer", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=outer_right": { "model": "appliedenergistics2:stair/skystone/stone/outer", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/stone/outer", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/stone/outer", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/stone/outer", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=outer_left": { "model": "appliedenergistics2:stair/skystone/stone/outer", "x": 180, "uvlock": true }, - "facing=east,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/stone/inner", "x": 180, "uvlock": true }, - "facing=west,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/stone/inner", "x": 180, "y": 180, "uvlock": true }, - "facing=south,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/stone/inner", "x": 180, "y": 90, "uvlock": true }, - "facing=north,half=top,shape=inner_right": { "model": "appliedenergistics2:stair/skystone/stone/inner", "x": 180, "y": 270, "uvlock": true }, - "facing=east,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/stone/inner", "x": 180, "y": 90, "uvlock": true }, - "facing=west,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/stone/inner", "x": 180, "y": 270, "uvlock": true }, - "facing=south,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/stone/inner", "x": 180, "y": 180, "uvlock": true }, - "facing=north,half=top,shape=inner_left": { "model": "appliedenergistics2:stair/skystone/stone/inner", "x": 180, "uvlock": true } - } -} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCellWorkBench.ignore.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCellWorkBench.ignore.json new file mode 100644 index 000000000..d47c83737 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCellWorkBench.ignore.json @@ -0,0 +1,2 @@ +up +forward \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCellWorkBench.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCellWorkBench.json new file mode 100644 index 000000000..8abe92cfd --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCellWorkBench.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "appliedenergistics2:tile.BlockCellWorkBench" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCharger.ignore.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCharger.ignore.json new file mode 100644 index 000000000..4d3e85f27 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCharger.ignore.json @@ -0,0 +1 @@ +up \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCharger.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCharger.json new file mode 100644 index 000000000..763b5198c --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCharger.json @@ -0,0 +1,8 @@ +{ + "variants": { + "forward=north": { "model": "appliedenergistics2:tile.BlockCharger", "y": 180 }, + "forward=south": { "model": "appliedenergistics2:tile.BlockCharger", "y": 0 }, + "forward=east": { "model": "appliedenergistics2:tile.BlockCharger", "y": 90 }, + "forward=west": { "model": "appliedenergistics2:tile.BlockCharger", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCondenser.ignore.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCondenser.ignore.json new file mode 100644 index 000000000..d47c83737 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCondenser.ignore.json @@ -0,0 +1,2 @@ +up +forward \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCondenser.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCondenser.json new file mode 100644 index 000000000..8e743a0e7 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCondenser.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "appliedenergistics2:tile.BlockCondenser" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCreativeEnergyCell.ignore.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCreativeEnergyCell.ignore.json new file mode 100644 index 000000000..d47c83737 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCreativeEnergyCell.ignore.json @@ -0,0 +1,2 @@ +up +forward \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCreativeEnergyCell.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCreativeEnergyCell.json new file mode 100644 index 000000000..d9d145993 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockCreativeEnergyCell.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "appliedenergistics2:EnergyCell/tile.BlockCreativeEnergyCell" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockDenseEnergyCell.ignore.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockDenseEnergyCell.ignore.json new file mode 100644 index 000000000..d47c83737 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockDenseEnergyCell.ignore.json @@ -0,0 +1,2 @@ +up +forward \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockDenseEnergyCell.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockDenseEnergyCell.json new file mode 100644 index 000000000..eaf1eb23a --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockDenseEnergyCell.json @@ -0,0 +1,12 @@ +{ + "variants": { + "fullness=0": { "model": "appliedenergistics2:EnergyCell/tile.BlockDenseEnergyCell0" }, + "fullness=1": { "model": "appliedenergistics2:EnergyCell/tile.BlockDenseEnergyCell1" }, + "fullness=2": { "model": "appliedenergistics2:EnergyCell/tile.BlockDenseEnergyCell2" }, + "fullness=3": { "model": "appliedenergistics2:EnergyCell/tile.BlockDenseEnergyCell3" }, + "fullness=4": { "model": "appliedenergistics2:EnergyCell/tile.BlockDenseEnergyCell4" }, + "fullness=5": { "model": "appliedenergistics2:EnergyCell/tile.BlockDenseEnergyCell5" }, + "fullness=6": { "model": "appliedenergistics2:EnergyCell/tile.BlockDenseEnergyCell6" }, + "fullness=7": { "model": "appliedenergistics2:EnergyCell/tile.BlockDenseEnergyCell7" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockDrive.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockDrive.json new file mode 100644 index 000000000..2b4f34ab8 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockDrive.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "appliedenergistics2:tile.BlockDrive", "y": 180 }, + "facing=south": { "model": "appliedenergistics2:tile.BlockDrive", "y": 0 }, + "facing=west": { "model": "appliedenergistics2:tile.BlockDrive", "y": 90 }, + "facing=east": { "model": "appliedenergistics2:tile.BlockDrive", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockEnergyAcceptor.ignore.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockEnergyAcceptor.ignore.json new file mode 100644 index 000000000..d47c83737 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockEnergyAcceptor.ignore.json @@ -0,0 +1,2 @@ +up +forward \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockEnergyAcceptor.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockEnergyAcceptor.json new file mode 100644 index 000000000..f84c52357 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockEnergyAcceptor.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "appliedenergistics2:tile.BlockEnergyAcceptor" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockEnergyCell.ignore.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockEnergyCell.ignore.json new file mode 100644 index 000000000..d47c83737 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockEnergyCell.ignore.json @@ -0,0 +1,2 @@ +up +forward \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockEnergyCell.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockEnergyCell.json new file mode 100644 index 000000000..daa5c0eaa --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockEnergyCell.json @@ -0,0 +1,12 @@ +{ + "variants": { + "fullness=0": { "model": "appliedenergistics2:EnergyCell/tile.BlockEnergyCell0" }, + "fullness=1": { "model": "appliedenergistics2:EnergyCell/tile.BlockEnergyCell1" }, + "fullness=2": { "model": "appliedenergistics2:EnergyCell/tile.BlockEnergyCell2" }, + "fullness=3": { "model": "appliedenergistics2:EnergyCell/tile.BlockEnergyCell3" }, + "fullness=4": { "model": "appliedenergistics2:EnergyCell/tile.BlockEnergyCell4" }, + "fullness=5": { "model": "appliedenergistics2:EnergyCell/tile.BlockEnergyCell5" }, + "fullness=6": { "model": "appliedenergistics2:EnergyCell/tile.BlockEnergyCell6" }, + "fullness=7": { "model": "appliedenergistics2:EnergyCell/tile.BlockEnergyCell7" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockIOPort.ignore.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockIOPort.ignore.json new file mode 100644 index 000000000..d47c83737 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockIOPort.ignore.json @@ -0,0 +1,2 @@ +up +forward \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockIOPort.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockIOPort.json new file mode 100644 index 000000000..9bae83dfd --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockIOPort.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "appliedenergistics2:tile.BlockIOPort" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockInscriber.ignore.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockInscriber.ignore.json new file mode 100644 index 000000000..4d3e85f27 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockInscriber.ignore.json @@ -0,0 +1 @@ +up \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockInscriber.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockInscriber.json new file mode 100644 index 000000000..d9af39204 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockInscriber.json @@ -0,0 +1,8 @@ +{ + "variants": { + "forward=north": { "model": "appliedenergistics2:tile.BlockInscriber", "y": 180 }, + "forward=south": { "model": "appliedenergistics2:tile.BlockInscriber", "y": 0 }, + "forward=east": { "model": "appliedenergistics2:tile.BlockInscriber", "y": 90 }, + "forward=west": { "model": "appliedenergistics2:tile.BlockInscriber", "y": 270 } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockSecurity.ignore.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockSecurity.ignore.json new file mode 100644 index 000000000..d47c83737 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockSecurity.ignore.json @@ -0,0 +1,2 @@ +up +forward \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockSecurity.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockSecurity.json new file mode 100644 index 000000000..d65cf719a --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockSecurity.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "appliedenergistics2:tile.BlockSecurity" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockSpatialIOPort.ignore.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockSpatialIOPort.ignore.json new file mode 100644 index 000000000..d47c83737 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockSpatialIOPort.ignore.json @@ -0,0 +1,2 @@ +up +forward \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockSpatialIOPort.json b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockSpatialIOPort.json new file mode 100644 index 000000000..c155ba1f5 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/blockstates/tile.BlockSpatialIOPort.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "appliedenergistics2:tile.BlockSpatialIOPort" } + } +} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/ChargedQuartzOreBlock.json b/src/main/resources/assets/appliedenergistics2/models/block/ChargedQuartzOreBlock.json new file mode 100644 index 000000000..c7fed1498 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/ChargedQuartzOreBlock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/ChargedQuartzOreBlock" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/ChiseledQuartzBlock.json b/src/main/resources/assets/appliedenergistics2/models/block/ChiseledQuartzBlock.json new file mode 100644 index 000000000..0c159cc34 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/ChiseledQuartzBlock.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "appliedenergistics2:blocks/ChiseledQuartzBlockTop", + "side": "appliedenergistics2:blocks/ChiseledQuartzBlockSide" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockCreativeEnergyCell.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockCreativeEnergyCell.json new file mode 100644 index 000000000..c557dfb71 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockCreativeEnergyCell.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockCreativeEnergyCell" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell0.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell0.json new file mode 100644 index 000000000..85eecdcee --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyCell0" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell1.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell1.json new file mode 100644 index 000000000..bef532994 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyCell1" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell2.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell2.json new file mode 100644 index 000000000..7e8085caa --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyCell2" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell3.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell3.json new file mode 100644 index 000000000..e86676cb6 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyCell3" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell4.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell4.json new file mode 100644 index 000000000..072b0653d --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyCell4" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell5.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell5.json new file mode 100644 index 000000000..204149721 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyCell5" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell6.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell6.json new file mode 100644 index 000000000..fb65733e7 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyCell6" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell7.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell7.json new file mode 100644 index 000000000..cd13344d3 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockDenseEnergyCell7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyCell7" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell.json new file mode 100644 index 000000000..6a3a76e01 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyCell" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell0.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell0.json new file mode 100644 index 000000000..85eecdcee --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyCell0" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell1.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell1.json new file mode 100644 index 000000000..bef532994 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyCell1" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell2.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell2.json new file mode 100644 index 000000000..7e8085caa --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyCell2" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell3.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell3.json new file mode 100644 index 000000000..e86676cb6 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyCell3" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell4.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell4.json new file mode 100644 index 000000000..072b0653d --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyCell4" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell5.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell5.json new file mode 100644 index 000000000..204149721 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyCell5" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell6.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell6.json new file mode 100644 index 000000000..fb65733e7 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyCell6" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell7.json b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell7.json new file mode 100644 index 000000000..cd13344d3 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/EnergyCell/tile.BlockEnergyCell7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyCell7" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/fluix/block.json b/src/main/resources/assets/appliedenergistics2/models/block/FluixBlock.json similarity index 50% rename from src/main/resources/assets/appliedenergistics2/models/block/fluix/block.json rename to src/main/resources/assets/appliedenergistics2/models/block/FluixBlock.json index c08240e8a..61385fe10 100644 --- a/src/main/resources/assets/appliedenergistics2/models/block/fluix/block.json +++ b/src/main/resources/assets/appliedenergistics2/models/block/FluixBlock.json @@ -1,6 +1,6 @@ { "parent": "block/cube_all", "textures": { - "all": "appliedenergistics2:blocks/fluix" + "all": "appliedenergistics2:blocks/FluixBlock" } -} +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/QuartzBlock.json b/src/main/resources/assets/appliedenergistics2/models/block/QuartzBlock.json new file mode 100644 index 000000000..18dcd739e --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/QuartzBlock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/QuartzBlock" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/QuartzGlassBlock.json b/src/main/resources/assets/appliedenergistics2/models/block/QuartzGlassBlock.json new file mode 100644 index 000000000..b783e9457 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/QuartzGlassBlock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/QuartzOreBlock" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/QuartzOreBlock.json b/src/main/resources/assets/appliedenergistics2/models/block/QuartzOreBlock.json new file mode 100644 index 000000000..b783e9457 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/QuartzOreBlock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/QuartzOreBlock" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/QuartzPillarBlock.json b/src/main/resources/assets/appliedenergistics2/models/block/QuartzPillarBlock.json new file mode 100644 index 000000000..da4faeddd --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/QuartzPillarBlock.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "appliedenergistics2:blocks/QuartzPillarBlockTop", + "side": "appliedenergistics2:blocks/QuartzPillarBlockSide" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/SkyStoneBlock.BLOCK.json b/src/main/resources/assets/appliedenergistics2/models/block/SkyStoneBlock.BLOCK.json new file mode 100644 index 000000000..dda1bb1ae --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/SkyStoneBlock.BLOCK.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/SkyStoneBlock.BLOCK" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/SkyStoneBlock.BRICK.json b/src/main/resources/assets/appliedenergistics2/models/block/SkyStoneBlock.BRICK.json new file mode 100644 index 000000000..a3cd423f4 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/SkyStoneBlock.BRICK.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/SkyStoneBlock.BRICK" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/SkyStoneBlock.SMALL_BRICK.json b/src/main/resources/assets/appliedenergistics2/models/block/SkyStoneBlock.SMALL_BRICK.json new file mode 100644 index 000000000..a941ae5e3 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/SkyStoneBlock.SMALL_BRICK.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/SkyStoneBlock.SMALL_BRICK" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/SkyStoneBlock.STONE.json b/src/main/resources/assets/appliedenergistics2/models/block/SkyStoneBlock.STONE.json new file mode 100644 index 000000000..414aca4a6 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/SkyStoneBlock.STONE.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/SkyStoneBlock.STONE" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/cube_machine.json b/src/main/resources/assets/appliedenergistics2/models/block/cube_machine.json new file mode 100644 index 000000000..651bb98aa --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/cube_machine.json @@ -0,0 +1,19 @@ +{ + "parent": "block/cube", + "display": { + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.40, 0.40, 0.40 ] + } + }, + "textures": { + "particle": "#front", + "down": "#bottom", + "up": "#top", + "north": "#front", + "east": "#side", + "south": "#side", + "west": "#side" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/fluix/block.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/fluix/block.json deleted file mode 100644 index d61b87e94..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/fluix/block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "appliedenergistics2:blocks/fluix", - "top": "appliedenergistics2:blocks/fluix", - "side": "appliedenergistics2:blocks/fluix" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/fluix/inner.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/fluix/inner.json deleted file mode 100644 index cd5387bcd..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/fluix/inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "appliedenergistics2:blocks/fluix", - "top": "appliedenergistics2:blocks/fluix", - "side": "appliedenergistics2:blocks/fluix" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/fluix/outer.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/fluix/outer.json deleted file mode 100644 index 102f6c04b..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/fluix/outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "appliedenergistics2:blocks/fluix", - "top": "appliedenergistics2:blocks/fluix", - "side": "appliedenergistics2:blocks/fluix" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/block.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/block.json deleted file mode 100644 index 6700b8843..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "appliedenergistics2:quartz/certus/all", - "top": "appliedenergistics2:quartz/certus/all", - "side": "appliedenergistics2:quartz/certus/all" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/chiseled/block.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/chiseled/block.json deleted file mode 100644 index dd1638e94..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/chiseled/block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "appliedenergistics2:quartz/certus/chiseled/bottom", - "top": "appliedenergistics2:quartz/certus/chiseled/top", - "side": "appliedenergistics2:quartz/certus/chiseled/side" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/chiseled/inner.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/chiseled/inner.json deleted file mode 100644 index 36b9518ad..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/chiseled/inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "appliedenergistics2:quartz/certus/chiseled/bottom", - "top": "appliedenergistics2:quartz/certus/chiseled/top", - "side": "appliedenergistics2:quartz/certus/chiseled/side" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/chiseled/outer.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/chiseled/outer.json deleted file mode 100644 index 5903db1ee..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/chiseled/outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "appliedenergistics2:quartz/certus/chiseled/bottom", - "top": "appliedenergistics2:quartz/certus/chiseled/top", - "side": "appliedenergistics2:quartz/certus/chiseled/side" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/inner.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/inner.json deleted file mode 100644 index 8d1db6508..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "appliedenergistics2:quartz/certus/all", - "top": "appliedenergistics2:quartz/certus/all", - "side": "appliedenergistics2:quartz/certus/all" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/outer.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/outer.json deleted file mode 100644 index a54e6502a..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "appliedenergistics2:quartz/certus/all", - "top": "appliedenergistics2:quartz/certus/all", - "side": "appliedenergistics2:quartz/certus/all" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/pillar/block.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/pillar/block.json deleted file mode 100644 index f02a9ea4d..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/pillar/block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "appliedenergistics2:quartz/certus/pillar/bottom", - "top": "appliedenergistics2:quartz/certus/pillar/top", - "side": "appliedenergistics2:quartz/certus/pillar/side" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/pillar/inner.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/pillar/inner.json deleted file mode 100644 index caea7651a..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/pillar/inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "appliedenergistics2:quartz/certus/pillar/bottom", - "top": "appliedenergistics2:quartz/certus/pillar/top", - "side": "appliedenergistics2:quartz/certus/pillar/side" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/pillar/outer.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/pillar/outer.json deleted file mode 100644 index f114926c0..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/quartz/certus/pillar/outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "appliedenergistics2:quartz/certus/pillar/bottom", - "top": "appliedenergistics2:quartz/certus/pillar/top", - "side": "appliedenergistics2:quartz/certus/pillar/side" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/block/block.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/block/block.json deleted file mode 100644 index 18553e274..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/block/block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "appliedenergistics2:skystone/block/all", - "top": "appliedenergistics2:skystone/block/all", - "side": "appliedenergistics2:skystone/block/all" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/block/inner.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/block/inner.json deleted file mode 100644 index 285d2fbc8..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/block/inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "appliedenergistics2:skystone/block/all", - "top": "appliedenergistics2:skystone/block/all", - "side": "appliedenergistics2:skystone/block/all" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/block/outer.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/block/outer.json deleted file mode 100644 index 436126fd4..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/block/outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "appliedenergistics2:skystone/block/all", - "top": "appliedenergistics2:skystone/block/all", - "side": "appliedenergistics2:skystone/block/all" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/block.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/block.json deleted file mode 100644 index 52d71ca15..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "appliedenergistics2:skystone/brick/all", - "top": "appliedenergistics2:skystone/brick/all", - "side": "appliedenergistics2:skystone/brick/all" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/inner.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/inner.json deleted file mode 100644 index d623723ed..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "appliedenergistics2:skystone/brick/all", - "top": "appliedenergistics2:skystone/brick/all", - "side": "appliedenergistics2:skystone/brick/all" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/outer.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/outer.json deleted file mode 100644 index 2c8227ae2..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "appliedenergistics2:skystone/brick/all", - "top": "appliedenergistics2:skystone/brick/all", - "side": "appliedenergistics2:skystone/brick/all" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/small/block.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/small/block.json deleted file mode 100644 index 2ee2f06d7..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/small/block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "appliedenergistics2:skystone/brick/small/all", - "top": "appliedenergistics2:skystone/brick/small/all", - "side": "appliedenergistics2:skystone/brick/small/all" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/small/inner.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/small/inner.json deleted file mode 100644 index 74bbea8c5..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/small/inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "appliedenergistics2:skystone/brick/small/all", - "top": "appliedenergistics2:skystone/brick/small/all", - "side": "appliedenergistics2:skystone/brick/small/all" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/small/outer.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/small/outer.json deleted file mode 100644 index 03b84e0ef..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/brick/small/outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "appliedenergistics2:skystone/brick/small/all", - "top": "appliedenergistics2:skystone/brick/small/all", - "side": "appliedenergistics2:skystone/brick/small/all" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/stone/block.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/stone/block.json deleted file mode 100644 index eb1a6d032..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/stone/block.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/stairs", - "textures": { - "bottom": "appliedenergistics2:skystone/stone/all", - "top": "appliedenergistics2:skystone/stone/all", - "side": "appliedenergistics2:skystone/stone/all" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/stone/inner.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/stone/inner.json deleted file mode 100644 index 5e54ee20e..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/stone/inner.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/inner_stairs", - "textures": { - "bottom": "appliedenergistics2:skystone/stone/all", - "top": "appliedenergistics2:skystone/stone/all", - "side": "appliedenergistics2:skystone/stone/all" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/stone/outer.json b/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/stone/outer.json deleted file mode 100644 index eb17c913a..000000000 --- a/src/main/resources/assets/appliedenergistics2/models/block/stair/skystone/stone/outer.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/outer_stairs", - "textures": { - "bottom": "appliedenergistics2:skystone/stone/all", - "top": "appliedenergistics2:skystone/stone/all", - "side": "appliedenergistics2:skystone/stone/all" - } -} diff --git a/src/main/resources/assets/appliedenergistics2/models/block/test.json b/src/main/resources/assets/appliedenergistics2/models/block/test.json new file mode 100644 index 000000000..7c5577b18 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/test.json @@ -0,0 +1,72 @@ +{ + "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", + "textures": { + }, + "elements": [ + { + "name": "Cube", + "from": [ 0.0, 0.0, 15.0 ], + "to": [ 16.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, + "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, + "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] } + } + }, + { + "name": "Cube", + "from": [ 0.0, 0.0, 0.0 ], + "to": [ 16.0, 6.0, 1.0 ], + "faces": { + "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 6.0 ] }, + "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 1.0, 6.0 ] }, + "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 6.0 ] }, + "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 1.0, 6.0 ] }, + "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] } + } + }, + { + "name": "Cube", + "from": [ 0.0, 6.0, 0.0 ], + "to": [ 1.0, 7.0, 15.0 ], + "faces": { + "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }, + "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] }, + "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 1.0, 1.0 ] }, + "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] }, + "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 1.0, 15.0 ] }, + "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 1.0, 15.0 ] } + } + }, + { + "name": "Cube", + "from": [ 15.0, 0.0, 0.0 ], + "to": [ 16.0, 5.0, 15.0 ], + "faces": { + "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 1.0, 5.0 ] }, + "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 15.0, 5.0 ] }, + "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 1.0, 5.0 ] }, + "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 15.0, 5.0 ] }, + "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 1.0, 15.0 ] }, + "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 1.0, 15.0 ] } + } + }, + { + "name": "Cube", + "from": [ 3.0, 15.0, 0.0 ], + "to": [ 13.0, 16.0, 15.0 ], + "faces": { + "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] }, + "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] }, + "south": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 1.0 ] }, + "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 15.0, 1.0 ] }, + "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 15.0 ] }, + "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 15.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockCellWorkBench.json b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockCellWorkBench.json new file mode 100644 index 000000000..108d0a628 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockCellWorkBench.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "appliedenergistics2:blocks/BlockCellWorkBenchSide", + "bottom": "appliedenergistics2:blocks/BlockCellWorkBenchBottom", + "top": "appliedenergistics2:blocks/BlockCellWorkBench" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockCharger.json b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockCharger.json new file mode 100644 index 000000000..03963dab9 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockCharger.json @@ -0,0 +1,75 @@ +{ + "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", + "textures": { + "0": "appliedenergistics2:blocks/BlockChargerSide", + "1": "appliedenergistics2:blocks/BlockCharger", + "2": "appliedenergistics2:blocks/BlockChargerInside" + }, + "elements": [ + { + "name": "Back", + "from": [ 6.0, 0.0, 0.0 ], + "to": [ 10.0, 16.0, 1.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 4.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 4.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "up": { "texture": "#0", "uv": [ 0.0, 0.0, 4.0, 1.0 ] }, + "down": { "texture": "#0", "uv": [ 0.0, 0.0, 4.0, 1.0 ] } + } + }, + { + "name": "Bottom", + "from": [ 2.0, 0.0, 1.0 ], + "to": [ 14.0, 2.0, 14.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 12.0, 2.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 13.0, 2.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 12.0, 2.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 13.0, 2.0 ] }, + "up": { "texture": "#0", "uv": [ 2.0, 2.0, 14.0, 15.0 ] }, + "down": { "texture": "#0", "uv": [ 0.0, 0.0, 12.0, 13.0 ] } + } + }, + { + "name": "Top", + "from": [ 2.0, 13.0, 1.0 ], + "to": [ 14.0, 16.0, 14.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 12.0, 3.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 13.0, 3.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 12.0, 3.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 13.0, 3.0 ] }, + "up": { "texture": "#1", "uv": [ 2.0, 2.0, 14.0, 15.0 ] }, + "down": { "texture": "#0", "uv": [ 2.0, 1.0, 14.0, 14.0 ] } + } + }, + { + "name": "BottomTop", + "from": [ 3.0, 2.0, 3.0 ], + "to": [ 13.0, 3.0, 13.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 10.0, 1.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 10.0, 1.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 10.0, 1.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 10.0, 1.0 ] }, + "up": { "texture": "#2", "uv": [ 3.0, 3.0, 13.0, 13.0 ] }, + "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 10.0 ] } + } + }, + { + "name": "TopTop", + "from": [ 3.0, 12.0, 3.0 ], + "to": [ 13.0, 13.0, 13.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 10.0, 1.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 10.0, 1.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 10.0, 1.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 10.0, 1.0 ] }, + "up": { "texture": "#0", "uv": [ 0.0, 0.0, 10.0, 10.0 ] }, + "down": { "texture": "#2", "uv": [ 3.0, 3.0, 13.0, 13.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockCondenser.json b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockCondenser.json new file mode 100644 index 000000000..8d3df6cda --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockCondenser.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockCondenser" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockDrive.json b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockDrive.json new file mode 100644 index 000000000..98c8d53ba --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockDrive.json @@ -0,0 +1,140 @@ +{ + "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", + "textures": { + "0": "blocks/BlockDriveSide", + "1": "blocks/BlockDriveFront", + "2": "blocks/BlockDrive" + }, + "elements": [ + { + "name": "Bottom", + "from": [ 1.0, 0.0, 0.0 ], + "to": [ 15.0, 1.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 15.0, 15.0, 16.0 ] }, + "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 15.0, 15.0, 16.0 ] }, + "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "up": { "texture": "#2", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, + "down": { "texture": "#2", "uv": [ 1.0, 0.0, 15.0, 16.0 ] } + } + }, + { + "name": "Left", + "from": [ 0.0, 0.0, 0.0 ], + "to": [ 1.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, + "south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, + "up": { "texture": "#2", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "down": { "texture": "#2", "uv": [ 0.0, 0.0, 1.0, 16.0 ] } + } + }, + { + "name": "Top", + "from": [ 1.0, 15.0, 0.0 ], + "to": [ 15.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 16.0, 1.0 ] }, + "up": { "texture": "#2", "uv": [ 1.0, 0.0, 15.0, 16.0 ] }, + "down": { "texture": "#2", "uv": [ 1.0, 0.0, 15.0, 16.0 ] } + } + }, + { + "name": "Right", + "from": [ 15.0, 0.0, 0.0 ], + "to": [ 16.0, 16.0, 16.0 ], + "faces": { + "north": { "texture": "#2", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, + "south": { "texture": "#1", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }, + "up": { "texture": "#2", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }, + "down": { "texture": "#2", "uv": [ 15.0, 0.0, 16.0, 16.0 ] } + } + }, + { + "name": "Rack", + "from": [ 1.0, 3.0, 1.0 ], + "to": [ 15.0, 4.0, 15.0 ], + "faces": { + "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 12.0, 15.0, 13.0 ] }, + "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "up": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + }, + { + "name": "Rack 2", + "from": [ 1.0, 6.0, 1.0 ], + "to": [ 15.0, 7.0, 15.0 ], + "faces": { + "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 9.0, 15.0, 10.0 ] }, + "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "up": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + }, + { + "name": "Rack 3", + "from": [ 1.0, 9.0, 1.0 ], + "to": [ 15.0, 10.0, 15.0 ], + "faces": { + "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 6.0, 15.0, 7.0 ] }, + "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "up": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + }, + { + "name": "Rack4", + "from": [ 1.0, 12.0, 1.0 ], + "to": [ 15.0, 13.0, 15.0 ], + "faces": { + "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 3.0, 15.0, 4.0 ] }, + "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "up": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#2", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + }, + { + "name": "Back", + "from": [ 1.0, 1.0, 0.0 ], + "to": [ 15.0, 15.0, 7.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 7.0, 14.0 ] }, + "south": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 7.0, 14.0 ] }, + "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 7.0 ] }, + "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 7.0 ] } + } + }, + { + "name": "Cube", + "from": [ 7.0, 1.0, 7.0 ], + "to": [ 9.0, 15.0, 16.0 ], + "faces": { + "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 14.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 1.0, 10.0, 15.0 ] }, + "south": { "texture": "#1", "uv": [ 7.0, 1.0, 9.0, 15.0 ] }, + "west": { "texture": "#0", "uv": [ 1.0, 1.0, 10.0, 15.0 ] }, + "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 9.0 ] }, + "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 2.0, 9.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockEnergyAcceptor.json b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockEnergyAcceptor.json new file mode 100644 index 000000000..484e67935 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockEnergyAcceptor.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "appliedenergistics2:blocks/BlockEnergyAcceptor" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockGrinder.json b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockGrinder.json index df6129369..07bea7c9c 100644 --- a/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockGrinder.json +++ b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockGrinder.json @@ -1,8 +1,10 @@ { - "parent": "block/orientable", + "parent": "appliedenergistics2:block/cube_machine", "textures": { - "top": "blocks/furnace_top", - "front": "blocks/furnace_front_off", - "side": "blocks/furnace_side" + "top": "appliedenergistics2:blocks/BlockGrinder", + "bottom": "appliedenergistics2:blocks/BlockGrinderBottom", + "front": "appliedenergistics2:blocks/BlockGrinderFront", + "side": "appliedenergistics2:blocks/BlockGrinderSide" + } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockIOPort.json b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockIOPort.json new file mode 100644 index 000000000..25ea2382f --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockIOPort.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "appliedenergistics2:blocks/BlockIOPortSide", + "bottom": "appliedenergistics2:blocks/BlockIOPortBottom", + "top": "appliedenergistics2:blocks/BlockIOPort" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockInscriber.json b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockInscriber.json new file mode 100644 index 000000000..bc1424ffd --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockInscriber.json @@ -0,0 +1,99 @@ +{ + "__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)", + "textures": { + "0": "appliedenergistics2:blocks/BlockInscriber" + }, + "elements": [ + { + "name": "Left", + "from": [ 0.0, 1.0, 0.0 ], + "to": [ 3.0, 15.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 13.0, 0.0, 16.0, 14.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 14.0 ] }, + "south": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 14.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 14.0 ] }, + "up": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 16.0 ] }, + "down": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 16.0 ] } + } + }, + { + "name": "Bottom", + "from": [ 1.0, 0.0, 1.0 ], + "to": [ 15.0, 1.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 14.0, 1.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 15.0, 15.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 14.0, 14.0 ] }, + "down": { "texture": "#0", "uv": [ 0.0, 0.0, 14.0, 14.0 ] } + } + }, + { + "name": "Right", + "from": [ 13.0, 1.0, 0.0 ], + "to": [ 16.0, 15.0, 16.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 14.0 ] }, + "east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 14.0 ] }, + "south": { "texture": "#0", "uv": [ 13.0, 0.0, 16.0, 14.0 ] }, + "west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 14.0 ] }, + "up": { "texture": "#0", "uv": [ 13.0, 0.0, 16.0, 16.0 ] }, + "down": { "texture": "#0", "uv": [ 0.0, 0.0, 3.0, 16.0 ] } + } + }, + { + "name": "Top", + "from": [ 1.0, 15.0, 1.0 ], + "to": [ 15.0, 16.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "east": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 1.0 ] }, + "south": { "texture": "#0", "uv": [ 1.0, 15.0, 15.0, 16.0 ] }, + "west": { "texture": "#0", "uv": [ 1.0, 15.0, 15.0, 16.0 ] }, + "up": { "texture": "#0", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }, + "down": { "texture": "#-1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] } + } + }, + { + "name": "BottomFill", + "from": [ 3.0, 1.0, 3.0 ], + "to": [ 13.0, 4.0, 15.0 ], + "faces": { + "north": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 3.0 ] }, + "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 3.0 ] }, + "south": { "texture": "#0", "uv": [ 3.0, 12.0, 13.0, 15.0 ] }, + "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 12.0, 3.0 ] }, + "up": { "texture": "#0", "uv": [ 3.0, 1.0, 13.0, 13.0 ] }, + "down": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 12.0 ] } + } + }, + { + "name": "TopFill", + "from": [ 3.0, 12.0, 5.0 ], + "to": [ 13.0, 15.0, 15.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 3.0, 1.0, 13.0, 4.0 ] }, + "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 3.0 ] }, + "south": { "texture": "#0", "uv": [ 3.0, 1.0, 13.0, 4.0 ] }, + "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 3.0 ] }, + "up": { "texture": "#-1", "uv": [ 0.0, 0.0, 10.0, 10.0 ] }, + "down": { "texture": "#0", "uv": [ 3.0, 1.0, 13.0, 11.0 ] } + } + }, + { + "name": "Back", + "from": [ 3.0, 1.0, 0.0 ], + "to": [ 13.0, 15.0, 3.0 ], + "faces": { + "north": { "texture": "#0", "uv": [ 3.0, 0.0, 13.0, 14.0 ] }, + "east": { "texture": "#-1", "uv": [ 0.0, 0.0, 3.0, 14.0 ] }, + "south": { "texture": "#0", "uv": [ 3.0, 1.0, 13.0, 15.0 ] }, + "west": { "texture": "#-1", "uv": [ 0.0, 0.0, 3.0, 14.0 ] }, + "up": { "texture": "#0", "uv": [ 0.0, 0.0, 10.0, 3.0 ] }, + "down": { "texture": "#0", "uv": [ 0.0, 0.0, 10.0, 3.0 ] } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockSecurity.json b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockSecurity.json new file mode 100644 index 000000000..12cdb25e2 --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockSecurity.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "appliedenergistics2:blocks/BlockSecuritySide", + "bottom": "appliedenergistics2:blocks/BlockSecurityBottom", + "top": "appliedenergistics2:blocks/BlockSecurity" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockSpatialIOPort.json b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockSpatialIOPort.json new file mode 100644 index 000000000..3213accae --- /dev/null +++ b/src/main/resources/assets/appliedenergistics2/models/block/tile.BlockSpatialIOPort.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "appliedenergistics2:blocks/BlockSpatialIOPortSide", + "bottom": "appliedenergistics2:blocks/BlockSpatialIOPortBottom", + "top": "appliedenergistics2:blocks/BlockSpatialIOPort" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemBasicStorageCell.1k.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemBasicStorageCell.1k.json index 8ad1a6eac..6016e9d2b 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemBasicStorageCell.1k.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemBasicStorageCell.1k.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemBasicStorageCell.1k" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemBasicStorageCell.64k.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemBasicStorageCell.64k.json index a737ebc72..d7c428981 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemBasicStorageCell.64k.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemBasicStorageCell.64k.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemBasicStorageCell.64k" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemCreativeStorageCell.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemCreativeStorageCell.json index 0646894ec..9bf5508fc 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemCreativeStorageCell.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemCreativeStorageCell.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemCreativeStorageCell" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Certus.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Certus.json index 9b1602474..32f58a992 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Certus.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Certus.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemCrystalSeed.Certus" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Certus2.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Certus2.json index 69f95da45..5c1d6b7b0 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Certus2.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Certus2.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemCrystalSeed.Certus2" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Certus3.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Certus3.json index 82b520493..dadfed561 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Certus3.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Certus3.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemCrystalSeed.Certus3" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Fluix.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Fluix.json index 0650c5d8d..40b9cf900 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Fluix.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Fluix.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemCrystalSeed.Fluix" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Fluix2.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Fluix2.json index c07e22651..cdeb8f55e 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Fluix2.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Fluix2.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemCrystalSeed.Fluix2" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Fluix3.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Fluix3.json index 1e26f8d11..5e1597a3e 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Fluix3.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Fluix3.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemCrystalSeed.Fluix3" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Nether.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Nether.json index 99f1dd4da..5a5ff1691 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Nether.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Nether.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemCrystalSeed.Nether" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Nether2.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Nether2.json index dc0f22660..d5747141a 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Nether2.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Nether2.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemCrystalSeed.Nether2" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Nether3.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Nether3.json index 69a5452d5..3091b98d1 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Nether3.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemCrystalSeed.Nether3.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemCrystalSeed.Nether3" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemEncodedPattern.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemEncodedPattern.json index 93185dbcd..07464772c 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemEncodedPattern.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemEncodedPattern.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemEncodedPattern" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.AdvCard.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.AdvCard.json index 67a021136..d636e8122 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.AdvCard.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.AdvCard.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.AdvCard" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.AnnihilationCore.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.AnnihilationCore.json index e698b2705..c7beffdfb 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.AnnihilationCore.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.AnnihilationCore.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.AnnihilationCore" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.BasicCard.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.BasicCard.json index 2c773fbfe..3228a1a28 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.BasicCard.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.BasicCard.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.BasicCard" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.BlankPattern.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.BlankPattern.json index 873614e05..830d86f42 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.BlankPattern.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.BlankPattern.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.BlankPattern" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CalcProcessor.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CalcProcessor.json index 4bf92f019..0aeb75aab 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CalcProcessor.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CalcProcessor.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.CalcProcessor" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CalcProcessorPress.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CalcProcessorPress.json index 7d8da15b2..88f9157a7 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CalcProcessorPress.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CalcProcessorPress.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.CalcProcessorPress" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CalcProcessorPrint.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CalcProcessorPrint.json index d56772497..a83657134 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CalcProcessorPrint.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CalcProcessorPrint.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.CalcProcessorPrint" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardCapacity.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardCapacity.json index 626cdaba3..b30649310 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardCapacity.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardCapacity.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.CardCapacity" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardCrafting.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardCrafting.json index ceb5bdeea..af854e392 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardCrafting.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardCrafting.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.CardCrafting" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardFuzzy.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardFuzzy.json index c7cca5277..b25bc2518 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardFuzzy.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardFuzzy.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.CardFuzzy" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardInverter.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardInverter.json index 6c854d126..f57cf48bc 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardInverter.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardInverter.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.CardInverter" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardSpeed.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardSpeed.json index ee0cbfd70..a0556f182 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardSpeed.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CardSpeed.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.CardSpeed" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell128SpatialPart.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell128SpatialPart.json index 38ecc0d50..f65ad3fb3 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell128SpatialPart.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell128SpatialPart.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.Cell128SpatialPart" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell16SpatialPart.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell16SpatialPart.json index 76b932358..d065a02a9 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell16SpatialPart.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell16SpatialPart.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.Cell16SpatialPart" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell16kPart.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell16kPart.json index 4c2963160..1d2b98453 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell16kPart.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell16kPart.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.Cell16kPart" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell1kPart.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell1kPart.json index 8b972741a..f76f90238 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell1kPart.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell1kPart.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.Cell1kPart" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell2SpatialPart.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell2SpatialPart.json index 8dd43ad41..3f21b174b 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell2SpatialPart.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell2SpatialPart.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.Cell2SpatialPart" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell4kPart.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell4kPart.json index c63e718a2..c9c724f64 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell4kPart.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell4kPart.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.Cell4kPart" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell64kPart.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell64kPart.json index 1251e60cc..bde341942 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell64kPart.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Cell64kPart.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.Cell64kPart" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CertusQuartzCrystal.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CertusQuartzCrystal.json index c5b689ded..ccf6fec16 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CertusQuartzCrystal.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CertusQuartzCrystal.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.CertusQuartzCrystal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CertusQuartzCrystalCharged.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CertusQuartzCrystalCharged.json index 9e15e1e3d..cd85e9f87 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CertusQuartzCrystalCharged.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CertusQuartzCrystalCharged.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.CertusQuartzCrystalCharged" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CertusQuartzDust.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CertusQuartzDust.json index f6fe88982..d066ca7a6 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CertusQuartzDust.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.CertusQuartzDust.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.CertusQuartzDust" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EmptyStorageCell.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EmptyStorageCell.json index cc4ed52f7..2a294968a 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EmptyStorageCell.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EmptyStorageCell.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.EmptyStorageCell" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EnderDust.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EnderDust.json index 9ca623129..ffda08175 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EnderDust.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EnderDust.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.EnderDust" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EngProcessor.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EngProcessor.json index 99507aba5..393297656 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EngProcessor.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EngProcessor.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.EngProcessor" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EngProcessorPress.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EngProcessorPress.json index c0360cf79..5c2a3d120 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EngProcessorPress.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EngProcessorPress.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.EngProcessorPress" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EngProcessorPrint.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EngProcessorPrint.json index 06264cb35..7836d2b3b 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EngProcessorPrint.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.EngProcessorPrint.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.EngProcessorPrint" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Flour.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Flour.json index 96075e9ba..905f1863e 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Flour.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Flour.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.Flour" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.FluixCrystal.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.FluixCrystal.json index 00f5dc5cc..8efe15e44 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.FluixCrystal.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.FluixCrystal.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.FluixCrystal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.FluixDust.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.FluixDust.json index c0eeb89ac..41f415c15 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.FluixDust.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.FluixDust.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.FluixDust" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.FluixPearl.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.FluixPearl.json index b1dcdaa11..b41367c76 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.FluixPearl.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.FluixPearl.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.FluixPearl" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.FormationCore.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.FormationCore.json index f07873395..da090e2a5 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.FormationCore.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.FormationCore.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.FormationCore" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.GoldDust.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.GoldDust.json index d1059f901..475a5ce6d 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.GoldDust.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.GoldDust.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.GoldDust" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.IronDust.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.IronDust.json index 075233c37..125971493 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.IronDust.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.IronDust.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.IronDust" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.IronNugget.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.IronNugget.json index d6719c44f..6aa02b45c 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.IronNugget.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.IronNugget.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.IronNugget" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.LogicProcessor.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.LogicProcessor.json index 70c208f75..13491ec3a 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.LogicProcessor.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.LogicProcessor.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.LogicProcessor" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.LogicProcessorPress.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.LogicProcessorPress.json index 6211e1802..4de120a81 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.LogicProcessorPress.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.LogicProcessorPress.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.LogicProcessorPress" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.LogicProcessorPrint.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.LogicProcessorPrint.json index 35486724a..8bf822574 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.LogicProcessorPrint.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.LogicProcessorPrint.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.LogicProcessorPrint" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.MatterBall.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.MatterBall.json index 8faba35d1..ad470ceb3 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.MatterBall.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.MatterBall.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.MatterBall" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.NamePress.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.NamePress.json index 8e1ce2db8..ec2e84165 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.NamePress.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.NamePress.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.NamePress" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.NetherQuartzDust.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.NetherQuartzDust.json index 3994eb255..04225f4b6 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.NetherQuartzDust.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.NetherQuartzDust.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.NetherQuartzDust" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.PurifiedCertusQuartzCrystal.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.PurifiedCertusQuartzCrystal.json index b96a4e42a..2219f8468 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.PurifiedCertusQuartzCrystal.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.PurifiedCertusQuartzCrystal.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.PurifiedCertusQuartzCrystal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.PurifiedFluixCrystal.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.PurifiedFluixCrystal.json index d8fd81ab8..9be66d595 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.PurifiedFluixCrystal.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.PurifiedFluixCrystal.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.PurifiedFluixCrystal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.PurifiedNetherQuartzCrystal.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.PurifiedNetherQuartzCrystal.json index d05b6266d..a7f412c64 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.PurifiedNetherQuartzCrystal.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.PurifiedNetherQuartzCrystal.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.PurifiedNetherQuartzCrystal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.QESingularity.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.QESingularity.json index a63b829c2..cd2c12b5c 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.QESingularity.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.QESingularity.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.QESingularity" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Silicon.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Silicon.json index 4e6f46bb7..a0d8034f1 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Silicon.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Silicon.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.Silicon" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.SiliconPress.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.SiliconPress.json index b1169a1e3..93a645895 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.SiliconPress.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.SiliconPress.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.SiliconPress" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.SiliconPrint.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.SiliconPrint.json index 2ee567fcf..26b3b4917 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.SiliconPrint.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.SiliconPrint.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.SiliconPrint" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Singularity.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Singularity.json index d17cdb9c3..72713b3d1 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Singularity.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Singularity.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.Singularity" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.SkyDust.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.SkyDust.json index 3188fa2e1..382f005a3 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.SkyDust.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.SkyDust.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.SkyDust" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Wireless.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Wireless.json index 740c3013e..5aafce90b 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Wireless.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.Wireless.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.Wireless" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.WirelessBooster.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.WirelessBooster.json index 1b9ffe885..69bac2eca 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.WirelessBooster.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.WirelessBooster.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.WirelessBooster" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.WoodenCrank.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.WoodenCrank.json index 0adcc3427..26c148d28 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.WoodenCrank.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.WoodenCrank.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.WoodenCrank" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.WoodenGear.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.WoodenGear.json index cf408bd98..30a291c17 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.WoodenGear.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemMaterial.WoodenGear.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemMaterial.WoodenGear" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemPaintBall.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemPaintBall.json index 595715621..9b494b8a3 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemPaintBall.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemPaintBall.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemPaintBall" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemPaintBallShimmer.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemPaintBallShimmer.json index 5753dcca1..a1ba26850 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemPaintBallShimmer.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemPaintBallShimmer.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemPaintBallShimmer" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemSpatialStorageCell.128Cubed.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemSpatialStorageCell.128Cubed.json index 80ff85c78..b9687d529 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemSpatialStorageCell.128Cubed.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemSpatialStorageCell.128Cubed.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemSpatialStorageCell.128Cubed" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemSpatialStorageCell.16Cubed.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemSpatialStorageCell.16Cubed.json index 2f323bdb4..41a5ddde2 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemSpatialStorageCell.16Cubed.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemSpatialStorageCell.16Cubed.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemSpatialStorageCell.16Cubed" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemSpatialStorageCell.2Cubed.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemSpatialStorageCell.2Cubed.json index 73464fbc3..cae3dc0c5 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemSpatialStorageCell.2Cubed.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemSpatialStorageCell.2Cubed.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemSpatialStorageCell.2Cubed" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ItemViewCell.json b/src/main/resources/assets/appliedenergistics2/models/item/ItemViewCell.json index dcac9b740..dfc764d0d 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ItemViewCell.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ItemViewCell.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ItemViewCell" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolBiometricCard.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolBiometricCard.json index 0f34b7fb5..87a1506c7 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolBiometricCard.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolBiometricCard.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolBiometricCard" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzAxe.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzAxe.json index e2b0203c8..651fc3c45 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzAxe.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzAxe.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolCertusQuartzAxe" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzCuttingKnife.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzCuttingKnife.json index e80bb352a..1eb36cb0d 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzCuttingKnife.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzCuttingKnife.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolCertusQuartzCuttingKnife" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzHoe.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzHoe.json index f6dcd9b7f..5fb251150 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzHoe.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzHoe.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolCertusQuartzHoe" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzPickaxe.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzPickaxe.json index 765b6e828..a60ba59d4 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzPickaxe.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzPickaxe.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolCertusQuartzPickaxe" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzSpade.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzSpade.json index 2d0b89e59..46d0122a7 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzSpade.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzSpade.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolCertusQuartzSpade" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzSword.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzSword.json index 2b77f706d..5ceca9b6c 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzSword.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzSword.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolCertusQuartzSword" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzWrench.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzWrench.json index 502636e89..70f9ddd7d 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzWrench.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolCertusQuartzWrench.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolCertusQuartzWrench" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolChargedStaff.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolChargedStaff.json index 6ff6efe0c..801dd4042 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolChargedStaff.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolChargedStaff.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolChargedStaff" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolColorApplicator.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolColorApplicator.json index 67a09f75e..73953a8b0 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolColorApplicator.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolColorApplicator.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolColorApplicator" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolColorApplicatorTip_Dark.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolColorApplicatorTip_Dark.json index 847a52b3f..6216f0e10 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolColorApplicatorTip_Dark.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolColorApplicatorTip_Dark.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolColorApplicatorTip_Dark" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolColorApplicatorTip_Light.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolColorApplicatorTip_Light.json index a2747c260..da4a3f35d 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolColorApplicatorTip_Light.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolColorApplicatorTip_Light.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolColorApplicatorTip_Light" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolColorApplicatorTip_Medium.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolColorApplicatorTip_Medium.json index ccda6f55d..60671be91 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolColorApplicatorTip_Medium.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolColorApplicatorTip_Medium.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolColorApplicatorTip_Medium" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolDebugCard.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolDebugCard.json index 07d8ccd68..b8f42d06d 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolDebugCard.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolDebugCard.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolDebugCard" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolEntropyManipulator.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolEntropyManipulator.json index 13ed9641a..1b274d2a5 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolEntropyManipulator.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolEntropyManipulator.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolEntropyManipulator" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolMassCannon.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolMassCannon.json index 04f9da132..7db02c5dc 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolMassCannon.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolMassCannon.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolMassCannon" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolMemoryCard.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolMemoryCard.json index d120c7bc4..36e2408c3 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolMemoryCard.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolMemoryCard.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolMemoryCard" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzAxe.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzAxe.json index 118286fa9..ba8d86682 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzAxe.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzAxe.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolNetherQuartzAxe" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzCuttingKnife.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzCuttingKnife.json index cbd87cd3b..8e7db1413 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzCuttingKnife.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzCuttingKnife.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolNetherQuartzCuttingKnife" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzPickaxe.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzPickaxe.json index ad39a9aac..cf3d8cb2e 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzPickaxe.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzPickaxe.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolNetherQuartzPickaxe" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzSpade.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzSpade.json index c48cd511d..c03b3dac1 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzSpade.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzSpade.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolNetherQuartzSpade" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzSword.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzSword.json index c2ba5260d..5855f986d 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzSword.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzSword.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolNetherQuartzSword" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzWrench.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzWrench.json index 41c5d3bb7..6cf79e169 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzWrench.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolNetherQuartzWrench.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolNetherQuartzWrench" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolNetworkTool.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolNetworkTool.json index 37ffe4c08..403ee0b22 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolNetworkTool.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolNetworkTool.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolNetworkTool" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolPortableCell.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolPortableCell.json index 5603eda2a..39755ae1f 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolPortableCell.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolPortableCell.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolPortableCell" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolReplicatorCard.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolReplicatorCard.json index 43b572f66..7995721ea 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolReplicatorCard.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolReplicatorCard.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolReplicatorCard" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/models/item/ToolWirelessTerminal.json b/src/main/resources/assets/appliedenergistics2/models/item/ToolWirelessTerminal.json index 4e0189d34..ff18faa29 100644 --- a/src/main/resources/assets/appliedenergistics2/models/item/ToolWirelessTerminal.json +++ b/src/main/resources/assets/appliedenergistics2/models/item/ToolWirelessTerminal.json @@ -2,5 +2,17 @@ "parent":"item/generated", "textures": { "layer0":"appliedenergistics2:items/ToolWirelessTerminal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } } } \ No newline at end of file diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockAnnihilationPlaneOn.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockAnnihilationPlaneOn.png deleted file mode 100644 index f3ea5ceeb6034bb886d73c9b46f228a3a10b6b2f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 345 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznU}WH6V_;y|74*%Ifq{V~-O<;Pfnj4m_n$;o z1_lPs0*}aI1_r)EAj~ML;nl#vz#vuP8c`CQpH@&d(|^zuW!=v z_SB5kdLFYaSDT56=`(|JvYxnrzzp^u|30rc|MB&wZ|!?oSUePLE=XMdcQ}rTNku^J zMbFBA8>TlfaJI15^{lMQR8w$Zdf3=(_?B-KSZP6$&)LK7V5Jt8%bqPfV9UtJ#TO%S z`CouT1Ir<1@#7)#92^rIDjxJ3?u`d)`S5(kJbN(9z(9>rj)}>piMe?@_k;!pUxuEZ ioiPp$2|^0fr4x89KF;}lLyLidfx*+&&t;ucLK6TqCvw36 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockAnnihilationPlaneOn.png.mcmeta b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockAnnihilationPlaneOn.png.mcmeta deleted file mode 100644 index 4dcf4d630..000000000 --- a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockAnnihilationPlaneOn.png.mcmeta +++ /dev/null @@ -1,23 +0,0 @@ -{ - "animation": { - "frametime": 2, - "frames": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ] - } -} diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockChest.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockChest.png deleted file mode 100644 index a05c4062607933b6ca6a0c52102e5660fe1a8820..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 325 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#OB{ zx;Tbd_#d5onycAB!1cNN66s{ul?z30JB9z<{HJo3aVm?Tq6#;&`jf)vMeQqk?y8=f z99?;Ly>;KY-`hG5DYXQ!9NY9G?{1B~9ruo!o67 Z@H?>b-J2!%7#J8BJYD@<);T3K0RU|QbLs#9 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockChestBottom.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockChestBottom.png deleted file mode 100644 index 6a87e174a2e43b44724edcf21803e1d38696666f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 398 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdp969eo`c7&i8E|4C$JU|>*4 z_6YK2V5m}KU}$JzVEDzrz|io5fuYoZf#FpG1B2BJ1_tqhIlBUF7#J8-0(?STwbkT} z^;FFb)iqRP8yXr+_0@EBb?)&BqgKU1{tB?AKkW0JSK3%C6BBL^55 z7&r?&B8wRq_?Ce%WBZ+z`3wvU_MR?|Asp9}6GTFSf3kK2Q(VY zk#JGqac}Y9oF%2AIcJxQVTt8IozkR?`BIWg;^ag*7@VeR$yTK@d}Ux@P%UwdC`m~y zNwrEYN=+QHnuXf&^0i%GBCL2dU8LChTQy=%(P0l1_P52 zBV#KAV=Ds_T>~>K1B0(uxz{r=Fi3%H2+mI{DNig)We7;j%q!9Ja}7}_GuAWJGc+*x TQnZkPfq}u()z4*}Q$iB}WkG9Q diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockChestFront.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockChestFront.png deleted file mode 100644 index 4e4e034e91ce4da6ec71acac5fd054d4bae3aab0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 375 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#NOw zx;Tbd_%EI0%hzNe(7KaVT3eAz%Cu?L4nbeuLyJ7$Uzy#1PQ;7VWQ)m9rq72TZ@s*r zZqCEX(>xN&SO0zy?Ju-cb71n))ZdoPc5w9x_wL{us`8DNeBUxz7~cthFFG5XzQ}cj ztcT`a1@_R1jRJ?bi`kNoYF-fe#q|Fib9UMK!hmT@8}*L&x60qxtI`m>Ve*gV%j!4$ zVoKvKyA;W={D7r-!sN7@7mo2HiSbpPY@A!t`0ij%u)l!;o0CR)O>KG zgDCTyxpPk*N?>-_*x)-!!beuTA?e`3gN-^o{j52YjwBRVEx5rj!Pp^!-RE?pVH5Af p<^;k44ofy`glX=O&z`&C3 z=u0%cYGu9Q?ujFrl5C4zy0fx*+&&t;uc GLK6TO4Qk8) diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerColumn.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerColumn.png deleted file mode 100644 index 7cbc3d99e23d0530061ccaa17cf8f3983f66f29c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 268 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=*8o|0J?9FfecyctjR6FmMZjFyp1Wb$=Kb7^F&EBT9nv(@M${i&7Z^5;OBk z^!!{y6v~YCO!W*6-9I~-Gcd3uc)B=-WH>LKwQ;SCy8!FV*?txV!cu1(5>!l5E(A&$ z&0ykvs`$8tdEd64sFL$#`fSE-56{kixz6_ge}8#-`Of?Qf4uLgQQvQS-~Gw%5QfGZ zp3|1I1aY3281g9GsxelN>3lR(+cwsFy4*^Sr8Uzjn8!%oo_R}pT;`zWABu(2Xl2eUrhX=w!NuKv(X?%F#Q~}#*4a>Hx#G(8KkL* zinX3=x^dD&>p{`cDG%N!dHmCTvXX&m<76Fw&Lu(8| zkC^Wi4e{Y@dDvx9Ea%|(-TN5d%918S<&_&WO2m%%xdky!*Ivf5{`q#W$@BY9lvCNw z)1M3e^t*Rop6W68`gy6xz4fbYL>&~$COy?`3}Gr#nfha@U&8e61D~fgEX-{zKizcV zhntu72ft}7Up#6iM>`&!;vliE!}vL)NXh<`Hxs?Ha3)HZdk#H91BRCZ}it*z4ilaK#C7yPM5-7u*6YXdUb_9MGDH51wS_`MH4KK^x{ jmzpUo{NVBB{~3cW<)<#q@;}GGz`)??>gTe~DWM4f>2?!j diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerColumnLights.png.mcmeta b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerColumnLights.png.mcmeta deleted file mode 100644 index 9f04d7ff8..000000000 --- a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerColumnLights.png.mcmeta +++ /dev/null @@ -1,19 +0,0 @@ -{ - "animation": { - "frametime": 3, - "frames": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 0 - ] - } -} diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerColumnPowered.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerColumnPowered.png deleted file mode 100644 index 1b255cd9a2b42dd1854347e907505c77a463560a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 254 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{Qf76f6&`jq&I3=9lXC9V-A!TD(=<%vb93;~Imc_n&&t|1C##(JiDhKBB+ zoy-{+7^*y7978Pp=k{@PH5l+X+XnJ)WPW$*GDoAp?OGAJo7bK_6ct?j-7YFy|9tt! zH!pZ(OM)3MPTJQPd;Ki)7KluEWheS$(r3{lI~ZrxTcxkbex$^}z`)??>gTe~DWM4f Dy3JNk diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerConflict.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerConflict.png deleted file mode 100644 index 52ddea7b5de33ab6daafb30e6b4ac5cf4a8c912a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 275 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{Qf76f6&`jq&I3=9lXC9V-A!TD(=<%vb93;~Imc_n&&t|1C##(JiDhKBB+ zoy-{+82UY3978Ppm-ZR*wHWZQRPwPNHLdwtcj$MKMCPKew>;)(wB7KwIcIdN!j-e{ ze4U(S^ZQ+M-OmLHw=gW~S8T1GAmz%MB71%L?MF;!zqTH|!Rb&uqm^$$sg2MNH}xV7 zrssO?kw4hpe@)$^H-jnRz{Q117jkz^tpAb{b)L76`<(`3nW)B{<|`~bWi~>8jz`o9 Y1a6*uIeY3g1_lNOPgg&ebxsLQ0HRW0Qvd(} diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerInsideA.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerInsideA.png deleted file mode 100644 index 378f14a335d51432acb30effd2d172c2d6ef5973..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 294 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=Bqq2se#k4`DESnD)xXXaMuUYV#fO}&A2XZkXAhukFxc1Bv=;5=X% z!(#WKN#$rX;{^4ohm}11EPa@6ti3CF_iDwTPR{nCermm1+yph4Ke$n%D|F-;QKl3T`eRsz(CI$uu22WQ%mvv4FO#r6pX;%OM diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerInsideB.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerInsideB.png deleted file mode 100644 index 1a984d43c9d4d01688525cb40e740f259312ec9e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 298 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=ER@X<##53tU6L8Y;5xM^QO)RO3yRqG#5?OIJV%C yvBggJcPDLlYfq~^JKe+kpj^0i+qX;Wr6+yKag>oxc+0@Rz~JfX=d#Wzp$Pzudv7TK diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerLights.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerLights.png deleted file mode 100644 index 199dc88cf19a8dad0d69c068ab8a216de4d6b7a8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1410 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznU^u|R1`;{@*pGpMfw4Hq-HBn{IhmIX3=Ayk zj=qiz3>*8o|0J?9FfecyctjR6FmMZjFyp1Wb$=Kb7^F&EBT9nv(@M${i&7Z^5;OBk z^!!{y6v~YCO!W*6-9I~-Gcd4x^mK6y$#7me%W$2HI}dBA`TC6)d_{h+wfQYN&?ppt zxN+Tr1K$fa9AmnFn6ay(CWZNKL4fgD^Rr6dmtR`m-{1e=mAmfm-}|pajek7-xi8LC z+f{(6!)lhuJ4a0s(FwkH`ZK$@O|J9KE);5bHi11?VfGE7A1>-e8BFO@o#kqpuJ4k( z&8o>DC6k-QGJX`VYS0UxhYBu3X{AGPD#wW(4>F<`qx#GHPv6{ zhj%Hk2$Y&=-f0ff&{CMaL;kXec*Z(uv&Sk7XBGKxIhbu!{m|+6O~8l2YHsvb^UZr*6gHi2oPwt^fC#cK&#t{n!2XzjyZQMI1R4US$OBU|$*# z;$T*2zf4o_LX3INF;9kB&T?BCbCSFt2+uvSkaJEbU*!kRxYubp;!7AZ3bw4|EScr^ zMA~%byyB+EO`^I7)-knK2Xr+Y>(o7{nOxz-y^k;Z(DR4Srz&wUy2$!+eP1Bb#dSjM z-Eotntg~LXoweX}C_d3_Ho-TCvu2U7rAg!FQ;Pg{2ea??yloO;;O#RrZS=d`S+iK} zazraq#ok+h12n+T5#;SwD-Gwmh!7$|Lu_x88`C tRvvl&OWkJQ_y2K$w8-N<{r>+MCm%0mUD{H(l7WGN!PC{xWt~$(699D4R)GKj diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerLights.png.mcmeta b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerLights.png.mcmeta deleted file mode 100644 index 3a077b37e..000000000 --- a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerLights.png.mcmeta +++ /dev/null @@ -1,19 +0,0 @@ -{ - "animation": { - "frametime": 3, - "frames": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11 - ] - } -} diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerPowered.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockControllerPowered.png deleted file mode 100644 index 9bac90ae143de8504646aa9767f8f5f954f21cad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 279 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{Qf76f6&`jq&I3=9lXC9V-A!TD(=<%vb93;~Imc_n&&t|1C##(JiDhKBB+ zoy-{+7$$qVIEGmGPo3Pzc|bvcd3UF@MGNz;O}Q-|J@1{l-OsAC&AYVxn$?t`Q_H5F zn9aKP`_b< zJJd28i)Xj9vNZZMFK#$%P#IRz_gU-5XUV@Zb#99izdP(=Dm)t*;UEyScE@(EDKDn0 dE)PG>?ObAEpCGU|jDdlH!PC{xWt~$(69AM!Vfz38 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingAccelerator.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingAccelerator.png deleted file mode 100644 index 25f1a3b65e17a2f8c93fc25ce7639b5a7518d97c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 372 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#NOt zx;Tbd_^+Mh&DU(edBs?VaZ%pItqRCw?PrUMuUyAS(3DtP}$kE{Oasit=&phiK zSq%Feu?>EV0S6x!88J4wYp`7ZyrN9x z!za@d;Ti{)-{Mnnc({Tg(z^M#P1eLMvuy0Ltv|G1&HAKp_|Jb9jY(mXkEe%T_$)qS zyX*pnT`W5uEUccOv7qH~*8=;PYqn|$iVgCDnCI72?={rLY99LNDuD?Axn3vV1{)6^Gx)KWIADGv$EZi}P>53U_<#^gqV?(e&;7 V*K^Ct7#J8BJYD@<);T3K0RV{+U8ev5 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingFitSolid.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingFitSolid.png deleted file mode 100644 index eea53de71eb5743cbc2d0c20562d9cd52a1703b7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 345 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#LQ1 zx;Tbd_-~!;$k(DE;%q5x-S_a6t#_DAtLpY6nx4K>|1UN^Ib%=6;rw7h=j_~ud%rz< z3Uhwjy+HTk4!t($!$OQoQr3{HObA6UN2eHyqUkoNF^9Pw`n|iX~s^I z1m6#44z`TaECwa+%*%iJ0xr}DezzPkK16Q s+Sl;^OlBR7SFAqYIKUMlJ*AMr^;&%RSJ!8G3=9kmp00i_>zopr0J)KO`v3p{ diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingMonitor.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingMonitor.png deleted file mode 100644 index 83027f79304b697d0a75635a47c08f59a97b00f5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 374 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#NOu zx;Tbd_^+LGn)i@_fJ>&@L$?-z{X#|09XP)@s@}Q7Ec&E+DQ8tgg?8o9sC_CAKggt; zT5r0(`BwN+9Y@|>>n0bX{OZ5*HKO!T)(&F&drlx%Wufwnz7j~2*9aYwjb4vW?Fzed>H(p?H zmElUlJMA4ZIz|Z(+aIk__$%deP*UKjh>MTaK7s2jQU@oUm{jzuty}*y;~}w+w}R|u YbxgTDwWa?)0|Nttr>mdKI;Vst0G9-a$^ZZW diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingMonitorFit_Dark.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingMonitorFit_Dark.png deleted file mode 100644 index 6e5c3fa0af3935dd9965f77beaca8067de943e81..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 240 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUVkNE-CBgY=CFO}lsSE{)nRz98d8s7|CVB?eFTQ3nFfh1yx;Tbd z_%A)Nk(0qd;P8Pr`?oZoW*5D9e8HjeNj0q*P9}=8IIKTiBavD@rdiFfcH9y85}Sb4q9e0Q%oZ-~a#s diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingMonitorFit_Light.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingMonitorFit_Light.png deleted file mode 100644 index 5a18ba2a61677b7ce9bad722944ef25cd9620e22..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 259 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUVkNE-CBgY=CFO}lsSE{)nRz98d8s7|CVB?eFTQ3nFffFBx;Tbd z_%H1-*zJKEI|zo5k7Wy2-L)S|vw-yFAJ68mW6TV**Z z^U~>wK9l46Qf7TA$|=##6_kFy;%7|(s~7teK8^RCUm3PE8T_)?_*0F6fq}u()z4*} HQ$iB}ge_Fr diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingMonitorFit_Medium.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingMonitorFit_Medium.png deleted file mode 100644 index 95a8044b4a366ebb115dd351f9c833f5e0789436..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 245 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUVkNE-CBgY=CFO}lsSE{)nRz98d8s7|CVB?eFTQ3nFfe#}x;Tbd z_}{&t$j6|-<9zY%|4Xe_(`q(0Ej}q;&E)7=#bw9|f`!k0dE`Hwn0tMVthu5Z2ntp` lIhTE{PdPtne_hgqEXG%vtZMfy<$D=Grn>sMtaD0e0szt3NHzcf diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingMonitorOuter.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingMonitorOuter.png deleted file mode 100644 index 3aaa5085ba33bc9e8cb39e6659f08e696d6534fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 300 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUVkNE-CBgY=CFO}lsSE{)nRz98d8s7|CVB?eFTQ4i%=2_{46*P( zI@yuyfC3N8XR~~}#p?ejO!hx{F@9O^giS#@nYtkoA&>O5-Gl^9qq5aCRquMeG+y_y z=XJ--t1GvbrLo1ipWV(`bWSnASY^W_!xwzk#ws6XxLsi|P5EBDh;2orf5Yr>HVO5t whFM=(ek==Qz7q3G;m{W0|Nptq3vYNgK|5!;L~phb0|Nttr>mdKI;Vst0IVEjQUCw| diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingStorage.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingStorage.png deleted file mode 100644 index fd723f070b62a5a7165e718a9490d224fb818dc3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 375 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#NOw zx;Tbd_^+LGo4473$8|T)m-Q=F{fbcBT{>Zn5XYH|x_9EduNN&^;go65$5LD?(!_r~ zb4q-`!A&}wa%WE}o;GDti-5|p6$!TIizh~3-zxG!b=JmptZRZ9LJI8VeH$LgaUFbW zvO<=1PmS$dBs?Vaugt_xMbti>QKAxV-{%=E+uUyKE|MMAKFJ*oDv4*SaAJgY; z%pwlc8N_W$_=Q-f6vPOAX+OQ|I7`l#D@=82vvY+CS60@wahK2GKd@ng zT^vI!{MYt7axp0KFxO7=zcKy&_FXP3rp#zot(M>o<}7t-X`Ldwgyr+m(lj@(1aX_! zR>sPz8R7}P4aYsttvX$98QtDIMYin6U+$O*Gbak&U@bj6OH#8jwxD~;_ai?TUcS9| V`I5ZwT?PgQ22WQ%mvv4FO#m|ER`LJ< diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingStorage4k.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingStorage4k.png deleted file mode 100644 index 8a010d1409fdd4c02ebd4891da7e515dc9bafbb1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 373 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#NOv zx;Tbd_^+Mh&DU(edBs?VaZ%pItXIh*p?5~c!jgUI+7}$DAPmaa7j_csz+<8yL zLpH2iJtb&L?roK08mBjTa5x^cS{m}S=-k!@{fj+c;|^G{Ixcs@Si zUReXv3!w*1?e82HH3;=-H~lM!{63?hci!HH`6tt6yTp96u|M2ueU3fhhR58wPk5c~ XG~M7(4f@8wz`)??>gTe~DWM4f{DXVgCHzzU+!lEOzopr00@U!6951J diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingStorage64k.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingStorage64k.png deleted file mode 100644 index c2747925e98ec16ac896fbf84d4782ec2598270c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 374 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#NOu zx;Tbd_^+LGo4473$91tF3vtL(xOg2OzWHn}e^sMd`=-MNVCVx0`fvtJr4@_Cmv z_Ah9fGHFWCl+sw$7KP6?r#IRTU@wkSet@p~!zG%0bvM-EU4~x59`^?%GJm-(q;^~=bVNR!bf|~5!S$;d? z!Fh^xx^3~BnG=PUa2Kc@NIqVE@u&6uwN2|iW+t}Y-+zF0o}{MZPK9}r#>%Q1;&YUq cT3(BrUHsem^*hEM1_lNOPgg&ebxsLQ0HrfqzW@LL diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingStorageFit.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingStorageFit.png deleted file mode 100644 index 8ba2de77eae25f3a85b5af43e453ea231a4ee7b9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 281 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#K1= zT^vI!{MYs$-7)%#hS{+?gP* e`F-Ox#)BU|yl$FSUBke@z~JfX=d#Wzp$PzX-dl74 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingUnit.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingUnit.png deleted file mode 100644 index a418d64e731889f960df2d3720da2bc402a012a8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 374 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#NOu zx;Tbd_^+LGo4473$8|T)m-Q=F{fbb0ouU=?aN?RL-=cO+6LuB#`dz3nJnqB^j z|1@!J%bh%D^QQN^bxtcOvdnxQd9W(>y3+I@E!LXOv^Cj`uSFO{ZPup?D^#>N73}88 za%a>}?ulQ>Fh9$>fuVIVQ_5Q&xyuV&FJ*oDvF7ao`LNX|n|VI}7hd2IchS5 zk8OURGMz6t*IUz6@%f#NJWI~c$`@`CU=zqRO*lJ+;jBb5yVBZYGc_BJuFVdQ&MBb@02lOX(f|Me diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingUnitRing.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCraftingUnitRing.png deleted file mode 100644 index 1cc1a10694b8fa55518a8a30874a5f2c6c11c031..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 189 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|Ravq8eTe3=9lXC9V-A!TD(=<%vb93;~Imc_n&&t|1C##(JiDhKBB+ zoy-{+7%V+q978PplP_Gp{M(R|DNig)We7;j%q!9Ja}7}_GuAWJGc}1Zsz>x3h;uvD#zx47(-UA9eE`j-n*yNfF?=0=eFy_>@UZl|awR?`nycAjW@MCvu zJ+pbApQ?KA`Dkb1Ivu4=QT$sPc9}gtlQng{;Xc;tW$RMs9Smq($mGo0#>FElp=A&< rM_y>|bFKe&Ph(eQFk1dOH&4Ggtkhjlx~W0pgfW0gadJFkNgL)%5u1<5H} z6PTYoefr;BbV*ZTQk7KzZ&|MaPY`o3|0VC8+-(!Z+3aL_LYcq(V`gX$D|MH<_;(ot P0|SGntDnm{r-UW|YNkf< diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCrank.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockCrank.png deleted file mode 100644 index f6e63cc980bdae6b53cb19a66b99bce1d6360e4c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 398 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Qw( zx;Tbd_|Ki_$;ITzL%>znt>+>1sh+GiXvf4wa9fuv}?s=~onM`GR;#(4Wr-X&~o zpnPFVInzV)*$r$$58V=(U)(Fv6AEy6VE)rULrCCtJ?r_^hbK+8_m@8A&m_p1ab-65 uyosGx7!~(RaB3J_%on@$PSfKOyWXAEJ7?7VHf3O7VDNPHb6Mw<&;$TCL6n97 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell.png deleted file mode 100644 index 9e602fd116a2a7e7c6db2f664d6189a80f6f5955..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 405 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#N;< zx;Tbd_%EHL$aly=z_nV%L!d>$pe3Y`p(%@1=pf^S7^eFQ1u~2Wd1oc;IBAkUc|XtF z1zL5RXWIWS-8DDKaIH>I|m(ae)4u)vG+`# z0LBxUUs<>0&Q@WV_x>zHpyoR>@#u4W%nYVB_PJ~ZQYEeb8Ce#F&;M22ndMX(o6eB_ z{-+P)UVWyCi|#p@uigH0yIZ>F&W{ZlIv|mc(@!LS$xqRY;G5<$fuq5l-~0Hd)P_S6 z7gl~{yz-$YpRHn*oAQ#`Vhrc~XERPzIuJ0mbcsd6tq%8{4Gatn44$rjF6*2UngCBt BkrDs^ diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell0.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell0.png deleted file mode 100644 index afce73be4ced90a6f270921ac11b93f2c5a0bf42..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 402 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#JRT zx;Tbd_%EHL$aly=z_nV%LrcrB#YE9jIbdx@ljFjPwv2M&M=NI~>^M1L`^osWvH;Qj zH_y!fZ*|viqn>nk$n~wfhbJ7deC5dbVaJTG?3-VI%YA;?SW=MT{kE!`dpAuv$spPw zV;+CNqR*4*!Owd<0#hH=U5}0|HD)livCm~QkSb~Y&&aYceEzTE&Mc?g+i48x?|=F* z)@m_LTy)RLeC_t1+uhPVcRp>%&;f}&oqi(uV}6Qe1m8552^DH*d>%d(Y$vU_6od zm9->xx(dU*_h%UbHQ$+qYoC71;lO*|e>P(eTkOMn2FDjym;Z}dG%Mh;iR6Ks)po%S z@?8!~R&2lE`#SgE+KZ7vc~%Ni-407ul>buwG~Pr4$;PntNNVu&*kBX^&sp_q8`m|8D&JZ(lOTJ$hn`S53pF)!K(5?LOv)PHjS#H9(A5kihi405(QvZtprawR(~ zH)9Dn{CThBgOyUf6Y`=MZ0vK{T)G&NuU=#BDT;Z#%4RMoq!>J1{an^LB{Ts5Hg}Yf diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell3.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell3.png deleted file mode 100644 index 9e602fd116a2a7e7c6db2f664d6189a80f6f5955..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 405 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#N;< zx;Tbd_%EHL$aly=z_nV%L!d>$pe3Y`p(%@1=pf^S7^eFQ1u~2Wd1oc;IBAkUc|XtF z1zL5RXWIWS-8DDKaIH>I|m(ae)4u)vG+`# z0LBxUUs<>0&Q@WV_x>zHpyoR>@#u4W%nYVB_PJ~ZQYEeb8Ce#F&;M22ndMX(o6eB_ z{-+P)UVWyCi|#p@uigH0yIZ>F&W{ZlIv|mc(@!LS$xqRY;G5<$fuq5l-~0Hd)P_S6 z7gl~{yz-$YpRHn*oAQ#`Vhrc~XERPzIuJ0mbcsd6tq%8{4Gatn44$rjF6*2UngCBt BkrDs^ diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell4.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell4.png deleted file mode 100644 index 7fa921c87a726d9218d072b944e17b9316490633..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 403 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#JRV zx;Tbd_%EGg$aTm;z_nO~m0R0WdD1Ci4yT}qD#mPEuMHc%F~l9v%XsXowx@M}-^qxj zKN4r!|4-dCGs$$lZcu3GwQadV&sVUk9{8N`?Z&Lw>+;s`^GpCCQkt4 ziIsntcCGUkVmSXjtzm`8_u1W3yAN|X@SgXd&Dg^h`>>wD@x|5U|6&%+3bwlwabPtB1umzgKkza>n8{c9K7f3Q^8#?J9(qm z$HPYT|4yeEA1#WCT(U`LZRRYMbAkL`4c9Ne*=V|Z?ftTwv6BTEKfIf~y!P2NBgq9! z6D~jE&bV#n$zXGTHshk8JNf6f&5~tf$f~Hj#gkz2g6lsshtqnyug`_9w!GSPj^W(B z&oh~-;#rhj_qOIm<$uoaJvXW7G2_JukjP{GiN{~uKM}M+MyFFjkfC30THn*t46TL> zf?qSQc=+=k&xep+HxF}NhI#YNn3Y@`7HYj_xO^nzgnPA28v_FagQu&X%Q~loCIBZA BlotR1 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell6.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell6.png deleted file mode 100644 index 72c6c5d01e0d5302c643d75051b74915705984f1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 405 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#N;< zx;Tbd_%EHL%Xi2@ptV}XL%@T_K6DPlRj#H-5*8xmD;|l+FkWPFF1XW}GAn=bcAmEj zwBk0;G=KlP#QJDfROFIPI%_j$shkVs_iFfl@y%A#-MaJ3ZpKa)Wc=`Ma(nHwX-1L@ zm?nIF#GP^5%#*?9{%poYK{jjrx6ORZ&X846cZ(;%m0+m zd!J`ARmHO?x$bSvi^~6;-+OLS(PPGo5g?Jr`V)`8xPKyOgN#n6f*?b`+_b)@rx{ue z7X-g%Uh(kfJ)RFCy>1@nx(xH?n=vc7HZ0V7&G5P_XaCM?w{jU67#KWV{an^LB{Ts5 D==zn^ diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell7.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDenseEnergyCell7.png deleted file mode 100644 index 1e714aef796f791dbad04c9171abc13f7aca76b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 404 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#N;- zx;Tbd_%EGg$aTm;z_nO~mD^i-V#fo{HIokc^*@q@n5;y58Fx#GQ2mfo~65c%1H*% zhM4ephuhmcnI8PS$0IQHQD*VRyN@iG0uFz^oW`)&G5m+TgFw~SmG;wDsD)fFWh?kL z@4U!`b|nGLSGpyat7g|{mrR>7o3G;-NMvqZr;XZww`omJ6FgZu87jVPDA9>$)97KG zdrQE9_x$&?hUHl%PP;N0Km6GuDWJ*J6B@~X@>%}8nHft=7#J8BJYD@<);T3K0RYWf Bl8gWV diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDrive.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDrive.png deleted file mode 100644 index 7ec66578158e7a321dc0d6e99aeaeb072c4130f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 398 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdp969eo`c7&i8E|4C$JU|>*4 z_6YK2V5m}KU}$JzVEDzrz|io5fuYoZf#FpG1B2BJ1_tqhIlBUF7#J8-0(?STwbkT} z^;FFb)iqRP8yXr+_0?9aSYf8Gs--Gxp|5JBtM>o@|J_V-oD2*Mj7i?^F5L3hj~rlN zVBjq9h%9Dc;9Ca5jO}+;<})xb*n7G-hHzX@P7nzR3JM7dN((4tWOi?xU}8{^9?)no zN5Vyc$GydabC#5fW=X8yj#A5mI;BY&^Q9!0#L0&g8n8glbfGSe#I8VpQA zjEt=ejI9hzbPdd`3=F*4 z_6YK2V5m}KU}$JzVEDzrz|io5fuYoZf#FpG1B2BJ1_tqhIlBUF7#J8-0(?STwbkT} z^;FFb)iqRP8yXr+_0@EBb?)&BqgKU1{tB?AKkW0JSK3%C6BBL^55 z7&r?&B8wRq_?Ce%WBZ+z`3wvU_MR?|Asp9}6GTFSf3kK2Q(VY zk#JGqac}Y9oF%2AIcJxQVTt8IozkR?`BIWg;^ag*7@VeR$yTK@d}Ux@P%UwdC`m~y zNwrEYN=+QHnuXf&^0i%GBCL2dU8LChTQy=%(P0l1_P52 zBV#KAV=Ds_T>~>K1B0(uxz{r=Fi3%H2+mI{DNig)We7;j%q!9Ja}7}_GuAWJGc+*x TQnZkPfq}u()z4*}Q$iB}WkG9Q diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDriveFront.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDriveFront.png deleted file mode 100644 index 4e9bd62a2b0eb0d54e9ae155e466957eb41861aa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 442 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4rT@h1`S>QUNSs54@ z6p}rHd>I(3)EF2VS{N99F)%PRykKA`HDF+PmB7GYHG_dcykO3*KpO@I2IByq5LX5U z1~)q+M{9joTSH?#)r5ou4Ha1z8v`v>S#33Wc^Pq68+{#BSuIsLb!9n4S@Hk>|Jz(y zsm;K^z*rLG7tG-B>_!@hljQC0A~1CmuMPtP180FpWHAE+-!c$pY`?QIpMinF-_yl0 zMB;L5Zy;ZT0f#g9uE>%dzwd{c{M%5w#?$%I6uXX9T{#c^t(QCq{po*nBD0(F$pt$L z`=r~n_ZKWX(R65H(DPo=qt6<0-ktSq%YVKLIwr~ N22WQ%mvv4FO#mYmfk*%V diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDriveSide.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockDriveSide.png deleted file mode 100644 index 6c7e4831f00092a2dd623bf67ad9459ea03435c6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 438 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4rT@h1`S>QUNSs54@ z6p}rHd>I(3)EF2VS{N99F)%PRykKA`HDF+PmB7GYHG_dcykO3*KpO@I2Acq%5LY)l zBS&j}S6f44J=KPW1`QQi7aIdDRoUF!Tx~UZc^Pq68~v1&6klIo2L}foRaq@nIdx?@ zMOpFx|NqBGKKjhSz`&T~?d~GXvpZ%Q0|NtRfk$L90|VbO5N2$@vofE7fx+L?#W6(U za%ztwUxNY9;h+UAh6%F&>vcr8=S(ZwxP~E(O=stP(Hkts*EJnb6q(UgtoKUwNjsOk ztJrpj8C>$*?zJs{0s_+ z8kkub7<|3Ty`F)AK?-C;aDG}zd16s2LqK9?UWuNcYluRbv7V`(p@G4dqJ<0$3=E#G KelF{r5}E+&YkM&O diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockEnergyParticle.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockEnergyParticle.png deleted file mode 100644 index 57477c6418ffa9585aa64bc5d1a6e0d05c0cd71a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 242 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z= zDP-6EdX;a(F*$|f3d4qH_wD~(t^fIL`M(pb_6g1&W(-Sa#xNgfYcM%v(tM=Dh=FAS quVSPzPlJg<@`?`{2N-yG7!)teEcjL}d6$8Kfx*+&&t;ucLK6TX)lkI% diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockFormPlaneOn.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockFormPlaneOn.png deleted file mode 100644 index 631f561fd7412d2d101a44d53ea64bb6d31757b8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 306 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznU}WH6V_;y|74*%Ifq{V~-O<;Pfnj4m_n$;o z1_lPs0*}aI1_r)^Ak4U9V)k1G1_r4T*NBqf{Irtt#G+J&fW*wa5hJyShH zL-)^4<_ruB>pWc?Ln`9lp7rKpRuo~q_@;h;6GxK93rCKh8P>bQc;)YWmRq~^VzvD0 zt5NQnsT>>}PZ+F|=W&DR>$$tG8=hxnVL8Wg@3@MB15-NV{9_>cIm3N0ozAcyO#eKv z-;k4If`gfXu^J;4WA-+XjeghO%Qe h;sOF3jISz~7^SN>Eu6G3kb!}L!PC{xWt~$(69BWqT?haG diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockFormPlaneOn.png.mcmeta b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockFormPlaneOn.png.mcmeta deleted file mode 100644 index 4dcf4d630..000000000 --- a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockFormPlaneOn.png.mcmeta +++ /dev/null @@ -1,23 +0,0 @@ -{ - "animation": { - "frametime": 2, - "frames": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ] - } -} diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockIOPortSideLights.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockIOPortSideLights.png deleted file mode 100644 index e2c0b18c8b52b2f813cab479f51a8c3192268d47..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 241 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#JKq zT^vI!{Fk0M$jM;9bNIl!{Uu)W*aTNyDd2w{a#g&C&5e0+AfH(orDkzisV oCBeQoqtMJiN`klN{i~QF%m1>gf4f~~U|?YIboFyt=akR{0Ez)fApigX diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockIOPortSideStatus.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockIOPortSideStatus.png deleted file mode 100644 index 5087140d447d394a065521fa60d0a0b071e686ff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 385 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#J>k zx;Tbd_%EI0%hzNe&|1xHrew$^W%|fJrgNFvqjlR8PP6WMWU)6jb=k}yCsS9CeFsY7 z;^NX1-XD*&&)>?Sa$}wfB#tZfNgd+xJp*Qo$V2~(rjVKAuPb(=;EJ|f4NX*PD(aTFMQ83Xn&@=9N zHa&oWf#JNTi(^QJ^V>6lT!#zZnnYq6IFx>Hfsdik3BBzr?)cAV7Pz$!hu+A2PuWhe(s`d))`D^{2d(=*D@qG95q$a zSTE|p_-y&cf(5(67#u#$6XRYJsm-7etgxYIEklD(;DKLTnHY>(8D?MOO32G&C@#(x i%mG=L1!k7~m5$Y3u~l%+!)68s1_n=8KbLh*2~7afdVHAx diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockIdentityAnnihilationPlaneOn.png.mcmeta b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockIdentityAnnihilationPlaneOn.png.mcmeta deleted file mode 100644 index 4dcf4d630..000000000 --- a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockIdentityAnnihilationPlaneOn.png.mcmeta +++ /dev/null @@ -1,23 +0,0 @@ -{ - "animation": { - "frametime": 2, - "frames": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ] - } -} diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockInterface.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockInterface.png deleted file mode 100644 index dccd04a41793bb1775960db6df4e14451bb1115b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 430 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdp969eo`c7&i8E|4C$JU|>*4 z_6YK2V5m}KU}$JzVEDzrz|io5fuYoZf#FpG1B2BJ1_tqhIlBUF7#J9|0(?STwbkT} z^;FFb)iqRP8yXr+_0?9aSYf8G>fqpzl9HmODr=#yYNV_7|Nnm*bIooB1_s6?Z+92o zZ(9<-GB7Z37I;J!GcfQi17XJYJ1g@U7#JcwT^vI=t|upmgaieJ1O=r96f!cqw@olH zC`b=D`GTRzOr1@Tzopr0H_ps Aw*UYD diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockInterfaceAlternate.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockInterfaceAlternate.png deleted file mode 100644 index b100ea882fe54de958f007e9664d29996bf433d4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 350 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWHrDUy2qoFfgq1 zba4!^@LxJPny*(p_K`f?iI#6BRUPm7XxP>zubw!;awl`(-Y%Px zt#J}|Pa8M?eXh*S#hsliB(Qp)=86yZ;+bskrwJ7>LFLD^$NR zc{NxDEaC8b-yq#%$a1~fv7}{2gWHZ;_DkApW?$=I(sblAEE?sxKS;4N>@&WRfB*B&b=MxU3qG@+roH&eF$M+(22WQ%mvv4FO#qklc9;MF diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockInterfaceAlternateArrow.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockInterfaceAlternateArrow.png deleted file mode 100644 index 29b48950d71bb1426ca27c02dac1c67b3c6c9b75..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 347 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4kiW$h6xih%orFLSkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWHrDUy2qoFfgq4 zba4!^@b8@z%Xi3tr@4A!r?{0sN2tNa&nFTsIF3J@QL|RtYL{q|Yt*Y-#bRgQ{=RBa zarNttnb+prTxWg!aU$FLg69`5@8xkQ?kr1_lOCS3j3^P6rIsj|=owhQ_?pSU zz@*~o;uvD#?>qTs(d7UEm#_ch8EpidWjt2g;Oi7$QNishroSoW=Cx<4esxJNjP*i4 z8k8=zzHDoIn)j2*wl_#WKMc_lQ_YUZ9Bhbxx6zcE!;l>5im4d0D< zLY)?#Inl(j;PlkVljel9%{r>|W%t^e_P^)+-!&aheBRgF@MVEc@$Fo1{gtmgW%T#> zoU+jP{rmUqi@Ps+s0zGkJT)(U=G&_WPHnsG6jsH=A@ir~%Vf9hvv|2D_^};p)5)K- z$+_psULFG%2?wE|vbS$GvtIF;ez|0Af~D(;yPDMxQzkGxo9DK8+x6EGn+tOrjkSwa z&(2<~aEyD##9u-$pYUz{aZ^yeVXjmrkBUGLU!=m1`vJ$V^c@eEe|Yt2Irj`rgqN<`uj`i!X_dK2W^M}&W>lV@@2Brue#Ccc%GzmRGjA$Q z=WThjW!ui?e>OdP!_0&XJT0Dg9sT}0{Jlx*Of%lY2c18PFMm+?{~lZOKHJy66B;-J zPI=@ftoZHs`&`qbP0l+XkK2oE`4 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMEChest.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMEChest.png deleted file mode 100644 index 9a6c4e8c550d414bd95013248dca872d9de9cfca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 212 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|Ravq8eTe3=9lnC9V-A!TD(=<%vb93~dIr`nzGgBo zFobxzIEGmGFFkF@b-+R3@PXg|mz(bpRLfcD&6CAboc1jIb>-!%dtdC{81zn-T~@g1 zu!&#UjAJMHE?eA8lv20$d7RRoIR_&7arw2+%f5a&TgfotXTqs>me%JP7#J8lUHx3v IIVCg!06~{a^Z)<= diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMEChestItems_Dark.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMEChestItems_Dark.png deleted file mode 100644 index 2ab98bae0ebea697ddce8c905795a216ac1352fc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 232 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|#yzJ0@noWnf?sD{+k|3C>R|DNig)Whh9@%q!8$OD$0_(KE1q@imiy zfg!`w#WBRfe`)tY&I1NK%$xtG+&i_^-i?brSL$%1YKgY-`U9U>bo@662(G`fE`Ls? zlu%jLb@OvJyqwlsUrVRYYh!Vek44ofy`glX=O&z`&C3 z=r%`o-5w1_p)zdusJ;Gl4>dYkF?*9;5{44$rjF6*2UngBJLQz8HW diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMEChestItems_Medium.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMEChestItems_Medium.png deleted file mode 100644 index d8789f24b1f5bd8c568cc58b37d9a7020e19625c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 223 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|#yzJ0@noWnf?sD{+k|3C>R|DNig)Whh9@%q!8$OD$0_(KE1q@imiy zfg#@0#WBRfe{HWf7lR>(bM=2?Z9YA&z&}^~#QBp9P6|zoZ+X^oVNL>HnpkT`(AtD! zGLammksIW#43hhDu4bRvqkEyfZ_@$&R4LwNH@d8|ishoXsk%QMSOcEv^7 WJiJ|x-Z3yRFnGH9xvX~dIr`nzGgBo zFa&tIIEGmGFFonVb-;j!`QX3*m-Vbvo)}!{;ClAptFiHZ12YNf9{EkR^ZQkU<3UvP z&3)&OPg*IQ>}(jUeylBNnO_g@QJ=XI(mlM#sz2{xsAE+-dg0Vm1_lNOPgg&ebxsLQ E02^XNKL7v# diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMESecurityOn_Light.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMESecurityOn_Light.png deleted file mode 100644 index bd7939eadd9c998812d4b93cb59f625fc1a9abe2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 223 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI{?CrS=Tx_85kJEN?apKg7ec#$`gxH8440J^GfvcQcDy}^bD+De9dHF zV2Jm0aSXBWU)t@+#o)+u=-L1I?_RB)C}*{~QGsjTs$Wkn?pgGiKij}4FOpfcj7_@h zP6L0JiEVH*uWQ}`cGp?+Rvv6qGJnvlsw^=YSFfe$!`njxgN@xNA5MoR; diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMESecurityOn_Medium.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMESecurityOn_Medium.png deleted file mode 100644 index 9f45ae06008b3d42afae13566a97d88e3e0e0ee2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 216 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{Qf+YiEw7OcT43=9lnC9V-A!TD(=<%vb93~dIr`nzGgBo zFhqE|IEGmGFYR*VVld=j{{7!Sx<%^9xx~%9JVy+*mF79TY`Da@l=&3%(_68JSf4fq z#aW9s_q_WzBj8l_@}vnD@5&2%RlW`3G1~Pz*-3N#+*9!ZRtx_4t>L|XN|vwN^JqB( P0|SGntDnm{r-UW|__;@e diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMatterCannonParticle.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMatterCannonParticle.png deleted file mode 100644 index cc08db3e7cb54fb611c3715c599975e6cf3fae9f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 297 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWHrDUy2qoFfdel zx;Tbd_%H1XzB`htk$CFfcH9y85}Sb4q9e0Q?|kvj6}9 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMolecularAssembler.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMolecularAssembler.png deleted file mode 100644 index da2668d04cda46fed3c98be72299bc90427c86d3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 269 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{Qf+YiEw7OcT43=9lXC9V-A!TD(=<%vb93;~Imc_n&&t|1C##(JiDhKBB+ zoy-{+7&<*&978PplP_Gp{JX#B>C>lyKTb%@mbuZeZ=apTx;1ND9x6Xxu|h+{u8WaJ zg=r7lpWom67c>?yJN#p^BiK=qq+i3KO)a1FsaCuv22{}#JszyPozQgyW|m9kLlVcHXIhPIe)tB2~XVe zkI#Q5bSE5De&NAbd{p6pUxZ-%!$fz1-9~G6usR9YpO*A#IC8j8p)5EfA^gHbrVWqm zns;!#EMk=`lW3a%Xy%9LKQ{6?f@>;RWHl4kNwD1D)PAIG^M)fSyiIhw1IMFu%Vy3A z6*mNrrc}sT-mtOBmMdIIp1Rv@6E3O|~szW<1ys|JxId z$#;p(`P&nXBjT68Ju#Di8%LN;Q=f=II1kgC7SWHQpdi#f+!d|B@^SN=gDf5(@0qu< zm9ffdGHAau?&zMN7d|1eT`}Tb|Nj}UjsB4zARji${5QORjgmMK|L9X8WPhIQbaCeN z^|vP^eO`a3BqU}`{|+|9{@=+fVh6k2FHB^5*5%kRcZ1TtL!iWz8d1pIqEI)@cm_jf zyR74zWfu;tTcFIEaI}`KQ1H@IE~7UFET4~m^q+C>*#EeP&ALsZ{R@;?&xkfNSSPyH zw1Tvp+VDt>!|{(!x&fmQD9!sWY>ahu=Q_~!o9B_z67TuPm+$9UHr45xsku4>0|SGn LtDnm{r-UW|M5dA$ diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMolecularAssemblerLights.png.mcmeta b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMolecularAssemblerLights.png.mcmeta deleted file mode 100644 index 3a077b37e..000000000 --- a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockMolecularAssemblerLights.png.mcmeta +++ /dev/null @@ -1,19 +0,0 @@ -{ - "animation": { - "frametime": 3, - "frames": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11 - ] - } -} diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockPaint.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockPaint.png deleted file mode 100644 index 57beaf07c18d8702dcb3e928f0ac563df1313e32..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 404 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#N;- zx;Tbd_%EGc%hl?@)3UezIj6`$<`v=sE&|fsx;k&yi1ZtrKY9DXuk{uN66KTgCs%|U z9Xrsb#9%#N%lGn6xdO$gCsoT=t$Je8m;9ynKi`2At@Fhyo=usvp6p+jeR9s>Y=>#7 z62}Ye{yVoNIs}RceU9snS^wm>-K=GT9JiN??udP{lH+2M_#r(xM~h=(3ntw5TcmMF zvf-Lv&abFMiBpGmt&4t}klj_eEob66KL+6!i(9wla@(by7Tee$Fe`aVs%9tGgK+mP zs^66wVg(iiRDbn(<2C))tJH8u0gu=1-M{tD|7Khiu<_x6s@wGp3=9mOu6{1-oD!M< D*&CSH diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockPaint2.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockPaint2.png deleted file mode 100644 index 5f273dc709e2045fa2c69f84e6b06af94d8676a8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 386 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#J>j zx;Tbd_^<6Zcjd;oT*|uyb8@=54dt4c4WHrdfJ2>M7h%Jbv!a^TH>SBU0x*->YZ!ZsTV5b>~Fh kb}cg4w^l<(=_tF+8rFn!3I}o-7#J8lUHx3vIVCg!01+^Xi2wiq diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockPaint3.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockPaint3.png deleted file mode 100644 index 3902d375567d13eac9b02dca387560fc57130ca2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 393 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#MDP zx;Tbd_|Khe%h#$P(6YDwIqx2(k4$PMCSoGf%0eXi51e+7kbCg?y|0ntJEP5yrFL6q ztUYYer)X=}zSYdFfltoZ(E3x>1#zs*bJdu}r@Ffe$! L`njxgN@xNA2vJmy diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQRingEdgeLight.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQRingEdgeLight.png deleted file mode 100644 index 3fbfb59a0761b18783b7a80a8523c156d7693336..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 256 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#IRP zT^vI!{Fh!Z{u`0+o9$nyr^^I)8OK$IZ0>E zC!fq&4iY@F^|r6sf;{t^2ih{6OcZAc-0!}`xVQI@_8&{9cm@Ur22WQ%mvv4FO#n?G BP(lCz diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuantumLinkChamber.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuantumLinkChamber.png deleted file mode 100644 index ed25eb2747be2cf44171daa6c7cc45289eaaa30a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 297 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWHrDUy2qoFfdel zx;Tbd_$N!)9EkA$YOg7=ikI;M>;J#M*`MF9|Mm92t3q3mB+HK-AEg;CF{BzPWVbNx zVN=LH##$iN@FpjRLCyaHw?adngwgy3j4x&--cvfo`l7LIog_2r~;jWtyO%DX}W|03$Oq!<_c+DLa+Q_cAarFnGH9xvXNt(JyDfukMn6UrMV-dL3djCDA8;p)WUdY~m9>d2VcjotPFTT22Yon`Y@7Tv&=@AuaxSZMb2IJI~Oea=- j6FKsNrTWd09rf+4mv`^|^uFr;|8IEGmG-<`CPtHFSW_49xGmrwL9)Gj$anK>`5_``!~E!wTutdt&I73;d< zey281GiYM2{W@OPS53#5yRJxA=C&$rZB-I&f9cQXkzs!%an*&KMUJ5-Z+^NW6{7vc g-@wQIz#EoA?b93HxFyeFU|?YIboFyt=akR{0G{norvLx| diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGlassB.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGlassB.png deleted file mode 100644 index 51ce1f7d62ccd2347881d701f6ada967bd3694d8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 230 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|#yzJ0@noWnf^CDshb{3C>R|DNig)We7;j%q!9Ja}7}_GuAWJGc}1Zsz>wtW;uvD#e|DlFUxNY9kx&2ce`HeIci_eX9)+qM;hbVRm8)u;rT!}!TX$ZQ zvKQIhSbF<-;X}4*kuf_O!(S+5E_84`=N-JjZb!W^YgT*QET*qb`#PDfIyGi3bl4iO epiboxgHMmmq}?Yn3mF&~7(8A5T-G@yGywpjrA<@- diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGlassC.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGlassC.png deleted file mode 100644 index 640b0beac5d31ba6f604d984df6b9d413417037d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 244 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|#yzJ0@noWnf^CDshb{3C>R|DNig)We7;j%q!9Ja}7}_GuAWJGc}1Zsz);}n;uvD#-`nHJ)!@K$F^P^IBDX$iuVLUm{c5d|Lc5iGQo5y@UE%rB5HNy!$m`$3~ItH@kddCLAf<*)M$k tshwZU^xqbRvD*rhZyxJaepJDbb70Z^AMe*4U|?Wi@O1TaS?83{1OTfTSdst$ diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGlassD.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGlassD.png deleted file mode 100644 index 7844580746086a86b8901d0f3c8dc0a98a711481..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 243 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|#yzJ0@noWnf^CDshb{3C>R|DNig)We7;j%q!9Ja}7}_GuAWJGc}1Zsz>x3h;uvD#zqb1z=K%vA=FR`hWEW|Fku+a;;zr+Yez978PplP`o#{-3{QIoI)LZLcIGrtfI$dQ;CP(A?<5U^L@kNPKS&^O-M= zYypp$HpFc(KEaZ(S7bNC8-63kqlpf(`T;oy8jdmDXkhGReZ{h9+NwA86M}UbB&KY1 vkT}Ms$&fg~hNt;RZ;9fop06SQnHf%0$4CVq)6QUEU|{fc^>bP0l+XkK2M|%8 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAccelerator.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAccelerator.png deleted file mode 100644 index 01f89df107af8350c1f9dc83870702bac3c9c937..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 646 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{Qf<_BTMNk5sFGB7YmmAFQf1m~xflqVLYG6W=M=9TFAxrQi|8S9zq85+8O zb~0yRU}ExgaSXBW&ka5~?UsSSmZ!WY8w|VIH{VJyo;kDUzDoVk(~1v0icTozpPTdZ zmRI>}$vIC07EHTy_3GM5mrZ!}rgNvg0~dlkdwKm7a0J@uE) z1DSKB6@`1_QXl{Bpa1E8Z29*Y3tV?UF9=n8aEd2w?xb0TI}XoT<@Z-sEzYre>72QK z>Wu2^udY^ou)y2k8~2ibY>@>AR5T1je%iCdm;{^7dHhj>rRGMG%E|s2Y^J}`8W*~= zoD$k%G5`FfuEU2P+iicSEq0JwZI|03ZZGWr6>jvHJa=^Juur_}kbm0j{;j%d!5 zy{&hu4=vg5zN%c}CDX3y&e`0TXJ7s&mYkKoVEUCLP1n|hmGg2Q$QgY8cBy{;x{EI? z7Zs!lrWjn5F`W3d+C?DeJ(p4F%>!#Q16q07Qp-49SSKEvV)Nmo^uJf@9{3e(I2q?# z*%TLJ&$E1*q4Jg4iXL}GW&S->2=Bji$Yg~9$M!`IlXG%CiXtv36#Mw7 z7ALeCnM*yZUtf4k<)4#)E5CuFs{3#IeGeDCkzO7$KhH5+#Y`~%_J!z4DYLrE514FW ziB(^B#dyxC&HRhKKP>nrv9shm%Qi#hPA<#r{gZc2y!zB|YeM?QS!VCn{qMVZs^@lb znkvt{lU;ibo}a!^Z6=SI%zV*%vqPRG`CfitUifpZO-FI?Vg?2V22WQ%mvv4FO#p@C B7>xh` diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAcceleratorOn.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAcceleratorOn.png deleted file mode 100644 index b2e260be8fbd506dea23c5db09dc85794478c16e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1573 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznU~u4IV_;wquKhlZfq{V~-O<;Pfnj4m_n$;o z1_lPs0*}aI1_o|k5N3SKen5wTfkCRoHKHUqKdq!Zu_%=xATcwqM9Rp) zNr!q>_f};T`&7SJc*^qmpRMuf&oUDy@7OL=`=g;U|M~3vXJ@6ux)*WGx2tvXegEjh z561d`AFVgV2{+!0csSG0{jkKt$H(h0nonc;mKfh#U-R!zq}ab-zvX}W{qtLA=-5-? z`*?-Vfr*l5qEt;&w|CoiMQz=EV_U^q(BE=mw=T*#4B^W%eK(8V1UbJAa&yWr!y z@$Fp24^|wT1Z(zl&gTqj=Xm3M<&NE}Z<0&RCM>94^I&G7qT6AqWb4b$Ctojm;rhXd zw_=`?*=G0Gil?Ud-LqaIVl5QH!PmRd=nG?3nE$7Gr{goee%tWynn+M-iutz(!Z#=L z2rfCawQ1MI@U}X))~+Q6I>w#~S{+x^pYQSAn<&3lbPXrlshd{HJ7v8b1yfGkJU>bJ z>XIpM7r9*Q4vXgS`Xy-cFJW;ak7{eys{TFFT}=Hc)sd6lxP_cx+qSuOCA0RFU4e%3 zHpiqU-|#(n?3msrJ|3hmHYwryi-jvL-xS`_D|xW3OU7QkbaB}9(<05*-B*v4efoagY`al%>D)-p=IkPu zy$7#Pzo<5oC(q(u_nMt9&l2A3R?2uKJZF}oW)%@Yvy{^H_9v< zW&YK9)D`t|CLPI^a{pT;Co^Hz-7hT1MZO-GnQ&k3;;o2pla^mFkJkc4;qG%B*5``1 z-0^<1JK4tca6X4c#%Y`S9TQhQvN_&Z-KS9BwA@T^Mwh~|EV+V@7UvUxsruc?e)IeJ ziXX`#pOi(o)HMtkd$)I8b~UzjK5e=Dik|8VL+y&Zd!2%}^f%0(opgNuf>-?yo;yit zaQ(bvxR!sT_e+t#dP`ThH3*cP6+d-B|KgVAljIqO8%aOzFnTiH?z?#G+3Kl+=0fIz^0$M3h2JV%srOBl?^2h-&Ccb|M7PXbtLHXp zL9XA^_iLRVn5Bi7xo;8&N8kUt&ka)zcBn1CB3)A}Sv%?EgSN+eC)Vmuw3PV0j>GDg z=(20)mDY<~aJbm69TSmnxFxRha_`sK4Ye%_(+=O~Kj{z4c=6|(JFaZmtIea4^(0QQ zL~P5pDSMx2o>^nw)zGWrcsuq&={^Vj;&y}0OE%j5X=`Zyw&wQ#Y?ZQo?o)QUE;Vtx ztH>m^<79f+=Z5a%mFM=FOQhF1N!(c^sB=+6H$bmHFsv3=b|u5}l9#5lIKaWJ)By4G;*c}B3+)`nwyc28O0WUw(#+j+n9@txED zXqWUXO=yt$>&^Y+sIs}k%oAGCE)!<17yY7R8p8fdS2RnpHF2gVQ=sFL)S`74OY?SI z-r8h(aBfjqp69zsK>;k$Ph#{Y3SV6ky3471k@?)20$aXl@{0UQNY1$H%@z2J%`{(+ zi)oVV6pu~Y7dY_=PRm=uwZ(D@Q$qzO2puxj9#0N3UeB%vR&KN6&lSU2%2)eVYVT zo^>auR5h>HPj)ksyi>4ed%-=g6ux8o`ros|k&I54(jWE%RWip9A3QaSfq{X+)78&q Iol`;+07>uGOaK4? diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAcceleratorOn.png.mcmeta b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAcceleratorOn.png.mcmeta deleted file mode 100644 index 935410988..000000000 --- a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAcceleratorOn.png.mcmeta +++ /dev/null @@ -1,11 +0,0 @@ -{ - "animation": { - "frametime": 4, - "frames": [ - 0, - 1, - 2, - 3 - ] - } -} diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAcceleratorSide.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAcceleratorSide.png deleted file mode 100644 index d98c1c4ac5f4eddc308c54ad17f956d7f5543efb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 655 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{Qf<^y3yhkXwn85kI(N?apKg7ec#$`gxH83GbB^GfvmTtgJfjP*?Q3=Q2s zJDD>uFmZdjIEGmG=LY-c-*ON*o2TXFq;0_Rd85cRwwUQ6D}F6pvHYK$3+J-~jLr@# zTC~&a-kv@aFh{{+&9&Dvzn9&ceRH(|&&C+Nz;MN!Z*q$-axDDZFzqvQZq&TXjb~dq z=FIPS9Fdg!e0qY!Y=Md{q0WSj5fA)+YTSva@i3ndtoo!>xNp-8AGH;)1opk#Clryr z@ot`={ywYidBe>jXBOvu4_5&S>;f%T8l0Uq08j%;mKe_+fO&GPK=$*UW~K zye|=hEam=zN(CNV5IeyEHQr{d*Fqkm+{Oq%C z*Op2oPqMu6w(LVt?aD_M??q?TI-mA6&A94+ugP;Oi*TD_9K(UOqmA8i&MXWJ3=E#G KelF{r5}E+8vLT`X diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAcceleratorSideOn.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAcceleratorSideOn.png deleted file mode 100644 index 3b90a175c53ed444a2ab20fe8373e110bd7d14ee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1409 zcmeAS@N?(olHy`uVBq!ia0y~yU=UznU~u4IV_;wquKhlZfq{V~-O<;Pfnj4m_n$;o z1_lPs0*}aI1_o|k5N3SKen5wTfkCRoHKHUqKdq!Zu_%=xATcwqM9*d$zh7v2^>C>m1*jO$-_-`G9%$xtd*RNkU+E?>) zdfV~zANdZuckkZx?9C7PkBRryr+T@Ht!v+=u`HbBz^uZPJX=+ijAK-lGlKJ$shrC> z-D>sd@V;QF9>z_(96#oVow#8Cz<%kmpg-I*Tz<4>i-adqd1=O3?=Tf}+I&t!*p5pKw{3VcCKE5eJq%D9_|t zE#q1uC)Ja)EN<>K1-bsyKaH&PB|bm-`Sa(`C+79Xqdv^3y-_aIxOUbi#v=tRd0&YLn&Tj`Jd|o3a+3i$BS?_6B=Yckbl&z~0gmz1vm@ zR_p(5$cqhKyHQj5t_F(gu=H8wB z7WY>%Oi8!ZI`>s&Q4)*o!=>Kea(w69Ogq0j zmF~u;7k>q1on7x3n9ITN+2p~D%8LtjE@;&`lMuIf#lEWx>h`n6-{hacq14R_mtmV6qXFwbwPw9{t$Rd- z!!y4e3%g?Pm;E8(?}5oJ7Oq)t%TIQpQ5|5c~Lva|R3U#)V#cPaYj!t|O&+dgWS8b}=ztL&63 z?Y+N5e#6@2Kku$DSO^Z=PQJNwKW8Xz@!||U;(B;dRS?%LPH^s@-Z5vXp6GMiB4*#hwAs@CDod7>|7OfKVAFWLeaoLMjazDa|I5U@U+wXA z-VLve+S5DSYo#o*q8Vl^=XB3r=lw81Qhar5_v_dcHvVh;Hedb9(&nwc(7d@&GIjO=?NZORi&|zs%4y!;dcCK=>H8Z0 zzhB~;&NcNh%$jtF^9vLA9?6D-vL^EK4A!|z|4*6q+$l@ke$w8aqn&!Dz57H&Z&&c< zn=n4uTr;8W0>>9n;+;O>H(#4*#L*T0SDS=0?Dz4@-DmHA-+cW0!TmdKI;Vst02}3k!2kdN diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAcceleratorSideOn.png.mcmeta b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAcceleratorSideOn.png.mcmeta deleted file mode 100644 index 935410988..000000000 --- a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzGrowthAcceleratorSideOn.png.mcmeta +++ /dev/null @@ -1,11 +0,0 @@ -{ - "animation": { - "frametime": 4, - "frames": [ - 0, - 1, - 2, - 3 - ] - } -} diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzLamp.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzLamp.png deleted file mode 100644 index 08ced73fffff852b4e77c07f73212b4b6475d9ff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 232 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI{?CrS=Tx_85kI(N?apKg7ec#$`gxH83GbB^GfvmTtgJfjP*?Q3=Q2s zJDD>uFr;|8IEGmG-<`CPtHFSW_49xGmrwL9)Gj$anK>`5_``!~E!wTutdt&I73;d< zey281GiYM2{W@OPS53#5yRJxA=C&$rZB-I&f9cQXkzs!%an*&KMUJ5-Z+^NW6{7vc g-@wQIz#EoA?b93HxFyeFU|?YIboFyt=akR{0G{norvLx| diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzTorch.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartzTorch.png deleted file mode 100644 index 4c61b6ddbbc7909a33a16cfa2bd0f460ca29eeac..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 824 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfTL!|6?RQq@GcYhnmAFQf1m~xflqVLYG6W=M=9TFAxrQi|8S9zq85+8O zb~0yRVA|s8;uvD#uR8g3zEGgZvFHCk)f?#b6uv*VX&d%p`&wroGUh~F&rOC8Ub2#7hyg%aLRavaM z+k0*@>$}iDH#J1=X}*(+4!`o!9YHKPvvUnMP2`#o-Vx7vZtaq zpnR!I^*Z4{ph((CU@%nvPY;M+7X|OZ4ki zwJ*l6X2{;OFW^$+&ABJ#azu{TKRL4{eBQ}~qA5i;*mX4h*Tq{J*J3nZOzJeB>O5`P6u$Ru8h7WMmMSRZ)GA-uFY@|Mw8j-4&dj*7 zuv0=Y3ky}7cJJ{Od(e6FJWtBi!W70hhlE$J3%(mNe^Ja7zT&X+MD%w*DZv~U-^KQ9 zvXRGQoJ=m}F&~RGhO(WA8eD+Rns4~BDUgEXD zwqCAlN()ZEY&2A5tvz;P$~`gns;Tczt(r9L@M6#0jHZB%cXtLgNZ&czXHheKgUOTS zdwcsf#^x`ZK69RqJkxY3b?;1`&OjgIbvBEQ@2izg-xPC>M+)~TIThNqnmS)i z_h0kdqMW_GWbxb^0oD(v+1*aw+wr4HDC=e5f`!K!>{P67E&pr(;>YqU4$&*K_j3NO hl3kHy9dNP!?~b)R87WUK85kHCJYD@<);T3K0RY<+cAWqK diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialIOPortSideStatusLights.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialIOPortSideStatusLights.png deleted file mode 100644 index 596f5846677a60bce3028b2113436414079de738..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 250 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#O@f zT^vI!{Fk0N$jP9{!y5Q|z4F>6>)yW$WiR~jLBYqvZIZeKZx5Rr^Ww&f2Qm^&45TE& t@6KKI>sak})=%>GwiX8=g6~s(KBxS(YT}=(z`(%3;OXk;vd$@?2>|giN^SrE diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon.png deleted file mode 100644 index e6314ea8159151e20fc77f1167263a1bba259743..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 304 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|#yzJ0@noWnf^CDshb{3C>R|DNig)We7;j%q!9Ja}7}_GuAWJGc}1Zsz_7;C#WBRff9>RGu0sX_uA3)5>R-9&#-gLg#WwZpSnck#oXAi%=$3oK+${tKg=UTHD=yJ|*&NkS|+=JnflGBA#_PUnHoTDJH3)BE#YmdKI;Vst E0B(44O8@`> diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_dim.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_dim.png deleted file mode 100644 index bc821d2cde5941fcb34fa61e1fab185f8754f00c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 267 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|#yzJ0@noWnf^CDshb{3C>R|DNig)We7;j%q!9Ja}7}_GuAWJGc}1Zsz|ijL;uvD#zqbD&XM=)(o2)`c!vcG!YL?!MPPvzabT0|@78D&ixV*M0&0g-s z-1m)sF1r>S7JIRw^@&l>W`)W3m43?1O*)Vw=Ge{_67fgtc%9pq9>J2h#+Wq0l1UAA z0Y1Cdt0$G;Ui>+K!Ef$eDS}g0Gl@ACwEGz@Fo<+i=d5Yui(YWJ>Ikc;YgIApm-Uwz Q7#J8lUHx3vIVCg!06ZLB9{>OV diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_end.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_end.png deleted file mode 100644 index 9149d271e72f3faab7802d7c9c97a6f55a26b1db..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 268 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|#yzJ0@noWnf^CDshb{3C>R|DNig)We7;j%q!9Ja}7}_GuAWJGc}1Zsz|i68;uvD#pKM?r^1uG^vEKihnwtL`8yY2eg19dwuUY=9zC${}X(i*bUs)nj z2@VSx)22u3l{4O&XG$od>=QK=PrE^15%z?*imI6;w^N|gS6ZTBhbD6tw-m7|suZLGhiLQLr Rz`(%3;OXk;vd$@?2>@V)S1AAh diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_end_dim.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_end_dim.png deleted file mode 100644 index a96c993ee1985e6f7c41ecb94ed9d772d7b7ac2b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 235 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|#yzJ0@noWnf^CDshb{3C>R|DNig)We7;j%q!9Ja}7}_GuAWJGc}1Zsz>x0g;uvD#pZw$he|s5k?cIOaAD){bnoyJdzS^MeW8$Y1Rc^czrVK5CJP#gD zXVwk~E^EndN}M3!!MB7hlE01d29M)4pDBz6&Jzqb$!wCF!`5J6c2=Qh4f|1sB7-o; iAcHW+M<46i82)9qt$c7eb~OV71B0ilpUXO@geCyBiA-z& diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_end_red.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_end_red.png deleted file mode 100644 index 6c99af8b31e2b16de90dd612300949b2b0df5480..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 235 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|#yzJ0@noWnf^CDshb{3C>R|DNig)We7;j%q!9Ja}7}_GuAWJGc}1Zsz>x0g;uvD#pZw$he|wp9j${AXA1*(qnDD3ma+E>a$HY%3s@!-bOc`1Nc`iJ^ z!ld0XxwtXADRF{?2j3F5Nd7j)8$6EJe5NoOI8QL#B(q6w4qJnP*;$32HS9+jiVVUW igABqPAAPK6W4L-`O250NWfcPh1B0ilpUXO@geCw3f=nd< diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_red.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_red.png deleted file mode 100644 index 9b6729e8b84b851b390eddbdd71e25e272f52335..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 266 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|#yzJ0@noWnf^CDshb{3C>R|DNig)We7;j%q!9Ja}7}_GuAWJGc}1Zsz|iLD;uvD#zqWrPZ-W63%jKX=49ph{Sb7|Ibx&X1AY3eAIccf?4-dnI7MdH2 z)m1w@giBsD^4Y3PUn$LM`O9|F`HPxtK52p_84j(v5l`k_@0e%UbWVH1X`LoNp$qI? zo<(y7ci)zqThDwp{(@@vf*8>a98K0GU5u?KxvV@NaDxncJ@Es>+knphcFa{v7#J8B NJYD@<);T3K0RZUvSrY&N diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_spanned.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_spanned.png deleted file mode 100644 index 7fdd568809cbdcf107706ced682d92c7ee5723a7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 198 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|#yzJ0@noWnf^CDshb{3C>R|DNig)We7;j%q!9Ja}7}_GuAWJGc}1Zsz~JQR;uvD#pKM?r^1uG^vEKihnwtL`8yY2eg19dwuUY=9{z^lm*@2cM<}aEi u2SVa|otSwvOb+B6;AMCz`-yGEe|CnRnMYsG{Ou2N2!p4qpUXO@geCx%0zTXT diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_spanned_dim.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_spanned_dim.png deleted file mode 100644 index 1e0ce032c23d0089849326fcbcac4309f984bdb4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 180 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|#yzJ0@noWnf^CDshb{3C>R|DNig)We7;j%q!9Ja}7}_GuAWJGc}1Zsz+m9%;uvD#pZw$he|s5k?cIOaAD){bnoyJdzS^MeW8$Y1Rc^czrVK6ayb^3| df6^Hk;>sr7->1oC%fP_E;OXk;vd$@?2>?M3H3|R# diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_spanned_red.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockSpatialPylon_spanned_red.png deleted file mode 100644 index 954b544ec240008abd9eb587252cd3a1d76d08b8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 180 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|#yzJ0@noWnf^CDshb{3C>R|DNig)We7;j%q!9Ja}7}_GuAWJGc}1Zsz+m9%;uvD#pZw$he|wp9j${AXA1*(qnDD3ma+E>a$HY%3s@!-bOc`3-c_rA` d{-iT7^ybc&e|}2VmVtqR!PC{xWt~$(698N9HPZk9 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockVibrationChamber.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockVibrationChamber.png deleted file mode 100644 index 4381c6f139288b436aa668428157dd71a2d99d9a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 442 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfTL!|6?RQq@GcYhnmAFQf1m~xflqVLYG6W=M=9TFAxrQi|8S9zq85+8O zb~0yRU^Me|aSXBWkDctvcf^2$<@1`DMKPP+2VVPM-x8>}wSA`Z@dn?^3F@am-#N8u z%OVY)*`~MNB)T8@Ea?{-YSyN8uyt~UPq)Cn9G3l^??zJklc z&g^;MRE{ZUmc=bv_4=2I@PWE251vQ+l}rT txFcijeqlYGB7YOc)I$ztaD0e0sy*7tndH; diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockVibrationChamberFront.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockVibrationChamberFront.png deleted file mode 100644 index 0ec54535154709b2543e252c9685c2530cf5d22d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 548 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfTL!|6?RQq@GcYhnmAFQf1m~xflqVLYG6W=M=9TFAxrQi|8S9zq85+8O zb~0yRU|ito;uvD#A3Mo?-Jt}Ymd(!u?kKo7UQk@1^I~p*P!~gC$>RJ8i}!5b@bBP_ z$CB2Li!W}tn2}N_BfaDP`~L?$Cvlk1KKtnFFO4o83BGnSx&GYkw{O<%-~P2KxBc+J zw9PYpmj`=az9QG(Zad%qcHVZg`RCtO*xY(qBIIcx!80XBZ@SXW9J4H?0|J3Q!P8O? zegAzoZ~JVKQ%o#JvbF|Y{#g^o>{X$-tTFB0>#wUOw8pJpE-xauA(`2F`e|4F-X{vq zl1FYh)?Rp7GUda`6$=_4nE#vjPAuTV&zd)1tN!X-$=cd9F-h&h372n^p6~pWcku1U zr2PR7%A7SDW7jlJJh}9Q;Y4F6zX|+5nu`}UG<@Hyl#b^9I z*RMOUO;N*NOZZPX8{_>Bjv1$%B6vEpwyrub|8dyr(1h>-SP~_)6w1yl zm2p16_rq+(L{=3gd8WAIPdG&a-1`!Ynip$q(wDmR|Ga+1d=mx+1_n=8KbLh*2~7YY CZtfNU diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockVibrationChamberFrontOn.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockVibrationChamberFrontOn.png deleted file mode 100644 index 9257adb779b6f2cc136eb4f277f69374cb1b0d26..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 579 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfTL!|6?RQq@GcYhnmAFQf1m~xflqVLYG6W=M=9TFAxrQi|8S9zq85+8O zb~0yRVBGKN;uvD#pE@ZrkI9k8<#&_8o7F!O?n{1iZLo-);(AJTQcUubGpm=mcYR9S zs`;j9s_nV}jfmZMx20{)eDbyGum8Q5B~!$^kG|pk8YnU|du!CSw`I8-BW@J!-14#{ zYxUJrY|V{df7fl&))FyY%+ID-bRKOu_Ltc~5a{cbDI#;qx|1Rigkd?l1^KDsG zCQCC0m_ZQ7xBmV@VuJ2x>q&MMZ7TgSj?{owWjH?avFH5?Vre0~cWtPGk? f^7Jh_QO6kh*DUw`2cNAB3=9mOu6{1-oD!M<{ju^> diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockWireless.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockWireless.png deleted file mode 100644 index d09b2aecc11865eadedabecc37c75f5130c311e2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 252 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Ms! zT^vI!{F5bE56eXuxBN9v`S64P=_EdfS*a2xC(RR%c8UI%mXbPQp78tI+b7Z={{OGv z!R?SUiNS-J<8X|_HpZ0Q3~U-)%#RqDnHgNG?S3qs`mU9Mfq}u()z4*}Q$iB}mG(;8 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockWirelessInside.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockWirelessInside.png deleted file mode 100644 index 65a39ecd7d9da2b828c8681f193cda03fa1c0516..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 490 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=5w%J?Ec)zFcP`m#Xe}dVk#d+?_Go`igho zofiBsZSzW{_g|~-=53D_)v}P`^WU-k4$})08NS;UHhGILuE^Py-@Q>;zu{#`l;`x* zOA}1?bH4cfH*VXEOhys$gsoAgOcOGD&i6579AcXwU12`^?5f8J1{%Fw3HN=RelZAJ zEJ&N%aKwW7M@4=0#5D@v_!Ul^WMo+JVs-Z0&+a$=)E-FMxZ%qk><|1h z6Yl=3`NwY1dVWd^!>>u9#RZlA4C!ho^7xiDtd;(_ZC%>rlS`8H8KQy|CcX8#G1FmP zr_VY;Aaxqxu_}8wsMwZ!tZZy z|4U0roiI;0+9jI6+|a<-=E-CrJ|UOk3~PYi%Z5b;4rOL$Jd8X%3^EdF@2^k44ofy`glX=O&z`&C3 z=qM&oalj&X0kCQP9)HF~q{Zbdq7#VFv-%(imBXy?O!x6VJ`9p01cT=a59Q z`LPKO9tKVmq$O6HX7Anjuc~aVNdMJyfBu)32LxU(U9n25G3v63TjaED|CVoN$QOuv z@tWn7^LZu>x%yupzSZ*XfBW;~87<*}%iCE4BDPOAxcw#Z=3mL37uvg)H(dR9I-o;* z@yUnJTt#&G9zOjm;=FBstc_~D`HC=&v$K*piWMA6`@bZZfAGDV@~_b7Pv#mMVH4#J z;{YY?B+e_}jW4}Dz*G{%XX{jKYk44ofy`glX=O&z`&C3 z=)hob9)j&V9a9>``>&%ns2L zss$D@vlv7i%$D>wsJ@yb{V`GI_^k|uVAg{CIUWC*>=vXpJFcnjVc4Miy7&>_Gj9dw z#10mL*@voG&V2h_JJ)Q(lOB!@dhHqWthk@t&HJuCAwH3pLvi8rGwl59xGQ?P?}#k44ofy`glX=O&z`&C3 z=PZ!4!3;*2U(|pYaJgYM-4IHEkX8!p9|II6@$y?qe z==wdj@euo#dCqW|^kIR|AvKCEr>=jEtu^d>^11BzA-;JA6KZC~OyTsMh?Aso|+RSl;L#(~wYOtMnAEQQF*(Ht@huF_&M(<|ezPX)a#Ugk6 z^-&^wPAu+o_!QsK|B|(9q3tf+9exL@7m9OsTbz>IHgpl z;eOjWnF;I56c)~T@XPpOy6b_`Z!ey_I&kaFcmDX_)3;qr^7+YLB+Tcfb9|{K0|Ntt Mr>mdKI;Vst00}IpNdN!< diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.CableAnchor.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.CableAnchor.png deleted file mode 100644 index 2615c94f006c3a2bb337786fdc71761e20c14f55..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 457 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=)hob9)j&V9a9>``>&%ns2L zss$D@vlv7i%$D>wsJ@yb{V`GI_^k|uVAg{CIUWC*>=vXpJFcnjVc4Miy7&>_Gj9dw z#10mL*@voG&V2h_JJ)Q(lOB!@dhHqWthk@t&HJuCAwH3pLvi8rGwl59xGQ?P?}#W_r3f zhFJJ-op6!!fC7)pW)J({*IhSFeY|7oTTb?sF-sQMRxI$WVL5wu_M$15vewGZxyti` zNzKfN@$hfCMkV2%Kk7fa4%#&xE0xm^2;O|mR9QsfTMLt^wdeywmEgvx?k0|`tg^qt zp@Ij_nHGi_FW{bW;{*%O`)ZahAA?OAAIg~bEwp0}IUD1}z`(%Z>FVdQ&MBb@0P1RE Aa{vGU diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.CableDense.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.CableDense.png deleted file mode 100644 index 3e3006740db0bffd2c5430e79ed40ad3624b2cd1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 300 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#M0i zT^vI!{EtrD$a_G6hb2-ab(hYeFrNcr({5b4=#-=Qr0~r_?7(8A5T-G@yGywohm|^Vz diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.CableGlass.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.CableGlass.png deleted file mode 100644 index 78ebee7c409fa5cde0594e1d7281b1cc99ad5ae6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 394 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWHrDUy2qoFfiQm zba4!^@LxJ%Bd?PokBc!Q?^FHEh=aCI^#w(PH?RsxZ(xY7tC*&@Yeqog$@|kkKTY~C zCYbx1CA7kF&bHrQuUdY{t6ws8j@C?h^_4~f;k+^SI~qCXH*A&`SSNp{#c;>m`E!~7 z$0*(ul8CwHF5Xzn)Zey4O*uG~;n)GwQ-2)2+@6|Bg`6`!_x{V?ud@uCj&IeUlW^^V z>hXKx|LR%m>x25Prazcjn_O7qX2Ql;<72?w7zL5o!~`7CK*EeWk>P`R5YM3;sS} tQ@hhp!hGm!^Xv^gN3L^*C@F+v*Zcc*UCzL lE*)Q3Ol_aqGCtEUzqb6#lZkgc85kHCJYD@<);T3K0RR=~UdaFe diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.ConversionMonitor.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.ConversionMonitor.png deleted file mode 100644 index c5c2a4c1edaa8f868bb93b8996ca72dde1ea2609..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 244 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#LhU zT^vI!{F5bY9K1un?cX?0OJcV4s^rwe8``?w)UPmOVeoXA$-)@6_3#0PfCR^xEC*MJ qXQVQ$ThhbZe8p)iuSG%v1B1S`(|pxhdlm);1_n=8KbLh*2~7aX^F)mR diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.CraftingTerminal.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.CraftingTerminal.png deleted file mode 100644 index 5c35091fce4f35640d0db7a983d7841c1169f988..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 259 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#M;* zT^vI!{F7hwL^=u{)AHbIGu{%C`d|9>%BGDw7g~jx@no+!@$a|+g9>A^@Szh~8@YrI zHD6%}NH}<-<--c`j8ukoOL};luOvx0=pEDYu!%d!z_8x5yXeaweO?9z1_n=8KbLh* G2~7a^a8DQj diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.DarkMonitor.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.DarkMonitor.png deleted file mode 100644 index c5c2a4c1edaa8f868bb93b8996ca72dde1ea2609..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 244 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#LhU zT^vI!{F5bY9K1un?cX?0OJcV4s^rwe8``?w)UPmOVeoXA$-)@6_3#0PfCR^xEC*MJ qXQVQ$ThhbZe8p)iuSG%v1B1S`(|pxhdlm);1_n=8KbLh*2~7aX^F)mR diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.ExportBus.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.ExportBus.png deleted file mode 100644 index dccd04a41793bb1775960db6df4e14451bb1115b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 430 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdp969eo`c7&i8E|4C$JU|>*4 z_6YK2V5m}KU}$JzVEDzrz|io5fuYoZf#FpG1B2BJ1_tqhIlBUF7#J9|0(?STwbkT} z^;FFb)iqRP8yXr+_0?9aSYf8G>fqpzl9HmODr=#yYNV_7|Nnm*bIooB1_s6?Z+92o zZ(9<-GB7Z37I;J!GcfQi17XJYJ1g@U7#JcwT^vI=t|upmgaieJ1O=r96f!cqw@olH zC`b=D`GTRzOr1@Tzopr0H_ps Aw*UYD diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.FormationPlane.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.FormationPlane.png deleted file mode 100644 index 35a66ca667bd3148389a75d9684b9d7cc841a3f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 397 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|Ravq8eTe3=9lXC9V-A!TD(=<%vb93;~Imc_n&&t|1C##(JiDhKBB+ zoy-{+7&$#%978Ppb0^>KJ7mD)^7;S&&Tp(YLL2S2II5~&UO9J@hq6uI@#z-2+kfu7 zx=XHN|7$aIdHWwGe@o-ncK`TXcO+@LkBEld`Ss_PA75M8X>7r4%g7cw{agLs_%@fw zn!kT7Tl6A)1cY*FMeJgTe~DWM4fgLb61 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.IdentityAnnihilationPlane.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.IdentityAnnihilationPlane.png deleted file mode 100644 index 5d5fbee482d2fe37ee5f11275f3e0346079126ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 391 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4kiW$h6xih%orFLSkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfI|#yzJ0@noWnf^CC~=J_3C>R|DNig)Whh9@%q!8$OD$0_(KFC9?s+yn zfPsOL)zif>#KJ#z(nh{R20SjGT|4|l6%ID7kdT-l;43a6;M4J6zVe%Do`coO=Ra!7 z<}S&um*1r$Gwt!p{qM!ae^h=}klA(e$16=n71qyNJ_gq}&%ds}l39jH`$6-^Ld(A0 z{!?13?(9>YnknSm>m)Pr_Ve4fmN9u*o|NJ=w&r@bh$`7Afw62-lc`-aE4 ze@p*VbxbKTx~hBC?n9WA72`o0p-u(S&3Zwe*I7DlDlGZe(^$Iwd4cwY7jbH_)`=_E zB>IJ1SDWmgW7!iMZso0&;r;C6>tD)G<&;iOd)8;edsna{_T^rN)@zPIM+wz2cst!p6csux@uj`E|$;0z`)??>gTe~DWM4fH=mkb diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.ImportBus.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.ImportBus.png deleted file mode 100644 index f0efb7c6a829602e5aafce2b88ff169a42e24b9f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 350 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#P-h zx;Tbd_%EFt&DX3T;Ci#;W&e$1%Vu5s^6_L+1jp&b=~t}JO02!U>dRvl13vX~g;~X= z9wOw^tr7{T=3 z_Gz>NrvbZgf_)pO*!zUl51w;8KHR{W(z2iRjp&6l3z()Q^maDvJtUu$D#fr*d&Pad`TN#we97CqLR(B^`gIuw1_lOCS3j3^P6*4 z_6YK2V5m}KU}$JzVEDzrz|io5fuYoZf#FpG1B2BJ1_tqhIlBUF7#J9|0(?STwbkT} z^;FFb)iqRP8yXr+_0?9aSYf8G>fqpzl9HmODr=#yYNV_7|Nnm*bIooB1_s6?Z+92o zZ(9<-GB7Z37I;J!GcfQi17XJYJ1g@U7#JcwT^vI=t|upmgaieJ1O=r96f!cqw@olH zC`b=D`GTRzOr1@Tzopr0H_ps Aw*UYD diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.InterfaceTerminal.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.InterfaceTerminal.png deleted file mode 100644 index c5c2a4c1edaa8f868bb93b8996ca72dde1ea2609..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 244 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#LhU zT^vI!{F5bY9K1un?cX?0OJcV4s^rwe8``?w)UPmOVeoXA$-)@6_3#0PfCR^xEC*MJ qXQVQ$ThhbZe8p)iuSG%v1B1S`(|pxhdlm);1_n=8KbLh*2~7aX^F)mR diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.InvertedToggleBus.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.InvertedToggleBus.png deleted file mode 100644 index 15a033b307c1aac8d9082a1d3394c406d464746c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 444 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfTL!|6?RQq@GcYhnmAFQf1m~xflqVLYG6W=M=9TFAxrQi|8S9zq85+8O zb~0yRV6^abaSXBWkG&K*>5u~t^MyPAl_qRxQ_X3Az4E!{*Os3JH}kwV$w)k_%sc*g zqby&0nce)^b^GssuiAVwWbRHLd*9&bX-j$K^rw5K=v-y042L@jdfaa8B%C5tx0bn&pgKzx!OX z4NrPFHt4ly%(LQt^8E8p^$GEbyc~)PpPympU&me1(|t#*>6Y2T@@fB1KL5NjQruxm z@qWb((XCc|90g}x|95z7TQRXwX_8E$ai4d?)U8!H>sj|Gu6V3)e-%s1TQde`E{1Q{ vnGVia`I^PC;nlA+g(DmaPkQdxW!eXr3D>PKdohWDfq}u()z4*}Q$iB}KFzkG diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.LevelEmitter.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.LevelEmitter.png deleted file mode 100644 index cb07b34deaaaad8504948b0aa8555134d9aeb4ae..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 236 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#M6k zT^vI!{F5bE56iU}8vOarkfbragyGT}&rU||ur)vKU%23~kMZ{QeD(Vc|NsAAoG^)D jSK2RW2loR97#N-jTmC-mQ8$Z$fq}u()z4*}Q$iB}PF_eE diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.LevelEmitterOn.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.LevelEmitterOn.png deleted file mode 100644 index 747af2a9bd8d3b43e6bb7f547b3b1bb9136b75b7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 244 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#LhU zT^vI!{F5bEn`Qr`Cj8((6rh*Mu;k-^UWIq+mjyO3{$I}gvHn!d#(6Pk6*eRt?fTEl r%lkx{p~RL=jWghE!$BSi35L%Mt~U}Tgt8bI7#KWV{an^LB{Ts5D2zsz diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.Monitor.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.Monitor.png deleted file mode 100644 index c5c2a4c1edaa8f868bb93b8996ca72dde1ea2609..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 244 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#LhU zT^vI!{F5bY9K1un?cX?0OJcV4s^rwe8``?w)UPmOVeoXA$-)@6_3#0PfCR^xEC*MJ qXQVQ$ThhbZe8p)iuSG%v1B1S`(|pxhdlm);1_n=8KbLh*2~7aX^F)mR diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.P2PTunnel.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.P2PTunnel.png deleted file mode 100644 index 08c32b198e4e01289a47dd1d49223ff96b63d13c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 274 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#NZ~ zT^vI!{F4`O?I?VF?El-_+y9%Jhy1^P;X;FW^Oc4xOf zT^vI!{I5>l$a%nkhh^`)ZI>)=1wG_G%=*WVOWdSexzP?^l#LhV*Z#lTFpVSCDV@`zv)Jl(L*JeCTUbmA i4Bq_sdp_hd!@5^!V}|YAt)Z(^3>)V@c{cCf zvpFWq*A{W>>J~2Ynyah&o;PZ33&(xkn#Ywp96i%+EGbs}a*Y2luh=#<*T$uM<}+sN zJ8j7h61Xpu7of_m*=7598>9d1Yn*1;OM{9s8Tr_OslT_LWz~5A*&w`{7^ljmO{0!=}XVQervz UZN@S`1_lNOPgg&ebxsLQ08$aTlmGw# diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.SemiDarkMonitor.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.SemiDarkMonitor.png deleted file mode 100644 index c5c2a4c1edaa8f868bb93b8996ca72dde1ea2609..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 244 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#LhU zT^vI!{F5bY9K1un?cX?0OJcV4s^rwe8``?w)UPmOVeoXA$-)@6_3#0PfCR^xEC*MJ qXQVQ$ThhbZe8p)iuSG%v1B1S`(|pxhdlm);1_n=8KbLh*2~7aX^F)mR diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.StorageBus.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.StorageBus.png deleted file mode 100644 index efa98de8840a1abcc777bc4c2dd737bbe00bb2d1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 342 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Nm$ zx;Tbd_^+Mp$kl8h;94wLcsXO`ii{OyGY>yeu=LB5{Hv_ILiyU3ZuY`6HvcSEtWxS< zc2PSyT+U*(y?kVdMaBEc4H0{9H_171YB-(N%NqnbmNv*?TCUKhh(p@=y)`;=+6zDa-OG7 q=RkT4L&f<8_pYC|z5K$0aq1ztu#GDxTwq{eVDNPHb6Mw<&;$Tw4s?G2 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.StorageMonitor.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.StorageMonitor.png deleted file mode 100644 index c5c2a4c1edaa8f868bb93b8996ca72dde1ea2609..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 244 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#LhU zT^vI!{F5bY9K1un?cX?0OJcV4s^rwe8``?w)UPmOVeoXA$-)@6_3#0PfCR^xEC*MJ qXQVQ$ThhbZe8p)iuSG%v1B1S`(|pxhdlm);1_n=8KbLh*2~7aX^F)mR diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.Terminal.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.Terminal.png deleted file mode 100644 index c5c2a4c1edaa8f868bb93b8996ca72dde1ea2609..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 244 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#LhU zT^vI!{F5bY9K1un?cX?0OJcV4s^rwe8``?w)UPmOVeoXA$-)@6_3#0PfCR^xEC*MJ qXQVQ$ThhbZe8p)iuSG%v1B1S`(|pxhdlm);1_n=8KbLh*2~7aX^F)mR diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.ToggleBus.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/ItemPart.ToggleBus.png deleted file mode 100644 index 2615c94f006c3a2bb337786fdc71761e20c14f55..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 457 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=)hob9)j&V9a9>``>&%ns2L zss$D@vlv7i%$D>wsJ@yb{V`GI_^k|uVAg{CIUWC*>=vXpJFcnjVc4Miy7&>_Gj9dw z#10mL*@voG&V2h_JJ)Q(lOB!@dhHqWthk@t&HJuCAwH3pLvi8rGwl59xGQ?P?}#MADx zh82|tP diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart01.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart01.png deleted file mode 100644 index eb2e0d23e445201a5472e157ce25e11b78000598..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 469 zcmeAS@N?(olHy`uVBq!ia0y~yU~m9o4mJh`hEOZZecfOl%`>}JnkMu{wex-!E zOM6ppZ8&bwFMPpv`h0^kDWozz>Gl;wnsY*Jrc&6Ba1-cAfrCPRzPcHg!CtMI?IBGR@p2Vk& zWvm7n+zm-{z5ID9O)fJ@Y+-fS=(kk8&1P06BhM|S1rf_H2|LT3t#N1MPYk=T{ed^g zqWZ+XUv(Rs_OZr$`SbklaF1qqzn!VTOSwPoUo7LxoqvzGl|m#uX!k16czuXBHtV-Au;nra g(AJlaZ0Zb%7 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart03.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart03.png deleted file mode 100644 index 5f050f28e322d25878d9c1f89552a6c14b7b3d12..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 558 zcmeAS@N?(olHy`uVBq!ia0y~yU~m9o4mJh`hEU?dw`qlfjJw~UR!eps61vkwSswu@wJ>< zb;hm~83)NyhT>zh*1lJ9nApRtv6wI6T*T(Db6GSd6*8n=VLT(5y=~uQ23Mo~f(LqM z@;`nKG4oOUjMjbfH4^sEcdl9}UU7wS%D*0l2_DZ18CSgiB+Pwj)rV5i{CkS)9|xAk z`sjPCPP!1fr?P!dpZnEP!@UY?yBxzmK9l_)_;FRw)eont^c$j2JTbq(ZR@2LyY_R; zRgg<6cFQ7IB)gVxL622~B^g2Uf|=>YcJc6Evo|y8c7I`DU|{fc^>bP0l+XkKICt89 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart04.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart04.png deleted file mode 100644 index e2f171d7d5e789d5438c218e71883f16763c7357..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 477 zcmeAS@N?(olHy`uVBq!ia0y~yU~m9o4mJh`hE+dI!(W;>L&&DZ8%+wUdc6X%%;m~GB|_4%;7 z=!X9J3JS6yLw?7z)(B<)Rr$l*@{@Va+>l@Agq@W`BW4)XH*B8lb-ywxV+j|x@H75` zvY?mN{ye=QiHV15=6+GXwZ~r0d~@!jjb}yf?&1n)VA?@V=Q}X+bMJ_Y*VuY4OmtDP R83O|YgQu&X%Q~loCIBR|zDWQ8 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart11.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart11.png deleted file mode 100644 index aff62d1ab0b9fb78b1770a5a656a96d1cf975297..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 539 zcmeAS@N?(olHy`uVBq!ia0y~yU~m9o4mJh`hE(@j~|Fk6*`KG2*z&a)Uu@ zPL^a#7E=y`sNYr|CsRhV2Cn5%Yzt>GNISF!>oy1YHt;Suv~rr`3bg}l0S`k?D})Fq zFs~?Bl`61`a|2_D#Z~;q>_52qZ26zNjDK!@R)24N;Oh0bUnkivJO-Qd;6DEcvpM!( z_SU#G-1|KL_}!o9=I?lXZhKP7LzT}AZ?;}KCp*16#!Jl4i2p#G_S-v!J5MYHNlm|O q$Mm4)XQe((U5+OJ9{93Z$jR^dBdc=p*DX+NGkCiCxvX zT^vIy;@(aQtOEv@76cAE7yMAwq8ppn#twB znzb$t@u4c)SUMUaqdOb+t@6m>6ky!EO^C5Jbm9#m1*WuIRivir3kSibu_`MqF4=^bZ&r3ZiB z)G@AO`BBXn-yHX1&z}xfljrvR-Sd8O+8lR&xu+-2p*ZWoqV&2)eJ@r@ynZnC>u-jf zJ1^4Toyd9;bnT$_>+kx<|8g+c)~vht4Ug4I3D?4u7Er}c$@k@$pJzXoSkb$Ofq{X+ M)78&qol`;+0E`&IPXGV_ diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart13.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart13.png deleted file mode 100644 index 774a84d05b2e32f13136b1eab0287d3bc658ba88..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 536 zcmeAS@N?(olHy`uVBq!ia0y~yU~m9o4mJh`hE9PQ)y$6O}I7d)TAQ<3z&VPgCi$NFqJf9W@~v1IXCbb{QY%*X%$ diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart14.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECableSmart14.png deleted file mode 100644 index a014aa30f4b6d7beb34d9be85d67615d18791f98..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 529 zcmeAS@N?(olHy`uVBq!ia0y~yU~m9o4mJh`hEm+wvo_+qn`~+SO03+CKXeb8w`bP0 Hl+XkKczMNB diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Black.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Black.png deleted file mode 100644 index 6c9d898dde7e99dde40f718d78957a777ee1ced6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 441 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdp969eo`c7&i8E|4C$JU|>*4 z_6YK2V5m}KU}$JzVEDzrz|io5fuYoZf#FpG1B2BJ1_tqhIlBUF7#J9&1AIbU85kH^ zT3XW5(yXnmySln2OqgJAZ}0E#|NsAgZ-coP85kHCOM?7@862M7NCR<_yxmKLIwr~ N22WQ%mvv4FO#pirkkbGF diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Blue.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Blue.png deleted file mode 100644 index e7913f6f7401958f1f3d120a8c89cd8ad8c99f70..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 441 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdp969eo`c7&i8E|4C$JU|>*4 z_6YK2V5m}KU}$JzVEDzrz|io5fuYoZf#FpG1B2BJ1_tqhIlBUF7#J9&1AIbU85kH= zz5X9~=zpNs|6{NJzj*yWF#LaD%m4rX|1Woo>0)4DU@Qsp3ubV5b|VeMN%D4g;b^-z zwTgj(fwRCPvY3H^Zy5+Pw%=Kq&%nTt=IP=X!g1ZT*O05#K)@xwBWZW1xkuvMKY}^M zEC;(e?#cVqam`MA`1Z_U!Oi-78+QD5IvR5(eB;bUHI9YyiW4rC>F=L1f$!zS85X?T)PQgeyB2Km4^=T+*5EO3Icl4F(1V)e_f;l9a@fRIB8o z)Wnih1|tJQV_gGdT|=V~0}Cr-V=F@oT?11q1A}X>C- zwlXl$H88U>F!*|vdp!dKgA~Yy;QX|b^2DN4hJeJ(yb?V>*ARs=V?9$nLj!{^MGF}i P7#KWV{an^LB{Ts58aS7e diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Brown.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Brown.png deleted file mode 100644 index 3c4247c5817e579efd2750c6b7adebab409fe56d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 441 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdp969eo`c7&i8E|4C$JU|>*4 z_6YK2V5m}KU}$JzVEDzrz|io5fuYoZf#FpG1B2BJ1_tqhIlBUF7#J9&1AIbU85kHI zTspCRT78k9>GL~RKfHKc9b!2%%j^ID|1y{VY-eC#U@Qsp3ubV5b|VeMN%D4g;b^-z zwTgj(fwRCPvY3H^Zy5+Pw%=Kq&%nTt=IP=X!g1ZT*O05#K)@xwBWZW1xkuvMKY}^M zEC;(e?#cVqam`MA`1Z_U!Oi-78+QD5IvR5(eB;bUHI9YyiW4rC>F=L1f$!zS85X?T)PQgeyB2Km4^=T+*5EO3Icl4F(1V)e_f;l9a@fRIB8o z)Wnih1|tJQV_gGdT|=V~0}Cr-V=F@oT?11q1A}X>C- zwlXl$H88U>F!*|vdp!dKgA~Yy;QX|b^2DN4hJeJ(yb?V>*ARs=V?9$nLj!{^MGF}i P7#KWV{an^LB{Ts59Kx0e diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Cyan.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Cyan.png deleted file mode 100644 index 84907c97afa690894904c303e8fb67f677400238..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 377 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#L1^ zx;Tbd_)iTo_uv`A)v_0#K#o6R8F5I86{>Ul0N6L1V?h6i05bqE46c^Gl`peP)#1)DWk~;FKwOZ<@Fcw9~PGcB(IRtHaKnd$kloWr=l)Hn@*ejpXXf0pKmLl zd*OcO$m?Glnjc19V^)+}5a|%lJ>#I2Lwi-zAML};POCc$^cc1%Jda(mlJ(2h2FW#P bY5HXg1oi%0yH~)#z`)??>gTe~DWM4f)kKM5 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Green.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Green.png deleted file mode 100644 index a9fd11bd9da437267c5b45c23fd81adf0018432c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 391 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Oa5 zx;Tbd_)nc|$alzq$F*2g@4%5`XHH4(5ET;UZclisQR0-;)T{a>a_iUEZd2+`zB>M| z(vw-Fq-Nf#nQ=eP*2eSSwW_M9ns>Rzqn&TZzPxLv8J=uD`HpMB_1b&SWEWJXr5U*} zYRp$CbN9RYi}ggP#FJZd!@qvI!N%afeyVAep4gwui*wj()vd$y+g?>Fo$Y(4lvgrA zpJ@@plLX<^RW*}Olmxv|S4F!1W+H8F1=2YN(bka%oR%yqxo zK5Om8!@=_|*Lbw^-S~dDO0uEm+l^SpFVE&YlU-1mmS&Vv+HynIGW4~yLb&3b)mzJQ zZi_M4G;Ghgu(jskD)*awRcgPZmP@R9-f2?3yL-n)?|mE{OcR=Yd5Zs*v}{*9+LYbD z<1LgVVJCtzQMbelo}iJSn}C TbH|8*fq}u()z4*}Q$iB}9>2tDK+A_ c#ADuh8yo{o9gt?8)-JJCLk&A1n|E8j?{qBmnj>$cT&uG@X z|GQ$V8^3?0-)BWxtAzXIuTvR5-ApcLy)e6YR(Zp-nKMsLxGI=b{v>2=enU)a!Mba= zHs(e%d|*4 z_6YK2V5m}KU}$JzVEDzrz|io5fuYoZf#FpG1B2BJ1_tqhIlBUF7#J9&1AIbU85kJ; z|5)|&e_+jjufP9~efs~R?|_!@hljQC0!qIkb zY83+m180FpWHAE+-!c$pY`?QIpMilP&C|s(gyXtvuOU~ffq+YVN7C+2bC1Nie*|-i zSq^q{+>`gIlL@a>tyf}8dEHthKAbTsBn_{N!yY8(sY6(?LO)89X30^iGtGd4V0 z`SzvC`n8`FJ-=Uiw0ir&+8tTp30HP5e)wy#xTG`Rm6R=A8Vn2!swJ)wB`Jv|saDBF zsfi`23`Pcq#<~W^x`sv}1{PMv##V+Fx(23J1_sw$Pwq$2kei>9nN|tcU|an&Ha)b5TFLtNzwkLyW?^`%nPe{5;=i?j3(sO0sjUdVReWxf3EJ(szGEoHx;sOf`h?zMXv ZFGW78N(=6s%fP_E;OXk;vd$@?2>^fYf}{Wd diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Orange.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Orange.png deleted file mode 100644 index 17f56381096e0403b07f1cd3d60aefe3e5069739..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 378 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#L1@ zx;Tbd_)iTo_aC-ZV-5(Bly;<|8rF_FC#a%78dYiLdJEAr{x@UP#HH$Isd-l=@ z#=rCYOLzM2W!oFGOl$sc>pd$Ot{O4Cu;ZqPOV^!trmR7!(gNES0wHW!`0%Z d_4}vr?^F zdg`8O*%cWtEYGr+T;jfSnpL61Y~j2G-}7#9o9xe9tY=xuYG+h0nqqcH^!MAJwpZ7! z=IJR@<^K2aK{|V%(ZgAuS9=zmlB#&C$-A#(f>?v|w3BCo!&msowX+uYR~*sGc0cpw zLyY|FkVx*98;#$XzHdEX+{6B2$vlPsrz#Y-%=&YCCqstgx!D21+;^@soj2Ha?UwYy Y@{BF#k7fHYFfcH9y85}Sb4q9e0NxLb{{R30 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Purple.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Purple.png deleted file mode 100644 index 3fd0bd115312c9890fe362f01c3bcfad2c2ab9eb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 380 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#PlY zx;Tbd_)nd5m-mo?K(n#X?hQijs~yscR_^^oc0Rg#WVO+VZUmZ}j{)Mc2hGkNCjbpbPN__&|R zee4Lm);Htj!<}|!D>sR8Y-D=N`YyXMUBdi=r>*0^sUICOOn+`KX1vfe$9&;3u^sDK f=OyN>-KyW+^>gK48@8Pc3=9mOu6{1-oD!M<=Dm&O diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Red.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_Red.png deleted file mode 100644 index b37bd466f65ae14142ca8a46fe2edd2b2cf0c834..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 441 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdp969eo`c7&i8E|4C$JU|>*4 z_6YK2V5m}KU}$JzVEDzrz|io5fuYoZf#FpG1B2BJ1_tqhIlBUF7#J9&1AIbU85kJ; zPr3MCuIfL7&Ht^J{@;7{pUL(=htvQ6|IgJ;1nFli3GxeOaCmkjje&uIG0EHAg`@4> z)G7uB2F?PH$YKTtzGWcH*nVeaJ_7?onx~6n2*-8TUPG={0|A%#j-=h4<{pW2{|M$3 zvmET^xF_#Z$2B|g;oCEZ1vl&SZP@YK>1fQE@QpJY)i@T)D^9pnroVs61iqIOXKZ-1 z^6g8N^=m&VdVat3X!Z7kwL7xH6RzxB{P5ReaY<*sD=AyLG#D5dR7+eVN>UO_QmvAU zQWHy38H@}Jjdcx-bq$R|3@ogSjjaqVbPY_c3=FQhp4^Y3AvZrIGp!P?!N4TM$k@uj z*vh~}*TBrmz~Jju?)3}|3{oH)g7ec#$`gxH83GbB^GfvmTtgJfjP*?Q3=Isv6fI<6 PU|{fc^>bP0l+XkKiaM5H diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_White.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECable_White.png deleted file mode 100644 index f5a8d5ae09e67328d79657cfae1046c0307a299d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 441 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdp969eo`c7&i8E|4C$JU|>*4 z_6YK2V5m}KU}$JzVEDzrz|io5fuYoZf#FpG1B2BJ1_tqhIlBUF7#J9&1AIbU85kJe zzkh%G_U(Q9_I>{R`TO_p2M-=RbLPzd|Nra%2J$m7Fff(``2{mLJiCzw;v{*yyKuDK zn_9)dz`$AH5n0T@z_$#98Qbry%x7R=Nb_`Y4B@!$+H1(wY9Qbe-;uPt)7&F*?jOON zVwQv59QWjX>bPbnK74!Tu;6BWz70EmI~|QV6TWd~qZ-FTdBq8r%Jlb7nZWmQ;*1TC zR=$0yvVQF+MbGb-9b=o*+=85n%M%DtX}fk6snLvVgtNqJ&XDnmeGW?qS&pKFLhnX#U!o}q!km!gFX P3=9mOu6{1-oD!M*4 z_6YK2V5m}KU}$JzVEDzrz|io5fuYoZf#FpG1B2BJ1_tqhIlBUF7#J9&1AIbU85kJ; z?_2f1FYw2Ium87>{r~gg|IfhxX9EBK|NkuS%X|g~2F8*gzhDN3XE)M7oFs2|7ml`j zQ>z#l7&r?&B8wRq_?Ce%WBZ+z`3wvUX`U{QAsp9Tdkwi-4Fp``JCb&HntLS9{UexD z%yO`s#U-8juB2?~(qLdQHnuXf&^0i%GBCL2dU8LChTQy=%(P0l1_P52BV#KA zV=Ds_T>~>K1B0(uxz{r=Fi3%H2+mI{DNig)We7;j%q!9Ja}7}_GuAWJGc+*xQnZkP Pfq}u()z4*}Q$iB}?cSN! diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Black.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Black.png deleted file mode 100644 index be8d1cee889a586def18c7c07e03501fc626260a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 366 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Q|> zx;Tbd_%EGo$ah46hvla@tEuSz2dW_}E7T3$l*xa3je6L*Lc?QmUN7gI z+WX!1`JL!&=OUSHj|!8?I%MQ2yuKFtwa}f#eCX4N~3=+F9D~zfaHjFVxBX zLTd7yTc@gZCvEGlVOOwN@A|0yLfKwMfhLRH)82d&cIf?7|7T9}f5r(#p7on+x_B8F P7#KWV{an^LB{Ts5ve$tq diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Blue.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Blue.png deleted file mode 100644 index e59e547ecdb37b8d1c6ef3b2f8e4bcde282ba6ef..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 360 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#MbV zx;Tbd_%EFt$kk%N<5Il$*YoM(w+>ISZIhqp`a!@@xJ+f*g;P=z(vQBFW=#p|s^bq` zbLRQUEvv3Y#hwUUtp7{4p~JkI;n=s&-a1P1j4zHqyZdRsT;p=*dycCE*#jRv3+sM) znPck_ZNL1Zyn!oJ;}T~FvQ%`7v83G7W0=kOl4;X6jvbs^kNp0pdd%PHr|;s;zV>Ic zW`37a@e}_f$I$pyN+m{M&N_7l7Db`sLYr-w3Y7oq*FRsRp1A6jt&v=~CIbTlgQu&X J%Q~loCIF<>ezyPs diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Brown.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Brown.png deleted file mode 100644 index 70c8c57a763f44045d6f40e6776796439207bfb2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 384 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#J>i zx;Tbd_%EHjk(bGk$91y^t8zHx6#^YjvNcY>Y(Mjam!FmQ z{D^bktzUm=l}N6O(VrRoGjH#S=Z_VaPw6_b@?`p7R)-s>#T-8Fy3f|2JLx;ar^|mT z?b|suiu`6W^v~-%#j>?ZID%C#>#h0enp^Asxt#sX_G0Um1lO~l*?Kco9V9=BGgaJE zYe-Y@Z7`q45O&4p{h#R>|AjiaUr0@!GwZpmxaV!xdrSgz9xHux&e*+-fy1#W*1K#s id%)s9#`e!=>}OV48)Vy1JfDGqfx*+&&t;ucLK6V+--`YK diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Cyan.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Cyan.png deleted file mode 100644 index 7e1ac7e76cc4beef87bee6aa9b7d848df909281b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 367 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Q|@ zx;Tbd_%981Pfjpd}=#ZxD*Wf$&d6F9si`@!L!usdPr3;wDe z+uw44f$7+i9Y<}&I&ZgDpJ! zx;Tbd_%EI8$aO@4$93<#av__>@`9J5y9ys4oKrb1K1eV+<3YdTzddb!ul9WZYteUZ zrA^C);&Xea7`gcQ+P#)%I28Aep)2Y&=LXkL>J5KPwqHBPsZq3VCPV+czGEz#=c#Qd ziaFC|_-)E1-z#Bp?6uRR)~r~&$1gdG)4=UdJA?LnF$d!bx(TM!7{acE-FvTp@t>-Y z_yton%dJztN2%nB|KxKhi0eMWzwm7pvjR(DneNTE>J3s)|NpT3{f~L^wSDUYzkM}g QU|?YIboFyt=akR{0N;IwcK`qY diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Green.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Green.png deleted file mode 100644 index 990574ee745e31e176d357987c6450c7a7a74d4e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 377 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#L1^ zx;Tbd_%EGo$alzq$F*2g?*OZn@e{E-Tq}jSgVr556>1fl)YNyIlv=ze0$_)&76-TR}A zuIF_59=v#~V6Abn_<>-?l!OOn{Phz&Ivp0buvM7~q+E7>lJimg$(5`-%NP!Kn6PF{ zTXA#k)dT8zJ*o}`>$;CLUnt8JR8SH66Se8KEhBH&{?AtK bznLue&Xv0vzO0ggfq}u()z4*}Q$iB}(C3U3 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_LightBlue.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_LightBlue.png deleted file mode 100644 index a65687f89ba38d256d86a090daf9c32f03d8d180..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 363 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#MbY zx;Tbd_%EGo$alzq$F+EGO!MLm#r-^M<}^)gm2Nn4E=+RX#q~|1mQ%A{nqT|=efn*y zrPs2)ZF~>}x3PO@@6W$s%`2x zqp&ETW5L6s=zj{6JDe1qc#Zi)dT%->$$yl7QlOlhmdKI;Vst0FD%dg#Z8m diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_LightGrey.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_LightGrey.png deleted file mode 100644 index ba16a837cd67cd758acc43c8988be7b6bb6c0c49..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 361 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#MbX zx;Tbd_%EI8$aPeK$7S!lc9ED}AGr3ma+}XP`hR|^-A|>cjD)NiKFb#No~yp^tvNUN zXKAc$%Y|Ss<|hT0BL5mFNe}n6CVf81lJTX?Ky60htOJJv zX9y<0v3zcSBBgDyfitfkuphV(;AJHA>P{2ufJZ)x;v%V ztonY>nqSH3yKkJ_mb-dE+vIbvXEQ#WWz2l^y4=|Vlefl6me?NFul~l%<#}&2qm-@e z7G9=l(iSRGg4dg>8+??6dO3L4SWMWmto=yoQK2gZ%5SeUB>F64Gf{SX-DhD?(`h2{ zp+P#czurx@e_eM~mcx`k_DifnoUU&@-S9%~}C*RKCrT!Pbaa$aX(ksl#o?R??>Ff zAMf`%%IjqQ^xef;^Z6#9KYp|L9P5*UOILp-Ib1n9uhFTh`^gE1s#)>*|9u%w?o4f3 zp)c&xqqZVZL@8s(Jh}P_o-KhL0f#%7ml{;b+o8+% zroQvzW(F>k3?I|&TV5+=?mkh?#`1iZhfP*dH=|%>1##uFjinfA6~d z_vGOz*goS+!OSvykFs4as@X(d*Gyl22WQ%mvv4FO#u8Hjh6rb diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Pink.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Pink.png deleted file mode 100644 index 6343b8c4362eb3710d4adf1f136d83278567b19d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 353 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#KEs zx;Tbd_%EG&k@K(tkIUY9?XTtH6gE$BdRgww?(sjy{vfNX#O{QHN4rYOH9991o%>o* ztF`>o^W4?<-^O`svK3`Ls@x|ju+P#cpksbgVVZ*7qjK--@{O}QZnDUAy0J7p-Wabi zxx+=-sVS0IrT3-crrsNeK83w5Y-j5*l$5&A^P>0m>c+3rU)Xm#FgG5Xvg5d|xaVzG zJ0k^)^RAB`b^n(TcywF&MDN{sk}m%q?Vs?P|3bUz1I-<|N(>AP44$rjF6*2UngCtK Bfhzz2 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Purple.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Purple.png deleted file mode 100644 index 8727b9cd91955297b79cebd7a14c5e455aa7de03..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 365 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Q|? zx;Tbd_%EG&koS-QkE^Xv_LDPQK8LglP6%#f5kE3haDv344^4HcYcy7dc<aI6KaNc>UI%UBvRb#fd-9 z6q27Q9Lh*BD6q8ouP~8k@x+CVk-Rf<+&b>))HTnE>bDk2keIlT;cU;myK%fZ|2sZT z=P;3&;LH1c$7!X^-6!0cSe|e4ut_THWl*fEW?i}QwsGT``xW9{^$f|TN17M5T&ZPX PU|{fc^>bP0l+XkK+2w|a diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Red.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Red.png deleted file mode 100644 index b2470e730bcabadcb0854d6c2b217e99699023f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 378 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#L1@ zx;Tbd_^+LOk=MzP!}Vtg7rSBI&+Aj?99G=b(ENg-PHOvsIIfoK6TYc>6$Lx#FMrY* z;+441R$}?nnmtCBXJ)TedJ+^I|D~KkDdrr5-1l_$oURk$3|~(tuix%>q08dCkAhsS z>?`4(C|?1WBEuKX>dy|RDz8+H6Z)l*+aVP2NLAYSRQ!<+U7iV*%Nb0VjaXBXB^9`~ zp84J0FHt8Xt|xu>*p%x5-h1|W?2A2-&fsEQJ8=o;!rNQ98v;0vZatEx&v+~2pZx!G bt@~e=tvT_}{jM+r0|SGntDnm{r-UW|KBtDv diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_White.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_White.png deleted file mode 100644 index 23d24bb2b79ff2db59b642dac3c347b68d9d442e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 361 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#MbX zx;Tbd_%EI8$aPeK$7Sz4^RFUJ)%h2kcN9Fl^nZS;-A|>cjD)NiKFb#No~yp^tvNUN zXKAeMu^Y}D%ufm~MgBEV$SF);uwv^ywrMK%k{C4DO!|D1CF4t(f!d71SqBaU z&X^eV%JRAWiIld*2F|?dd=|Z#iXSCDN diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Yellow.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MECovered_Yellow.png deleted file mode 100644 index 4e3923fbc8bcc40a1a7b56e90c850737b200acf6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 368 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#I$C zx;Tbd_%981BHw?FA$o^E{WWM}NK<+8ZvEP-9I?K}cmPKCM~Z+kQ6n*2R^f9D6bl_HEOwJrt? Q3=9kmp00i_>zopr0HW=HJOBUy diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Black.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Black.png deleted file mode 100644 index e6d9eaf4ecff1956540c967485bb8963c3482a93..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 286 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Q+A zT^vI!{EtrD$a}zmgJth@?*0d&HtpH(|6UaLSfIdIIPnpe+~2?p3^5PeMDJ{9lB{}v zVu7{(K?&w!zcpKV&g|f34Z2q??IOgrq~@Gq#}btXuAk;ROcwjF$ioCAc|HHk0&BMq htmbPTv{hb^lhB`Y`clZu1O^5M22WQ%mvv4FO#q$=U0(nI diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Blue.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Blue.png deleted file mode 100644 index 73defd47f919023b1bc63c6a08b7a1312d628550..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 280 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#K1< zT^vI!{EuGP$lGAR<8twg`*A;?!xADolNI|KbV~Tt6DK!465Uv`--FS>Mb7w%;bGfn zoE;B(`E<@+v&>)E(0lz=VT<|shTiYzWKXiJbNn3NaFqG*d=J6n$2K0|zPICm_@^0) d{e>FrIvM|ue_1v~nt_3V!PC{xWt~$(6991&Tw(wK diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Brown.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Brown.png deleted file mode 100644 index 0d992170f1439caadd7a064841969c639d17e06e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 290 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#NB? zT^vI!{F8tD|8MUqv06bBj9Y`Br2m>P(X)nqHRDyqY5&vHDi72u|FHI&nV8+7ruZLB(Z5AGRH{D;z1y;3Mw6ujAf_I1O8JEcJ_~+82ptzkWf5Bv?c#Y$nPj4K* a&Nh|rt-fE(+9wPQ3=E#GelF{r5}E)|RaTAw diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Green.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Green.png deleted file mode 100644 index b6209a2426b8d7938aba1bd9a053a58508c68cd2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 296 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#J!% zT^vI!{Ezl-Zy@A2BdIN9v1p_CxMAj8E9!=!-&OaKIqoJ|xgloMXgWbbZ zJnPOR$bB|bV9LL9ps4r8`;!WKA{Rb3UOgaq&xBES{tC9t7FA(Q h7FCh^pU%Lrb+f3^xBb&X7#J8BJYD@<);T3K0RZh_Rj&X5 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_LightGrey.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_LightGrey.png deleted file mode 100644 index 95858586ffc5b1596fb42fe004b3ff9b05b499b9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 284 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#MOq zT^vI!{Ezl-5FN-UOD;LhS-(bIlKJ gL4F#k^3m)M>XfU@-nRZ=U|?YIboFyt=akR{0Mw~g$p8QV diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Lime.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Lime.png deleted file mode 100644 index 1b4b650d2ff465f10e8806d28028ef41ea3a5106..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 283 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#OlW zT^vI!{Etr9$lGAR!(uEi`#VJ`EWvPv-HwWvx;h&?9SgZ?c4%iXEaN!N^)TY#-Z>Ey z9p@Tc*qE^2@94IW1|xelslexA3wn}^cUTw7F@MYXBOY+6@#XvsgGB*;toH(rv+fh< f6Fp?ee~aO(fXFHfySL&D3=9mOu6{1-oD!Mmm(qGt{JYDViVWq;ydm$R}qAL%e+SoX8*YN$w0 z4#y@r9_EBu{pTzin-be5q%d^w9%4>sFjBk4(8VlxQy_)svdgD}S+ hgD}TOAM4o|m|iomT`Bl3%fP_E;OXk;vd$@?2>@R4TB!g4 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Pink.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Pink.png deleted file mode 100644 index 363ec0a8ce8a3cc834f0f3a06f18a62db536e4ff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 291 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#NB@ zT^vI!{Ezk;ay2;cu)P2Optz=+BT4^y1jntl%Q{jF3p&Nbg73&!Yckk9JjJu_j6?s* z*MbN0?i{$tf8%(ofH>Ek$2*PGlFa)X`nK;9lJaDIvgkwn0U^E$`*di(UQ@{Lg!zS;u&QI1_lOCS3j3^P6{_p*YPuaNGIt5c1d_I3XnjT=V zN%2IL0Z&8bzQQkNTy2t0lNc4uIQZu^EYQ|$l% diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Red.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Red.png deleted file mode 100644 index 3793838284c8aec50c935d2295760d714b9783a4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 285 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#MOr zT^vI!{EuEZ$l2h)<8m=1NmcCWO{+C78of0+kDRl1dX&U|?YIboFyt=akR{08Ii~vH$=8 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Yellow.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MEDense_Yellow.png deleted file mode 100644 index 725d7942b94da65ce7b838bd340193d37f5232f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 292 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#K=C zT^vI!{Ezl+zopr0G+g4umAu6 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Black.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Black.png deleted file mode 100644 index e1affe79b731e3b0fd1c9aed3d88b247b448dd5e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 289 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#IpY zT^vI!{NDy1L0iG7{V<*eDaTd@tL2 zMlR7aImPGBGg$8Md;L!I<_4yi<-L;s9VV}r*g08!qOZYCsgi72+lAIXW=DGd3SQUu mT=3wX;E98!x3U*}V^DKAxvS?>b{hi&1B0ilpUXO@geCy;`d#G! diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Blue.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Blue.png deleted file mode 100644 index 8dd44883701bc84794968958f4b19aba4c74fc8c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 291 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#NB@ zT^vI!{NDyTay1z6-2T0%@{{wvW9dI+r={EXS6??*Zxt5F)Ud4p8no+vyfeCdki1*=RfKS44&g?R(Zm}VXbK?>sN!D0>;Ps oBlfGDboS>jn3Z{IH&cVS5Bmhm5YFfvbL$!fUOXfH5vF-x1H oP{QSf49g^E-wI^j_lKRq>T(6QAk*hG1_lNOPgg&ebxsLQ003}Sw*UYD diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Gray.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Gray.png deleted file mode 100644 index 580dc9dc7bfbeea19a82ec706f0e42e306365728..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 288 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#IpX zT^vI!{NDy1SPBxP<+Bfz^AZDiMFKzu_DnJr{2+TovZ%qNZe~G@<$Rmg^5p z9Tqmt%suy0Qi1(?=H0zY(qRp+w-`Q_&-f&&T>eRA6Q^2qbKcs;>Lu+b+h%OEfAmY0 lQ{;{fd1ykWS;U zVw>I9mng;2*=TTu&xc_Wi?!e>HttDG39}s91h#O>PJY6g!^k{|A+zCDqrJey#Vl=( pLJ5}_GAxsveJhap-+y)nHsu}Xv$WXz85kHCJYD@<);T3K0RRXLStbAg diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_LightGrey.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_LightGrey.png deleted file mode 100644 index 9ff3331d97780eebff059fd1f273b7aef5d5da74..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 302 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Qk2 zT^vI!{NGNz&3V9p!*%n2zDAx0TsIH(=OkCVI&WB*x!}TlF7YGBFU~k}Mkq9U>YU9g z#y>jFX4N0ybWmC~Maks~;|E!xrC&7iBaSM}E;Lmsb^UC*Bl#Z7iK3t@*M!sB9hrE| z9{=ljJblN6fL$}q&u86d-g2$#!)#tRTlNhyYk$t_E1S&zhJk^B!PC{xWt~$(695!z BXoCO% diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Lime.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Lime.png deleted file mode 100644 index 1ed3faedc6409fab653daef7d616b2e9ce944862..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 291 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#NB@ zT^vI!{NGNz$a%nk!)5OJ`n$`GOD3$jaP-#t)#_Xay`29k+X$SU+bMX5cP6_vUycC( zvo)dV(;KBWOthTpUAWhPe{#>xbSHyVg7ZJ}n!W9s7hS04wuyBqr`r62ObpQYW diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Pink.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Pink.png deleted file mode 100644 index 5921c7599a7e4d724fd2fe3dc0ec9ce6e00c42ff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 291 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#NB@ zT^vI!{NDyTavf0M`TT#w^B>a;C3bi77i`bdd@B(-v%*|Jqt|omva*oGciz*C*H7YE zak2Z{xdv+nCgHYiQ`H%^wi}qvec2YrzeO_M;fi+D+OvW?I2G@Do>{2w(%s0=eD+8D pqu<_h1WfKec=qBA&x#^OJCD1XN{bkM7#J8BJYD@<);T3K0RYy3U;+RD diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Purple.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Purple.png deleted file mode 100644 index 2a83155307b92bc5e2f433fe17396973a2148787..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 292 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#K=C zT^vI!{F5#A{Ww!!awlcO%m0%e6#ti8z;J}EGcnjYi{S#p1Qsi{%o`JmnDZDqc#T

FVdQ&MBb@0FHlI!TS!Yv)c>P~q^~*c{nil_p?iUh%VO9AG3d=gz%C5?qs+8oCqTC?0_uU)L z9n1{KXyQbb# ksA)O-r8{$N8MDM$tsgdcdw#gez`(%Z>FVdQ&MBb@06l|Vq5uE@ diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Yellow.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/MESmart_Yellow.png deleted file mode 100644 index fe058e243ae4f39f9aa53294766dfaac2b6e59f7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 289 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#IpY zT^vI!{NDyTavf0M`CPmE=SJHj?r&JDCs?O0yJD0zv%*|Jqt|n*S_~`m`JOIj&x5n} zzIelzz`%Nb`Nwl&2W~mZsNUTyon{-9-m^d>{7Td;?H6ioKI)Zvwu(_atWqV%{tNAo mPs(XpqJ2hY&Rs@U{oM9B+Cfu3#4|83FnGH9xvX?wD$%edLrwWh0NK{)C0EJfA)Y id${7p>j%+k`V%?Ne+_bx)?{E{VDNPHb6Mw<&;$T(1zo)W diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/OreQuartz.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/OreQuartz.png deleted file mode 100644 index 0c3aff83afdb94fe9072c09227b12b5792a68376..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 389 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Oa4 zx;Tbd_%EGsmaEA@q_y^{+>+4Q-`+0r)jec(QRzfe(z zmag57@1H9Y``8}ndqlQW+=yfPaz0oW!SaZ@%UZCrEQvz5}(>$ zl#W!~_4b*a5dYI@ty$G#axbLR+RjbP{MxQ^>65L|(F6OE_SGAxwrh%9H1Nyl%YWf} zEobWfkBcn#EI;Ad82>?jao>^WnvPr>AEcNE8SviYt(OX2vqi^d!M2pi4>nDh7Uarq oue3|YBa$UZtZ~ZE#&3-6Qk+&y40`Vw7#J8lUHx3vIVCg!04`6FZ~y=R diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/OreQuartzCharged.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/OreQuartzCharged.png deleted file mode 100644 index 01f162aa69e55a09a3e8d9ba5ef50065d84973a9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 336 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#J3K zx;Tbd_$O;b7Ee>^37sIqlRjtv$EW|NW!L||zvuTy`%O$v66Y)`zJLB7*}nhJ{ks2x z63W_#+8^>vV666wVM`9;aeVgY{mnAzyb~9_zk8Z7v>a?}IMf)!?C|6Np}pG=O2qO# z@fC3UCfCJOBVpMyA+~*?fb_AYk}ZKEj}AWAa8OK7Lnh#XuiZa+XF6k74c+I j71m@?6}kDT3=C)3HCKk_N!KtiFfe$!`njxgN@xNAl&W%g diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/OreQuartzStone.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/OreQuartzStone.png deleted file mode 100644 index fb3368b86ae0af2b3de729d39afd3d15fda8cf64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 373 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#NOv zx;Tbd_}5On$lGGT<19Iy@yC0Po-;3>{?amkq&F$_)eXOf&kak!q;p?8eE}?2$Q@TTazC!to zu<2o+IKM71JCSx@W%<{6^S<)>JaJib;NO?Emx3AnUM&dE-nOWH=D(<;C(ZVLXXt(8 zut9HgP{IxA@P`6^^Zs4`KYz}F-L*$t*qE1PdY#{vC*@+kr0;od?13dB>OtS19{bFA Xa)H2i5FC!rk!oYH5g(NF8*9xKDA0h%*Y(yBDnHi2X#y!ub2QV-&XnDFg zhFJI~OQb!p7f`r-f?>YQR|dmnm#?uNX5gt&IOKCYjoWUgBCmu5gND8S#ox8oybKHs N44$rjF6*2UngFrJI!FKj diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartCraftingTerm_Bright.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartCraftingTerm_Bright.png deleted file mode 100644 index bf283814e1274d6e6f1e81e0ec10f72bcd4692f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 256 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#IRP zT^vI!{Fn9}iZNQt(i~Ov_>4$XJBAp@O1TaS?83{1ONjw BOG^L% diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartCraftingTerm_Colored.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartCraftingTerm_Colored.png deleted file mode 100644 index c48de0892bf1c73be774604d14f00db2aed39345..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 257 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#IRQ zT^vI!{O?XOaCE>*how%O+U&BEN?-P~ zp6PkrD83?OK~SR?tCr}B5RHX@djgLwaNhLqwfv6U2_mapn5>?kV_;xl@O1TaS?83{ F1OPM=Pdoqs diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartCraftingTerm_Dark.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartCraftingTerm_Dark.png deleted file mode 100644 index aea3238540b479b7b51efe1b4ab11b6a404e7b02..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 281 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#K1= zT^vI!{I~W5ay1z6IF|?LKk+R)T&E?ObHq&aw8003V|%xKei40QW0Q>biH}~3?zJTz za#CwP?yi<9yN2n*nv6e(^dhD;lI Z1@TWwLi?L%?gv@J;OXk;vd$@?2>_~zKdt}( diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartImportSides.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartImportSides.png deleted file mode 100644 index 8b1f6f9f359d80e876a2f8d33e9d2fca3d980139..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 229 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#K`F zT^vI!{O_JIWMnYlVcOt%m_e`NW59DC7XR(a`RC3oxyZila)f|~*W>nv6e(^dhD;lI Z1@TWwLi?L%?gv@J;OXk;vd$@?2>_~zKdt}( diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartInterfaceTerm_Bright.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartInterfaceTerm_Bright.png deleted file mode 100644 index 20181d2e586358167e269998e599aabf0d9559b5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 246 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Q3< zT^vI!{O_JIbP0l+XkKNl8WU diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartMonitorBack.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartMonitorBack.png deleted file mode 100644 index f225dcf4be7ed02289b753871b62cb4ff19f5052..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 268 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Lza zT^vI!{F5bY9K1un?cX?0OJcV4s^rwe8``?w)UPmOVenkCWQjnlW7fi30t{&md3kzq zK2sQZd3hrYb9ot9uN~NxP*BMzua?1JD6yJx$0Q>&o*?e4W)B(~85x4FYS~FHYbs@6 PU|{fc^>bP0l+XkKnC47R diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartMonitorSides.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartMonitorSides.png deleted file mode 100644 index 8b1f6f9f359d80e876a2f8d33e9d2fca3d980139..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 229 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#K`F zT^vI!{O_JIWMnYlVcOt%m_e`NW59DC7XR(a`RC3oxyZila)f|~*W>nv6e(^dhD;lI Z1@TWwLi?L%?gv@J;OXk;vd$@?2>_~zKdt}( diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartMonitorSidesStatus.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartMonitorSidesStatus.png deleted file mode 100644 index 142f38511c2f61f1c9ec3acfbebd6bf52ec420f1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 261 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Ko5 zT^vI!{I8zbD0skt!#U6`nQ_~KRCcrQH%@akgv|Ti$0Zlu-z7cyYfiBAT=rF5!faRE z#954lLG*J*xms2G`x`nAw76$2=4N`=$H|f zT^vI!{MYsvaxob49RBs+|9MpNf#w&Ngf*I3BaMrN*SN}hZxAchIT&?iBTIJRaUq0& n&GXK9xjSfr$f~x@{mOXL&f-(cg^*4L1_lOCS3j3^P6jJ~?R#ItQ$@KS3=9kmp00i_>zopr0PpZjg#Z8m diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartMonitor_Colored.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartMonitor_Colored.png deleted file mode 100644 index 796ea43b92fa1da421f3beb3358f4af37d24f03a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 230 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Pev zT^vI!{Fk2CD9E6|z^wQ^-b&Bm;e1x!^xNWT2X$t!ZcY$8(-djIjo|#ud(L!p?O*v9 UeW%|sFfcH9y85}Sb4q9e0QU_-cK`qY diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartPatternTerm_Bright.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartPatternTerm_Bright.png deleted file mode 100644 index 8545578a908973aba3fe363c72fc57ebee424667..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 250 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#O@f zT^vI!{NJ86ajD2zL#LU3Gg^i1i7gs%Ia!+^r ydW^NtudMf7&%9IpQg@@)-f+gRh4rU~n7)VL* u_OQ7zFP^w?y6)F=wf1fXQWE#C-nzlfsP*QK+&TsZ1_n=8KbLh*2~7YM#Yxcs diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartPatternTerm_Dark.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartPatternTerm_Dark.png deleted file mode 100644 index cd0841936e34e97be31b1a760c17ef1bf5c106fb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 261 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Ko5 zT^vI!{O_J}ykH%3tbEls9o`wseG6A+pK1O7An5uG z?*9jut}_(>=d3kzxo_Z4_w&m`jQnR$@_LrJIrGD^^yd+;*(UVdSFF$zd(XhYz~JfX K=d#Wzp$P!%+g7ju diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartPlaneSides.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartPlaneSides.png deleted file mode 100644 index 8b1f6f9f359d80e876a2f8d33e9d2fca3d980139..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 229 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#K`F zT^vI!{O_JIWMnYlVcOt%m_e`NW59DC7XR(a`RC3oxyZila)f|~*W>nv6e(^dhD;lI Z1@TWwLi?L%?gv@J;OXk;vd$@?2>_~zKdt}( diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartStorageBack.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartStorageBack.png deleted file mode 100644 index f225dcf4be7ed02289b753871b62cb4ff19f5052..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 268 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Lza zT^vI!{F5bY9K1un?cX?0OJcV4s^rwe8``?w)UPmOVenkCWQjnlW7fi30t{&md3kzq zK2sQZd3hrYb9ot9uN~NxP*BMzua?1JD6yJx$0Q>&o*?e4W)B(~85x4FYS~FHYbs@6 PU|{fc^>bP0l+XkKnC47R diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartStorageMonitor_Bright.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartStorageMonitor_Bright.png deleted file mode 100644 index 69144831ac84f9ed6c53ff60c74e5e42163707e5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 238 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Qq4 zT^vI!{O_LH$auhj=di*5|0TNX#y!ub2QV-&XnDFg zhFJI~OQb!p7f`r-f?>YQR|dmnm#?uNX5gt&IOKCYjoWUgBCmu5gND8S#ox8oybKHs N44$rjF6*2UngFrJI!FKj diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartStorageMonitor_Dark.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartStorageMonitor_Dark.png deleted file mode 100644 index 0d9a49ead9006b32321b82898b0fe1d70ffa56af..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 218 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#OrX zT^vI!{F5cx9@q;w%#>i5FC!rk!oYH5g(NF8*9xKDA0h%*Y(yBDnHi2nv6e(^dhD;lI Z1@TWwLi?L%?gv@J;OXk;vd$@?2>_~zKdt}( diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartTerminal_Bright.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartTerminal_Bright.png deleted file mode 100644 index 64a4f970c9a2f355ee8bbad0073ef3da9ed67a4c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 244 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#LhU zT^vI!{O_Jt6k;&oVLJHd|K(icW``#o@3oEu&bR7Ud)MK&&s{cWN}AlIz86obuN-vC je5UvoA^6YjD(gzi{f^&_4ozlYU|{fc^>bP0l+XkK_7F`1 diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartTerminal_Colored.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartTerminal_Colored.png deleted file mode 100644 index aa70c6203c04ed413c79be063ac2f81dc1c08242..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 204 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#L(c zT^vI!{F5bEnHl~uGfwf8lQ2z)kTAHxz|720FiZa7-mh;17#J8BJYD@<);T3K0RUL! BGd2JK diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartTerminal_Dark.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartTerminal_Dark.png deleted file mode 100644 index bd779cbbd8f4cb7888b3ded5303f7b223db242e9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 238 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Qq4 zT^vI!{F5cp9@vWrBsFKOVOYb(!LiZNB$wfal){1I$G8`~I$_?B#IUuaM%>}*#C(RM k3|SW$b|o+{Ff%ihnywH0-@ek8fq{X+)78&qol`;+0L}428UO$Q diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartTransitionPlaneBack.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartTransitionPlaneBack.png deleted file mode 100644 index d0b4e2a8271b061ce45a3f0ed3db684e1dabc214..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 338 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#J3L zx;Tbd_|KhW$k(92IqN(DL-r-J+5Ewun0N)br)(7XQ}Bi3|q>)LY^fiN&j=V@n+rw z#*EWT8s2Qp$WXd)c7<00^DNFP_XF{qPZD3UyZ!Y{V9vV4_~WtupNT91;w-va9ADNb mt#~t2%+{PyvG(0%))O~AF#LQUDapXVz~JfX=d#Wzp$P!74|Hb$ diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartTunnelSides.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartTunnelSides.png deleted file mode 100644 index 8b1f6f9f359d80e876a2f8d33e9d2fca3d980139..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 229 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#K`F zT^vI!{O_JIWMnYlVcOt%m_e`NW59DC7XR(a`RC3oxyZila)f|~*W>nv6e(^dhD;lI Z1@TWwLi?L%?gv@J;OXk;vd$@?2>_~zKdt}( diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/PartWirelessSides.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/PartWirelessSides.png deleted file mode 100644 index 8b1f6f9f359d80e876a2f8d33e9d2fca3d980139..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 229 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#K`F zT^vI!{O_JIWMnYlVcOt%m_e`NW59DC7XR(a`RC3oxyZila)f|~*W>nv6e(^dhD;lI Z1@TWwLi?L%?gv@J;OXk;vd$@?2>_~zKdt}( diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartz.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/QuartzBlock.png similarity index 100% rename from src/main/resources/assets/appliedenergistics2/textures/blocks/BlockQuartz.png rename to src/main/resources/assets/appliedenergistics2/textures/blocks/QuartzBlock.png diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/QuartzOreBlock.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/QuartzOreBlock.png new file mode 100644 index 0000000000000000000000000000000000000000..f9dec23cac5b81294f6a24fc6d6b9f261b9bf78e GIT binary patch literal 451 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=qM&oalj&X0kC(ZtimF~q{ZbdtR{bD+SH_p5I`WscDfzi}frQQa)+#7z&b zgBltci`0@#{vFj&s$+Q=75OuF#_@gKVuyE|TO0o_+qr0!miB2Q=9t*)eR1obKd-mq z?_g8pQube9bH#??)4Q!(o2ScH&)M#s<~NgJ&OTd)q<*U(EzVD~E7>1l+ zT9+Pw&0fxO*2gQ(izIx-_w1RFP@10ddiQg=4fYbZEv#9z*}WS!U90GL=kVwRXT@e! zw<8G-<}(+mzg>_mu&ZswW9z@2Omi1mD7_MkN!`y?HA`vUj%zXu3=9mOu6{1-oD!M< Dh7Gwy literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/appliedenergistics2/textures/quartz/certus/pillar/side.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/QuartzPillarBlockSide.png similarity index 100% rename from src/main/resources/assets/appliedenergistics2/textures/quartz/certus/pillar/side.png rename to src/main/resources/assets/appliedenergistics2/textures/blocks/QuartzPillarBlockSide.png diff --git a/src/main/resources/assets/appliedenergistics2/textures/quartz/certus/pillar/bottom.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/QuartzPillarBlockTop.png similarity index 100% rename from src/main/resources/assets/appliedenergistics2/textures/quartz/certus/pillar/bottom.png rename to src/main/resources/assets/appliedenergistics2/textures/blocks/QuartzPillarBlockTop.png diff --git a/src/main/resources/assets/appliedenergistics2/textures/skystone/block/all.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/SkyStoneBlock.BLOCK.png similarity index 100% rename from src/main/resources/assets/appliedenergistics2/textures/skystone/block/all.png rename to src/main/resources/assets/appliedenergistics2/textures/blocks/SkyStoneBlock.BLOCK.png diff --git a/src/main/resources/assets/appliedenergistics2/textures/skystone/brick/all.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/SkyStoneBlock.BRICK.png similarity index 100% rename from src/main/resources/assets/appliedenergistics2/textures/skystone/brick/all.png rename to src/main/resources/assets/appliedenergistics2/textures/blocks/SkyStoneBlock.BRICK.png diff --git a/src/main/resources/assets/appliedenergistics2/textures/skystone/brick/small/all.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/SkyStoneBlock.SMALL_BRICK.png similarity index 100% rename from src/main/resources/assets/appliedenergistics2/textures/skystone/brick/small/all.png rename to src/main/resources/assets/appliedenergistics2/textures/blocks/SkyStoneBlock.SMALL_BRICK.png diff --git a/src/main/resources/assets/appliedenergistics2/textures/skystone/stone/all.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/SkyStoneBlock.STONE.png similarity index 100% rename from src/main/resources/assets/appliedenergistics2/textures/skystone/stone/all.png rename to src/main/resources/assets/appliedenergistics2/textures/blocks/SkyStoneBlock.STONE.png diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/Transparent.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/Transparent.png deleted file mode 100644 index 796ea43b92fa1da421f3beb3358f4af37d24f03a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 230 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Pev zT^vI!{Fk2CD9E6|z^wQ^-b&Bm;e1x!^xNWT2X$t!ZcY$8(-djIjo|#ud(L!p?O*v9 UeW%|sFfcH9y85}Sb4q9e0QU_-cK`qY diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/White.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/White.png deleted file mode 100644 index 92d222b013b30c89120ef2b6fd3ceb403e9cc0c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 201 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr zP)PO&@?~JCQe$9fXklRZ#lXPO@PdJ%)PRBERRRNp)eHs(@q#(K0&N%=7&r?&B8wRq z_?Ce%WBZ+z`3wvUQYEetCBgY=CFO}lsSE*$nRz98ey$-3WyX4@dWMGXpPkGZ7#Jiy xT^vI!{F8t9D@vFqTwxH9Fint<`0(GJA-3X=-ul=ZVGIlm44$rjF6*2Ung9g0G%o-E diff --git a/src/main/resources/assets/appliedenergistics2/textures/blocks/fluix.png b/src/main/resources/assets/appliedenergistics2/textures/blocks/fluix.png deleted file mode 100644 index 52130c3599bf21c89fa044db32c587d478141c5f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 787 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=hN|rWnlZvBLz>40bEq_J-GW$QD zbGvl0p3R@Q`Oj^h|2d}{)&2GW+pqf5Gd`t$KlnPeoUgm|+MoNyf)PgFTXf`mIgQ(+ zUzt8st@%}Kk`Z|4>SYO|?FO&@_JpW(wBj~m!q^~`GZ2=!>gBFd{NU7 z_14VlYx;|8&tK~F@_lu(_|5eA7vHZh>pNEYKYG@d&9&BDy>OFB6E~mytU1g|R~Dvy zI1%H#f9KBm>o|AURaz*Ra*54T#-iy{2G3u&MVv38un8Y!8_n{Kk1j7xj zde^nDSRLB&OiKB*;GH!-i#DC<4?fP6q2>Q*&f)Gdua^rq_RZL+^n{ z%wj7pI;|+GIP&VFGGphd2bSGYOo^|0E2}zry$_TH__B*{U9cqK`RONir)EC)Sy%Yu z;v*Ti{-|R?AJ6Y$UZ2g_8zsYNwPVfKu8#1tmv*0jG)Zhi>E1H-v*#Rd&7PblWxPMq z)Z_ZwAi>QN=EfZ_h{9^M8eMl^Y)Zakh%FH@col}$wKp&SR0>}^j@%Gb;J|hiIEMmsv2Ixu8*Ze?GufBF%BM@`l}_9TH%3=9kmp00i_>zopr09m(V-~a#s diff --git a/src/main/resources/assets/appliedenergistics2/textures/quartz/certus/all.png b/src/main/resources/assets/appliedenergistics2/textures/quartz/certus/all.png deleted file mode 100644 index 32e3c73d640e1c05c641c688525e9773919ab215..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 774 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&C3 z=B_Xl^J(0mXw#4-rXhp{p*^7vLJ)~ZT8luGQUZQXYah~CMS5!TJ>_X zP?7Myzg6CO>gxX&_jw0jl9?hDxKq7MYne!j_SeZv)fif*Ew`K{Cpt}U-m^?#08i5~o~_nVfy^99P1p7m7*e z`ggef6`Fc;b;~@)DJ_ku1}Afj0u9g1I{lMz;rCs&jz>6K18dv#f`86*I6JGykul=5 zKti_0En$NjORh$l@BJyNF#F&l%atvQ)(VCHE~|2Ua#_10_A!f?o%T)L(#KQf_VBx~ zC>-}Ny~4FZGFHAYr=HnU>hgL? zYDuigm-al2V%Yufl#9y>O)C@eoT|*J@6@#`?`*vLyPm)2Cm%zvue!sVXYXVsjue|P z9GIni=-{bFLyb4Du6?qswaH)J?r(F?sinC6W90T)2DNV!R&}%86i|RvT?-soKxYu79bESFVZ@vi4 zyTbeL)o}r3+vC}H8%vBMUfsLkm;e70;+CBf_sYH_&Z3f}CfKAP)Wn&hteDUt5q9wS zynWXzUsz4ObLX91tsmc+mvV^7@6Uh82=)m3tuvPDpK zOKVVHQZnCEvGrFq*%tSP@ZV^&zqimW)zEGBDY59HCYfo!Ib%~EsD}8Jb!6zy$XOcO zy?FP!<&&0#oDaD4+^C;B*GomHHLAn9_S549IZsy1-l-C}!z8Jajpyw16D&57`wLEr zwFu9j{GviT?SSovo6F7bZEjV4^CDWUHbUw_i?zZty|M=`y#+DdD`XN6==50zF}_SN zxar+=``4tzy2XcCUtV_H_^h~ud(OtFf9g8l?mnLPWzp6>cZ#0b^HtqpynO%RifzuV zyX%gNwfv2a%dyntI%;?8n~%`lf~nkDhw4=xHR;|kfU{D{Ue4d`@;)`4n2^+A*b`f=WE~W$DRT$PiYS^Io@@(N;m zKPuaOdH80g=Iz=YK1Rmh?-ZZgyV&QN>7O?mhht+u7~DxX^S)YpV)fa$uFNRM*X!-y z`%V^`?AjU_<8<*CD?j%Oo~^sno^(uSH{s#;|Chgo)8wq*1GJs#?w=a{x;kHrK>R(t!ys*}YcJsGC1;MH~Z_WvmM z?&3z{6-(Z+RM!L-+k7+HGqJ2$bgN_Iz0YD&k}p%1{BS8-to-aF7IDGGOpF;GR6?-q9y|7?T zLf|18u?>~i>TfP|Rbz7LywTdXw{`NIC5KP`YGVDqYmdeOo*>?nS_wK4I=@4eBj+aY zUSqlIJoDqGtoI)hHffogzT)zXH|XF@3+!VM;}rAV%w}2gYw`C<{0#={X9gTTt>>}A z-{Yg0y984M&zZ)E^P75&Hx*3k*W>g|$`eUGaq6&c&Z|xHxFk$Yae8mLDXZxCda`5H z#Q$sW&6;>x;&}DD%Px!$(oHula`UPcoICg92IpCiZZC;cyx!5~tEswR&%e{tiXG0g zG@P6#)hv6Zt~0V~s^9%Axmi_BobI6|%T8MEe9p6D$=!wGNhjiNhH*Yv`{Ljxx7&J# z>IcgEHhHtf?U}4*88i0&~LxucXY32*?BQdXhG)F`HGWFcOQuFRd0-xE$js)a|TaW KKbLh*2~7Y?xoQ{y diff --git a/src/main/resources/assets/appliedenergistics2/textures/quartz/certus/chiseled/top.png b/src/main/resources/assets/appliedenergistics2/textures/quartz/certus/chiseled/top.png deleted file mode 100644 index 9e8be6eb0be6ceadf7084dc72a6b3ea7f8215313..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 834 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s7SkfJR9T^xl_H+M9WMyDr z;4JWnEM{QfTL!|6?RQq@GcYhnmAFQf1m~xflqVLYG6W=M=9TFAxrQi|8S9zq85+8O zb~0yRVA|*D;uvD#uN!km;e70;+CBf_sYH_&Z3f}CfKAP)Wn&hteDUt5q9wS zynWXzUsz4ObLX91tsmc+mvV^7@6Uh82=)m3tuvPDpK zOKVVHQZnCEvGrFq*%tSP@ZV^&zqimW)zEGBDY59HCYfo!Ib%~EsD}8Jb!6zy$XOcO zy?FP!<&&0#oDaD4+^C;B*GomHHLAn9_S549IZsy1-l-C}!z8Jajpyw16D&57`wLEr zwFu9j{GviT?SSovo6F7bZEjV4^CDWUHbUw_i?zZty|M=`y#+DdD`XN6==50zF}_SN zxar+=``4tzy2XcCUtV_H_^h~ud(OtFf9g8l?mnLPWzp6>cZ#0b^HtqpynO%RifzuV zyX%gNwfv2a%dyntI%;?8n~%`lf~nkDhw4=xHR;|kfU{D{Ue4d`@;)`4n2^+A*b`f=WE~W$DRTWn%Yr70?c5q5+H}JyiRWH70-#u>K^WD$S#C-pCc+#CO3XiI5V=gg$_fPcw8>o2xb;|l{`sV|k-S$j>K5uqe z(28EKU4H`|EP0Qu?6ChAzWs6frDN6?ZF1_En@arKwyR&xKj|-3#ieC*r|VjsvtOBt zzV!vGyoW4#pB6KO6 z*zt{P!{KRbI*Ok!IbXKKUvXcZhqQRd%*oTsMRNWzw9H=2u*M_uO|qiixla>YE8MP3 zYP67(d3kw~(3+*UjWZAPZ0x(j{lRJez6p}0t1inoaC~C?IPtoB9>3Ir*D*4=Ry#Bq z)`qe$vfL2uO=1w=*enovQ?c23jiJIBhGyxvdO?Ew{IwY^UUn)yNp299Px&suWyJcC zA+@2?!$y_uLqv7mIwh42Vuz%deR}#n8z1p~s1W!!;Q$wV$596Jmm&-7S83>;XG&bv z8vNowTEoPRH9NJ~->BS8;u3G@lQI7;dh?}r;fb+hx8YZ_x#AyOduk ztE)bwhCO7CaNEeMs}zyKuGqg$O*q{6hw63Jb0>xVAB|_ww&zTEw}0X96Fl8_GTC(Q z$m-6KwcTaUn((;g6I;KdbG-U_t)|9G;|KM-cAj7VNH+3*fzf(~I>YbxTx!nyZZRys swlsl>ee;5S>-3%f1ZceD_pV|W=FVdQ&MBb@09kz_2mk;8