diff --git a/src/main/java/team/chisel/Features.java b/src/main/java/team/chisel/Features.java index a0d7fa068..c25f29ac0 100644 --- a/src/main/java/team/chisel/Features.java +++ b/src/main/java/team/chisel/Features.java @@ -1,21 +1,6 @@ package team.chisel; -import static team.chisel.init.ChiselBlocks.andesite; -import static team.chisel.init.ChiselBlocks.cubit; -import static team.chisel.init.ChiselBlocks.diorite; -import static team.chisel.init.ChiselBlocks.granite; -import static team.chisel.init.ChiselBlocks.jackolantern; -import static team.chisel.init.ChiselBlocks.neonite; -import static team.chisel.init.ChiselBlocks.nucrete; -import static team.chisel.init.ChiselBlocks.planks; -import static team.chisel.init.ChiselBlocks.planks_bop; -import static team.chisel.init.ChiselBlocks.planks_tc; -import static team.chisel.init.ChiselBlocks.pumpkin; -import static team.chisel.init.ChiselBlocks.stainedGlass; -import static team.chisel.init.ChiselBlocks.stainedGlassForestry; -import static team.chisel.init.ChiselBlocks.stainedGlassPane; -import static team.chisel.init.ChiselBlocks.sveltstone; -import static team.chisel.init.ChiselBlocks.torches; +import static team.chisel.init.ChiselBlocks.*; import static team.chisel.utils.General.featureColors; import static team.chisel.utils.General.sGNames; @@ -261,7 +246,7 @@ void addRecipes() { if (meta == 0) { GameRegistry.addRecipe( new ShapedOreRecipe( - new ItemStack(ChiselBlocks.antiBlock, 8, 15), + new ItemStack(antiBlock, 8, 15), "SSS", "SGS", "SSS", @@ -272,14 +257,14 @@ void addRecipes() { } GameRegistry.addRecipe( new ShapedOreRecipe( - new ItemStack(ChiselBlocks.antiBlock, 8, meta), + new ItemStack(antiBlock, 8, meta), "BBB", "BdB", "BBB", 'd', dyeOres[meta], 'B', - new ItemStack(ChiselBlocks.antiBlock, 1, OreDictionary.WILDCARD_VALUE))); + new ItemStack(antiBlock, 1, OreDictionary.WILDCARD_VALUE))); } @Override @@ -328,7 +313,7 @@ void addBlocks() { void addRecipes() { GameRegistry.addRecipe( new ShapedOreRecipe( - new ItemStack(ChiselBlocks.autoChisel, 1), + new ItemStack(autoChisel, 1), new Object[] { "XXX", " Y ", "YYY", Character.valueOf('X'), Blocks.stone_slab, Character.valueOf('Y'), "ingotIron" })); } @@ -535,7 +520,7 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.carpet_block, 8, meta), + new ItemStack(carpet_block, 8, meta), "YYY", "YXY", "YYY", @@ -597,11 +582,7 @@ void addBlocks() { @Override void addRecipes() { - GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.carpet, 3, meta), - "XX", - 'X', - new ItemStack(ChiselBlocks.carpet_block, 1, meta)); + GameRegistry.addRecipe(new ItemStack(carpet, 3, meta), "XX", 'X', new ItemStack(carpet_block, 1, meta)); } @Override @@ -877,7 +858,7 @@ void addRecipes() { if (concreteRecipeBlock == null) concreteRecipeBlock = Blocks.gravel; FurnaceRecipes.smelting() - .func_151393_a(concreteRecipeBlock, new ItemStack(ChiselBlocks.concrete), 0.1F); + .func_151393_a(concreteRecipeBlock, new ItemStack(concrete), 0.1F); } }, @@ -1140,7 +1121,7 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.factoryblock, Configurations.factoryBlockAmount, 0), + new ItemStack(factoryblock, Configurations.factoryBlockAmount, 0), new Object[] { "*X*", "X X", "*X*", '*', new ItemStack(Blocks.stone, 1), 'X', new ItemStack(Items.iron_ingot, 1) }); } @@ -1202,7 +1183,7 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.fantasyblock, 8, 0), + new ItemStack(fantasyblock, 8, 0), "***", "*X*", "***", @@ -1212,12 +1193,12 @@ void addRecipes() { new ItemStack(Items.gold_nugget, 1)); GameRegistry.addRecipe( new ShapedOreRecipe( - new ItemStack(ChiselBlocks.fantasyblock2, 8, 0), + new ItemStack(fantasyblock2, 8, 0), "***", "*X*", "***", '*', - new ItemStack(ChiselBlocks.fantasyblock, 1), + new ItemStack(fantasyblock, 1), 'X', "dyeWhite")); } @@ -1272,7 +1253,7 @@ void addBlocks() { void addRecipes() { GameRegistry.addRecipe( new ShapedOreRecipe( - new ItemStack(ChiselBlocks.futura, 8, 0), + new ItemStack(futura, 8, 0), "SBS", "BGB", "SBS", @@ -1475,7 +1456,7 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.glotek, 8, 0), + new ItemStack(glotek, 8, 0), "***", "*X*", "***", @@ -1628,7 +1609,7 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.grimstone, 8, 0), + new ItemStack(grimstone, 8, 0), "***", "*X*", "***", @@ -1776,7 +1757,7 @@ void addBlocks() { void addRecipes() { GameRegistry.addRecipe( new ShapedOreRecipe( - new ItemStack(ChiselBlocks.hexPlating, 8, 0), + new ItemStack(hexPlating, 8, 0), "XXX", "XYX", "XXX", @@ -1818,7 +1799,7 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.holystone, 8, 0), + new ItemStack(holystone, 8, 0), "***", "*X*", "***", @@ -1852,15 +1833,9 @@ void addRecipes() { if (!Loader.isModLoaded("dreamcraft")) { for (int i = 0; i < 16; i++) { - GameRegistry.addSmelting( - new ItemStack(ChiselBlocks.hempcretesand, 1, i), - new ItemStack(ChiselBlocks.hempcrete, 1, i), - 20F); + GameRegistry.addSmelting(new ItemStack(hempcretesand, 1, i), new ItemStack(hempcrete, 1, i), 20F); - GameRegistry.addSmelting( - new ItemStack(ChiselBlocks.hempcretesand, 1, i), - new ItemStack(ChiselBlocks.hempcrete, 1, i), - 0.1F); + GameRegistry.addSmelting(new ItemStack(hempcretesand, 1, i), new ItemStack(hempcrete, 1, i), 0.1F); } } } @@ -1892,7 +1867,7 @@ void addBlocks() { void addRecipes() { if (!Loader.isModLoaded("dreamcraft")) { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.hempcretesand, 8, 0), + new ItemStack(hempcretesand, 8, 0), "***", "*X*", "***", @@ -1936,11 +1911,11 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.ice, 4, 1), + new ItemStack(ice, 4, 1), "XX", "XX", 'X', - new ItemStack(ChiselBlocks.ice_pillar, 1, OreDictionary.WILDCARD_VALUE)); + new ItemStack(ice_pillar, 1, OreDictionary.WILDCARD_VALUE)); } }, @@ -1967,12 +1942,12 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.ice_pillar, 6, 0), + new ItemStack(ice_pillar, 6, 0), "XX", "XX", "XX", 'X', - new ItemStack(ChiselBlocks.ice, 1, OreDictionary.WILDCARD_VALUE)); + new ItemStack(ice, 1, OreDictionary.WILDCARD_VALUE)); } }, @@ -2004,7 +1979,7 @@ void addBlocks() { public BlockCarvableStairs create(Block block, int meta, CarvableHelper helper) { return new BlockCarvableIceStairs(block, meta, helper); } - }, "ice_stairs", ChiselBlocks.iceStairs); + }, "ice_stairs", iceStairs); Carving.chisel.registerOre("ice_stairs", "iceStairs"); } }, @@ -2141,7 +2116,7 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.laboratoryblock, 8, 0), + new ItemStack(laboratoryblock, 8, 0), "***", "*X*", "***", @@ -2207,7 +2182,7 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.lavastone, 8, 0), + new ItemStack(lavastone, 8, 0), "***", "*X*", "***", @@ -2393,17 +2368,17 @@ void addBlocks() { .addVariation("tile.limestoneStairs.14.desc", 14, "limestone/terrain-pistonback-lightmarker"); makerLimestoneStairs.carverHelper .addVariation("tile.limestoneStairs.15.desc", 15, "limestone/terrain-pistonback-lightpanel"); - makerLimestoneStairs.create("limestone_stairs", ChiselBlocks.limestoneStairs); + makerLimestoneStairs.create("limestone_stairs", limestoneStairs); Carving.chisel.registerOre("limestone_stairs", "limestone_stairs"); } @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.limestone_slab, 6, 0), + new ItemStack(limestone_slab, 6, 0), "***", '*', - new ItemStack(ChiselBlocks.limestone, 1, OreDictionary.WILDCARD_VALUE)); + new ItemStack(limestone, 1, OreDictionary.WILDCARD_VALUE)); } }, @@ -2505,22 +2480,22 @@ void addBlocks() { makerMarbleStairs.carverHelper .addVariation("tile.marbleStairs.14.desc", 14, "marbleslab/marble-fancy-bricks"); makerMarbleStairs.carverHelper.addVariation("tile.marbleStairs.15.desc", 15, "marbleslab/marble-blocks"); - makerMarbleStairs.create("marble_stairs", ChiselBlocks.marbleStairs); + makerMarbleStairs.create("marble_stairs", marbleStairs); } @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.marble_slab, 6, 0), + new ItemStack(marble_slab, 6, 0), "***", '*', - new ItemStack(ChiselBlocks.marble, 1, OreDictionary.WILDCARD_VALUE)); + new ItemStack(marble, 1, OreDictionary.WILDCARD_VALUE)); GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.marble, 4), + new ItemStack(marble, 4), "XX", "XX", 'X', - new ItemStack(ChiselBlocks.marble_pillar, 1, OreDictionary.WILDCARD_VALUE)); + new ItemStack(marble_pillar, 1, OreDictionary.WILDCARD_VALUE)); } }, @@ -2698,17 +2673,17 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.marble_pillar, 6), + new ItemStack(marble_pillar, 6), "XX", "XX", "XX", 'X', - new ItemStack(ChiselBlocks.marble, 1, OreDictionary.WILDCARD_VALUE)); + new ItemStack(marble, 1, OreDictionary.WILDCARD_VALUE)); GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.marble_pillar_slab, 6, 0), + new ItemStack(marble_pillar_slab, 6, 0), "***", '*', - new ItemStack(ChiselBlocks.marble_pillar, 1, OreDictionary.WILDCARD_VALUE)); + new ItemStack(marble_pillar, 1, OreDictionary.WILDCARD_VALUE)); } }, @@ -2748,7 +2723,7 @@ void addBlocks() { void addRecipes() { GameRegistry.addRecipe( new ShapedOreRecipe( - new ItemStack(ChiselBlocks.rebel, 32, 0), + new ItemStack(rebel, 32, 0), new Object[] { "xyx", "yzy", "xyx", 'x', "stone", 'y', Items.iron_ingot, 'z', Items.gold_nugget })); } }, @@ -2983,12 +2958,12 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.packedice_pillar, 6, 0), + new ItemStack(packedice_pillar, 6, 0), "XX", "XX", "XX", 'X', - new ItemStack(ChiselBlocks.packedice, 1, OreDictionary.WILDCARD_VALUE)); + new ItemStack(packedice, 1, OreDictionary.WILDCARD_VALUE)); } }, @@ -3048,7 +3023,7 @@ void addBlocks() { public BlockCarvableStairs create(Block block, int meta, CarvableHelper helper) { return new BlockCarvablePackedIceStairs(block, meta, helper); } - }, "packedice_stairs", ChiselBlocks.packediceStairs); + }, "packedice_stairs", packediceStairs); Carving.chisel.registerOre("packedice_stairs", "packedIceStairs"); } }, @@ -3098,7 +3073,7 @@ void addBlocks() { void addRecipes() { GameRegistry.addRecipe( new ShapedOreRecipe( - new ItemStack(ChiselBlocks.paperwall, 8), + new ItemStack(paperwall, 8), "ppp", "psp", "ppp", @@ -3106,13 +3081,8 @@ void addRecipes() { Items.paper, ('s'), "stickWood")); - GameRegistry.addRecipe( - new ShapedOreRecipe( - new ItemStack(ChiselBlocks.paperwall_block, 4), - "pp", - "pp", - ('p'), - ChiselBlocks.paperwall)); + GameRegistry + .addRecipe(new ShapedOreRecipe(new ItemStack(paperwall_block, 4), "pp", "pp", ('p'), paperwall)); } }, @@ -3134,10 +3104,7 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ShapelessOreRecipe( - new ItemStack(ChiselBlocks.present, 1, meta), - new ItemStack(Blocks.chest, 1), - dyeOres[meta])); + new ShapelessOreRecipe(new ItemStack(present, 1, meta), new ItemStack(Blocks.chest, 1), dyeOres[meta])); } @Override @@ -3204,7 +3171,7 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addShapelessRecipe( - new ItemStack(ChiselBlocks.purpur), + new ItemStack(purpur), new ItemStack(Item.getItemFromBlock(Blocks.end_stone), 1), new ItemStack(Items.dye, 1, 5)); } @@ -3412,7 +3379,7 @@ void addBlocks() { void addRecipes() { GameRegistry.addRecipe( new ShapedOreRecipe( - new ItemStack(ChiselBlocks.road_line, 8, 0), + new ItemStack(road_line, 8, 0), "wrw", "wrw", "wrw", @@ -3513,23 +3480,15 @@ void addRecipes() { if (meta == 0) { // The following recipe is due to bugs with Chisel 1.5.1 to // 1.5.6a - GameRegistry.addRecipe( - new ItemStack(Blocks.sandstone, 1, 0), - "X", - 'X', - new ItemStack(ChiselBlocks.sandstone, 1, 0)); + GameRegistry.addRecipe(new ItemStack(Blocks.sandstone, 1, 0), "X", 'X', new ItemStack(sandstone, 1, 0)); // The following recipe is due to bug with Chisel 1.5.6b - GameRegistry.addRecipe( - new ItemStack(Blocks.sandstone, 1, 1), - "X", - 'X', - new ItemStack(ChiselBlocks.sandstone, 1, 1)); + GameRegistry.addRecipe(new ItemStack(Blocks.sandstone, 1, 1), "X", 'X', new ItemStack(sandstone, 1, 1)); } GameRegistry.addRecipe( new ItemStack(Blocks.sandstone, 1, 1), "X", 'X', - new ItemStack(ChiselBlocks.sandstone_scribbles, 1, OreDictionary.WILDCARD_VALUE)); + new ItemStack(sandstone_scribbles, 1, OreDictionary.WILDCARD_VALUE)); } }, @@ -3829,7 +3788,7 @@ void addBlocks() { void addRecipes() { GameRegistry.addRecipe( new ShapedOreRecipe( - new ItemStack(ChiselBlocks.technical, Configurations.factoryBlockAmount, 0), + new ItemStack(technical, Configurations.factoryBlockAmount, 0), new Object[] { "xyx", "yxy", "xyx", 'x', "stone", 'y', Items.iron_ingot })); /* * GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(ChiselBlocks.technical2, @@ -3872,7 +3831,7 @@ void addBlocks() { void addRecipes() { GameRegistry.addRecipe( new ShapedOreRecipe( - new ItemStack(ChiselBlocks.templeblock, 8, 0), + new ItemStack(templeblock, 8, 0), "***", "*X*", "***", @@ -4076,7 +4035,7 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.tyrian, 8, 0), + new ItemStack(tyrian, 8, 0), "***", "*X*", "***", @@ -4134,7 +4093,7 @@ void addBlocks() { void addRecipes() { GameRegistry.addRecipe( new ShapedOreRecipe( - new ItemStack(ChiselBlocks.valentines, 8, 0), + new ItemStack(valentines, 8, 0), "***", "*X*", "***", @@ -4214,11 +4173,11 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.voidstone, 8, 0), + new ItemStack(voidstone, 8, 0), new Object[] { "oxo", "xyx", "oxo", 'x', new ItemStack(Blocks.stone, 1), 'y', new ItemStack(Items.ender_pearl, 1), 'o', new ItemStack(Blocks.obsidian, 1) }); GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.voidstone2, 8, 0), + new ItemStack(voidstone2, 8, 0), new Object[] { "oxo", "xyx", "oxo", 'x', new ItemStack(Blocks.stone, 1), 'y', new ItemStack(Items.ender_eye, 1), 'o', new ItemStack(Blocks.obsidian, 1) }); } @@ -4244,18 +4203,9 @@ void addBlocks() { @Override void addRecipes() { - GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.voidstonePillar, 4, 0), - "xx", - "xx", - 'x', - new ItemStack(ChiselBlocks.voidstone, 1)); - GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.voidstonePillar2, 4, 0), - "xx", - "xx", - 'x', - new ItemStack(ChiselBlocks.voidstone2, 1)); + GameRegistry.addRecipe(new ItemStack(voidstonePillar, 4, 0), "xx", "xx", 'x', new ItemStack(voidstone, 1)); + GameRegistry + .addRecipe(new ItemStack(voidstonePillar2, 4, 0), "xx", "xx", 'x', new ItemStack(voidstone2, 1)); } }, @@ -4291,7 +4241,7 @@ void addBlocks() { void addRecipes() { GameRegistry.addRecipe( new ShapedOreRecipe( - new ItemStack(ChiselBlocks.warningSign, 4, 0), + new ItemStack(warningSign, 4, 0), new Object[] { "xxx", "xyx", "xxx", 'x', "stone", 'y', Items.sign })); } }, @@ -4319,7 +4269,7 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.waterstone, 8, 0), + new ItemStack(waterstone, 8, 0), "***", "*X*", "***", @@ -4501,7 +4451,7 @@ void addRecipes() { .registerOre("blockWool" + sGNames[meta].replaceAll(" ", ""), new ItemStack(Blocks.wool, 1, meta)); GameRegistry.addRecipe( new ShapelessOreRecipe( - new ItemStack(ChiselBlocks.woolen_clay, 2, meta), + new ItemStack(woolen_clay, 2, meta), new Object[] { "blockWool" + sGNames[meta].replaceAll(" ", ""), "stainedClay" + sGNames[meta].replaceAll(" ", "") })); } @@ -4532,7 +4482,7 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.froglight, 8, 0), + new ItemStack(froglight, 8, 0), "SGS", "BSB", "SGS", @@ -4567,7 +4517,7 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.lantern, 1, 0), + new ItemStack(lantern, 1, 0), "gig", "iGi", "gig", @@ -4606,13 +4556,317 @@ void addBlocks() { @Override void addRecipes() { GameRegistry.addRecipe( - new ItemStack(ChiselBlocks.sheetmetal, 32, 0), + new ItemStack(sheetmetal, 32, 0), "iii", " ", "iii", 'i', new ItemStack(Items.iron_ingot, 1, 0)); } + }, + + MOSS { + + @Override + void addBlocks() { + BlockCarvable moss = (BlockCarvable) new BlockCarvable(Material.wood).setStepSound(Block.soundTypeGrass) + .setCreativeTab(ChiselTabs.tabOtherChiselBlocks) + .setHardness(1F) + .setResistance(1F); + moss.carverHelper.addVariation("tile.moss.0.desc", 0, "moss/moss"); + moss.carverHelper.addVariation("tile.moss.1.desc", 1, "moss/pale_moss"); + moss.carverHelper.addVariation("tile.moss.2.desc", 2, "moss/dark_moss"); + moss.carverHelper.addVariation("tile.moss.3.desc", 3, "moss/dry_moss"); + moss.carverHelper.addVariation("tile.moss.4.desc", 4, "moss/golden_moss"); + moss.carverHelper.addVariation("tile.moss.5.desc", 5, "moss/infused_moss"); + moss.carverHelper.addVariation("tile.moss.6.desc", 6, "moss/mutated_moss"); + moss.carverHelper.addVariation("tile.moss.7.desc", 7, "moss/scorched_moss"); + moss.carverHelper.addVariation("tile.moss.8.desc", 8, "moss/vivid_moss"); + moss.carverHelper.addVariation("tile.moss.9.desc", 9, "moss/peat_moss"); + moss.carverHelper.addVariation("tile.moss.10.desc", 10, "moss/pink_sphagnum_moss"); + moss.carverHelper.registerAll(moss, "moss"); + Carving.chisel.registerOre("moss", "blockMoss"); + } + + @Override + void addRecipes() { + GameRegistry.addRecipe( + new ItemStack(moss, 8, 0), + "ggg", + "gMg", + "ggg", + 'M', + new ItemStack(ChiselItems.ballomoss, 1), + 'g', + new ItemStack(Blocks.dirt, 1)); + } + }, + ELECTRUM { + + @Override + void addBlocks() { + BlockCarvable electrum = (BlockCarvable) new BlockBeaconBase(Material.iron) + .setStepSound(Block.soundTypeMetal) + .setCreativeTab(ChiselTabs.tabModdedChiselBlocks) + .setHardness(5F) + .setResistance(10F); + electrum.carverHelper.addVariation("tile.numetalOre.0.desc", 0, "metals/electrum/badgreggy", 0); + electrum.carverHelper.addVariation("tile.numetalOre.1.desc", 1, "metals/electrum/bolted", 1); + electrum.carverHelper.addVariation("tile.numetalOre.2.desc", 2, "metals/electrum/caution", 2); + electrum.carverHelper.addVariation("tile.numetalOre.3.desc", 3, "metals/electrum/crate", 3); + electrum.carverHelper.addVariation("tile.numetalOre.4.desc", 4, "metals/electrum/machine", 4); + electrum.carverHelper.addVariation("tile.numetalOre.5.desc", 5, "metals/electrum/scaffold", 5); + electrum.carverHelper.addVariation("tile.numetalOre.6.desc", 6, "metals/electrum/thermal-side", 6); + electrum.carverHelper.registerAll(electrum, "electrumblock"); + Carving.chisel.registerOre("electrumblock", "blockElectrun"); + } + }, + INVAR { + + @Override + void addBlocks() { + BlockCarvable invar = (BlockCarvable) new BlockBeaconBase(Material.iron).setStepSound(Block.soundTypeMetal) + .setCreativeTab(ChiselTabs.tabModdedChiselBlocks) + .setHardness(5F) + .setResistance(10F); + invar.carverHelper.addVariation("tile.numetalOre.0.desc", 0, "metals/invar/badgreggy", 0); + invar.carverHelper.addVariation("tile.numetalOre.1.desc", 1, "metals/invar/bolted", 1); + invar.carverHelper.addVariation("tile.numetalOre.2.desc", 2, "metals/invar/caution", 2); + invar.carverHelper.addVariation("tile.numetalOre.3.desc", 3, "metals/invar/crate", 3); + invar.carverHelper.addVariation("tile.numetalOre.4.desc", 4, "metals/invar/machine", 4); + invar.carverHelper.addVariation("tile.numetalOre.5.desc", 5, "metals/invar/scaffold", 5); + invar.carverHelper.addVariation("tile.numetalOre.6.desc", 6, "metals/invar/thermal-side", 6); + invar.carverHelper.registerAll(invar, "invarblock"); + Carving.chisel.registerOre("invarblock", "blockInvar"); + } + }, + NICKEL { + + @Override + void addBlocks() { + BlockCarvable nickel = (BlockCarvable) new BlockBeaconBase(Material.iron).setStepSound(Block.soundTypeMetal) + .setCreativeTab(ChiselTabs.tabModdedChiselBlocks) + .setHardness(5F) + .setResistance(10F); + nickel.carverHelper.addVariation("tile.numetalOre.0.desc", 0, "metals/nickel/badgreggy", 0); + nickel.carverHelper.addVariation("tile.numetalOre.1.desc", 1, "metals/nickel/bolted", 1); + nickel.carverHelper.addVariation("tile.numetalOre.2.desc", 2, "metals/nickel/caution", 2); + nickel.carverHelper.addVariation("tile.numetalOre.3.desc", 3, "metals/nickel/crate", 3); + nickel.carverHelper.addVariation("tile.numetalOre.4.desc", 4, "metals/nickel/machine", 4); + nickel.carverHelper.addVariation("tile.numetalOre.5.desc", 5, "metals/nickel/scaffold", 5); + nickel.carverHelper.addVariation("tile.numetalOre.6.desc", 6, "metals/nickel/thermal-side", 6); + nickel.carverHelper.registerAll(nickel, "nickelblock"); + Carving.chisel.registerOre("nickelblock", "blockNickel"); + } + }, + PLATINUM { + + @Override + void addBlocks() { + BlockCarvable platinum = (BlockCarvable) new BlockBeaconBase(Material.iron) + .setStepSound(Block.soundTypeMetal) + .setCreativeTab(ChiselTabs.tabModdedChiselBlocks) + .setHardness(5F) + .setResistance(10F); + platinum.carverHelper.addVariation("tile.numetalOre.0.desc", 0, "metals/platinum/badgreggy", 0); + platinum.carverHelper.addVariation("tile.numetalOre.1.desc", 1, "metals/platinum/bolted", 1); + platinum.carverHelper.addVariation("tile.numetalOre.2.desc", 2, "metals/platinum/caution", 2); + platinum.carverHelper.addVariation("tile.numetalOre.3.desc", 3, "metals/platinum/crate", 3); + platinum.carverHelper.addVariation("tile.numetalOre.4.desc", 4, "metals/platinum/machine", 4); + platinum.carverHelper.addVariation("tile.numetalOre.5.desc", 5, "metals/platinum/scaffold", 5); + platinum.carverHelper.addVariation("tile.numetalOre.6.desc", 6, "metals/platinum/thermal-side", 6); + platinum.carverHelper.registerAll(platinum, "platinumblock"); + Carving.chisel.registerOre("platinumblock", "blockPlatinum"); + } + }, + WROUGHT_IRON { + + @Override + void addBlocks() { + BlockCarvable wrought_iron = (BlockCarvable) new BlockBeaconBase(Material.iron) + .setStepSound(Block.soundTypeMetal) + .setCreativeTab(ChiselTabs.tabModdedChiselBlocks) + .setHardness(5F) + .setResistance(10F); + wrought_iron.carverHelper + .addVariation("tile.newmetalOre.0.desc", 0, "metals/wrought_iron/wrought_iron_0", 0); + wrought_iron.carverHelper + .addVariation("tile.newmetalOre.1.desc", 1, "metals/wrought_iron/wrought_iron_1", 1); + wrought_iron.carverHelper + .addVariation("tile.newetalOre.2.desc", 2, "metals/wrought_iron/wrought_iron_2", 2); + wrought_iron.carverHelper + .addVariation("tile.newetalOre.3.desc", 3, "metals/wrought_iron/wrought_iron_3", 3); + wrought_iron.carverHelper + .addVariation("tile.newetalOre.4.desc", 4, "metals/wrought_iron/wrought_iron_4", 4); + wrought_iron.carverHelper + .addVariation("tile.newetalOre.5.desc", 5, "metals/wrought_iron/wrought_iron_5", 5); + wrought_iron.carverHelper + .addVariation("tile.newetalOre.6.desc", 6, "metals/wrought_iron/wrought_iron_6", 6); + wrought_iron.carverHelper + .addVariation("tile.newetalOre.7.desc", 7, "metals/wrought_iron/wrought_iron_7", 6); + wrought_iron.carverHelper.registerAll(wrought_iron, "wroughtironblock"); + Carving.chisel.registerOre("wroughtironblock", "blockWroughtIron"); + } + }, + TITANIUM { + + @Override + void addBlocks() { + BlockCarvable titanium = (BlockCarvable) new BlockBeaconBase(Material.iron) + .setStepSound(Block.soundTypeMetal) + .setCreativeTab(ChiselTabs.tabModdedChiselBlocks) + .setHardness(5F) + .setResistance(10F); + titanium.carverHelper.addVariation("tile.newmetalOre.0.desc", 0, "metals/titanium/titanium_0", 0); + titanium.carverHelper.addVariation("tile.newmetalOre.1.desc", 1, "metals/titanium/titanium_1", 1); + titanium.carverHelper.addVariation("tile.newetalOre.2.desc", 2, "metals/titanium/titanium_2", 2); + titanium.carverHelper.addVariation("tile.newetalOre.3.desc", 3, "metals/titanium/titanium_3", 3); + titanium.carverHelper.addVariation("tile.newetalOre.4.desc", 4, "metals/titanium/titanium_4", 4); + titanium.carverHelper.addVariation("tile.newetalOre.5.desc", 5, "metals/titanium/titanium_5", 5); + titanium.carverHelper.addVariation("tile.newetalOre.6.desc", 6, "metals/titanium/titanium_6", 6); + titanium.carverHelper.addVariation("tile.newetalOre.7.desc", 7, "metals/titanium/titanium_7", 6); + titanium.carverHelper.registerAll(titanium, "titaniumblock"); + Carving.chisel.registerOre("titaniumblock", "titaniumBlock"); + } + }, + STAINLESS_STEEL { + + @Override + void addBlocks() { + BlockCarvable stainless_steel = (BlockCarvable) new BlockBeaconBase(Material.iron) + .setStepSound(Block.soundTypeMetal) + .setCreativeTab(ChiselTabs.tabModdedChiselBlocks) + .setHardness(5F) + .setResistance(10F); + stainless_steel.carverHelper + .addVariation("tile.newmetalOre.0.desc", 0, "metals/stainless_steel/stainless_steel_0", 0); + stainless_steel.carverHelper + .addVariation("tile.newmetalOre.1.desc", 1, "metals/stainless_steel/stainless_steel_1", 1); + stainless_steel.carverHelper + .addVariation("tile.newetalOre.2.desc", 2, "metals/stainless_steel/stainless_steel_2", 2); + stainless_steel.carverHelper + .addVariation("tile.newetalOre.3.desc", 3, "metals/stainless_steel/stainless_steel_3", 3); + stainless_steel.carverHelper + .addVariation("tile.newetalOre.4.desc", 4, "metals/stainless_steel/stainless_steel_4", 4); + stainless_steel.carverHelper + .addVariation("tile.newetalOre.5.desc", 5, "metals/stainless_steel/stainless_steel_5", 5); + stainless_steel.carverHelper + .addVariation("tile.newetalOre.6.desc", 6, "metals/stainless_steel/stainless_steel_6", 6); + stainless_steel.carverHelper + .addVariation("tile.newetalOre.7.desc", 7, "metals/stainless_steel/stainless_steel_7", 6); + stainless_steel.carverHelper.registerAll(stainless_steel, "stainlesssteelblock"); + Carving.chisel.registerOre("stainlesssteelblock", "blockStainlessSteel"); + } + }, + TUNGSTENSTEEL { + + @Override + void addBlocks() { + BlockCarvable tungstensteel = (BlockCarvable) new BlockBeaconBase(Material.iron) + .setStepSound(Block.soundTypeMetal) + .setCreativeTab(ChiselTabs.tabModdedChiselBlocks) + .setHardness(5F) + .setResistance(10F); + tungstensteel.carverHelper + .addVariation("tile.newmetalOre.0.desc", 0, "metals/tungstensteel/tungstensteel_0", 0); + tungstensteel.carverHelper + .addVariation("tile.newmetalOre.1.desc", 1, "metals/tungstensteel/tungstensteel_1", 1); + tungstensteel.carverHelper + .addVariation("tile.newetalOre.2.desc", 2, "metals/tungstensteel/tungstensteel_2", 2); + tungstensteel.carverHelper + .addVariation("tile.newetalOre.3.desc", 3, "metals/tungstensteel/tungstensteel_3", 3); + tungstensteel.carverHelper + .addVariation("tile.newetalOre.4.desc", 4, "metals/tungstensteel/tungstensteel_4", 4); + tungstensteel.carverHelper + .addVariation("tile.newetalOre.5.desc", 5, "metals/tungstensteel/tungstensteel_5", 5); + tungstensteel.carverHelper + .addVariation("tile.newetalOre.6.desc", 6, "metals/tungstensteel/tungstensteel_6", 6); + tungstensteel.carverHelper + .addVariation("tile.newetalOre.7.desc", 7, "metals/tungstensteel/tungstensteel_7", 6); + tungstensteel.carverHelper.registerAll(tungstensteel, "tungstensteelblock"); + Carving.chisel.registerOre("tungstensteelblock", "tungstensteelBlock"); + } + }, + RPP { + + @Override + void addBlocks() { + BlockCarvable rpp = (BlockCarvable) new BlockBeaconBase(Material.iron).setStepSound(Block.soundTypeMetal) + .setCreativeTab(ChiselTabs.tabModdedChiselBlocks) + .setHardness(5F) + .setResistance(10F); + rpp.carverHelper.addVariation("tile.newmetalOre.0.desc", 0, "metals/rpp/rpp_0", 0); + rpp.carverHelper.addVariation("tile.newmetalOre.1.desc", 1, "metals/rpp/rpp_1", 1); + rpp.carverHelper.addVariation("tile.newetalOre.2.desc", 2, "metals/rpp/rpp_2", 2); + rpp.carverHelper.addVariation("tile.newetalOre.3.desc", 3, "metals/rpp/rpp_3", 3); + rpp.carverHelper.addVariation("tile.newetalOre.4.desc", 4, "metals/rpp/rpp_4", 4); + rpp.carverHelper.addVariation("tile.newetalOre.5.desc", 5, "metals/rpp/rpp_5", 5); + rpp.carverHelper.addVariation("tile.newetalOre.6.desc", 6, "metals/rpp/rpp_6", 6); + rpp.carverHelper.addVariation("tile.newetalOre.7.desc", 7, "metals/rpp/rpp_7", 6); + rpp.carverHelper.registerAll(rpp, "rppblock"); + Carving.chisel.registerOre("rppblock", "rppBlock"); + } + }, + IRIDIUM { + + @Override + void addBlocks() { + BlockCarvable iridium = (BlockCarvable) new BlockBeaconBase(Material.iron) + .setStepSound(Block.soundTypeMetal) + .setCreativeTab(ChiselTabs.tabModdedChiselBlocks) + .setHardness(5F) + .setResistance(10F); + iridium.carverHelper.addVariation("tile.newmetalOre.0.desc", 0, "metals/iridium/iridium_0", 0); + iridium.carverHelper.addVariation("tile.newmetalOre.1.desc", 1, "metals/iridium/iridium_1", 1); + iridium.carverHelper.addVariation("tile.newetalOre.2.desc", 2, "metals/iridium/iridium_2", 2); + iridium.carverHelper.addVariation("tile.newetalOre.3.desc", 3, "metals/iridium/iridium_3", 3); + iridium.carverHelper.addVariation("tile.newetalOre.4.desc", 4, "metals/iridium/iridium_4", 4); + iridium.carverHelper.addVariation("tile.newetalOre.5.desc", 5, "metals/iridium/iridium_5", 5); + iridium.carverHelper.addVariation("tile.newetalOre.6.desc", 6, "metals/iridium/iridium_6", 6); + iridium.carverHelper.addVariation("tile.newetalOre.7.desc", 7, "metals/iridium/iridium_7", 6); + iridium.carverHelper.registerAll(iridium, "iridiumblock"); + Carving.chisel.registerOre("iridiumblock", "iridiumBlock"); + } + }, + OSMIUM { + + @Override + void addBlocks() { + BlockCarvable osmium = (BlockCarvable) new BlockBeaconBase(Material.iron).setStepSound(Block.soundTypeMetal) + .setCreativeTab(ChiselTabs.tabModdedChiselBlocks) + .setHardness(5F) + .setResistance(10F); + osmium.carverHelper.addVariation("tile.newmetalOre.0.desc", 0, "metals/osmium/osmium_0", 0); + osmium.carverHelper.addVariation("tile.newmetalOre.1.desc", 1, "metals/osmium/osmium_1", 1); + osmium.carverHelper.addVariation("tile.newetalOre.2.desc", 2, "metals/osmium/osmium_2", 2); + osmium.carverHelper.addVariation("tile.newetalOre.3.desc", 3, "metals/osmium/osmium_3", 3); + osmium.carverHelper.addVariation("tile.newetalOre.4.desc", 4, "metals/osmium/osmium_4", 4); + osmium.carverHelper.addVariation("tile.newetalOre.5.desc", 5, "metals/osmium/osmium_5", 5); + osmium.carverHelper.addVariation("tile.newetalOre.6.desc", 6, "metals/osmium/osmium_6", 6); + osmium.carverHelper.addVariation("tile.newetalOre.7.desc", 7, "metals/osmium/osmium_7", 6); + osmium.carverHelper.registerAll(osmium, "osmiumblock"); + Carving.chisel.registerOre("osmiumblock", "osmiumBlock"); + } + }, + + COBALT { + + @Override + void addBlocks() { + BlockCarvable cobalt = (BlockCarvable) new BlockBeaconBase(Material.iron).setStepSound(Block.soundTypeMetal) + .setCreativeTab(ChiselTabs.tabModdedChiselBlocks) + .setHardness(5F) + .setResistance(10F); + cobalt.carverHelper.addVariation("tile.numetalOre.0.desc", 0, "metals/cobalt/badgreggy", 0); + cobalt.carverHelper.addVariation("tile.numetalOre.1.desc", 1, "metals/cobalt/bolted", 1); + cobalt.carverHelper.addVariation("tile.numetalOre.2.desc", 2, "metals/cobalt/caution", 2); + cobalt.carverHelper.addVariation("tile.numetalOre.3.desc", 3, "metals/cobalt/crate", 3); + cobalt.carverHelper.addVariation("tile.numetalOre.4.desc", 4, "metals/cobalt/machine", 4); + cobalt.carverHelper.addVariation("tile.numetalOre.5.desc", 5, "metals/cobalt/scaffold", 5); + cobalt.carverHelper.addVariation("tile.numetalOre.6.desc", 6, "metals/cobalt/thermal-side", 6); + cobalt.carverHelper.registerAll(cobalt, "cobaltblock"); + Carving.chisel.registerOre("cobaltblock", "blockCobalt"); + } }; private static final String[] dyeOres = { "dyeBlack", "dyeRed", "dyeGreen", "dyeBrown", "dyeBlue", "dyePurple", diff --git a/src/main/java/team/chisel/init/ChiselBlocks.java b/src/main/java/team/chisel/init/ChiselBlocks.java index 03289fb0e..44a2bba23 100644 --- a/src/main/java/team/chisel/init/ChiselBlocks.java +++ b/src/main/java/team/chisel/init/ChiselBlocks.java @@ -177,5 +177,21 @@ public final class ChiselBlocks { public static final BlockCarvable lantern = null; public static final BlockCarvable sheetmetal = null; + // June Additions + public static final BlockCarvable moss = null; + public static final BlockCarvableCarpet moss_carpet = null; + public static final BlockCarvable cobalt = null; + public static final BlockCarvable electrum = null; + public static final BlockCarvable invar = null; + public static final BlockCarvable nickel = null; + public static final BlockCarvable platinum = null; + public static final BlockCarvable wrought_iron = null; + public static final BlockCarvable stainless_steel = null; + public static final BlockCarvable titanium = null; + public static final BlockCarvable tungstensteel = null; + public static final BlockCarvable rpp = null; + public static final BlockCarvable iridium = null; + public static final BlockCarvable osmium = null; + private ChiselBlocks() {} } diff --git a/src/main/resources/assets/chisel/lang/en_US.lang b/src/main/resources/assets/chisel/lang/en_US.lang index 73e0c7eba..118b43caf 100644 --- a/src/main/resources/assets/chisel/lang/en_US.lang +++ b/src/main/resources/assets/chisel/lang/en_US.lang @@ -2727,5 +2727,51 @@ tile.sheetmetal.7.desc=Paneling (Rusty) tile.sheetmetal.8.desc=Plating (Rusty) tile.sheetmetal.9.desc=Treading (Rusty) +#Moss +tile.chisel.moss.name=Moss +tile.moss.0.desc=Lush +tile.moss.1.desc=Pale +tile.moss.2.desc=Dark +tile.moss.3.desc=Dry +tile.moss.4.desc=Golden +tile.moss.5.desc=Infused +tile.moss.6.desc=Mutated +tile.moss.7.desc=Scorched +tile.moss.8.desc=Vivid +tile.moss.9.desc=Peaty +tile.moss.10.desc=Pink Sphagnum + +#Metals2 +tile.chisel.cobaltblock.name=Block of Cobalt +tile.chisel.invarblock.name=Block of Invar +tile.chisel.electrumblock.name=Block of Electrum +tile.chisel.nickelblock.name=Block of Nickel +tile.chisel.platinumblock.name=Block of Platinum +tile.chisel.wroughtironblock.name=Block of Wrought Iron +tile.chisel.stainlesssteelblock.name=Block of Stainless Steel +tile.chisel.titaniumblock.name=Block of Titanium +tile.chisel.tungstensteelblock.name=Block of Tungstensteel +tile.chisel.rppblock.name=Block of Rhodium-Plated Palladium +tile.chisel.iridiumblock.name=Block of Iridium +tile.chisel.osmiumblock.name=Block of Osmium +tile.numetalOre.0.desc=Egregious +tile.numetalOre.1.desc=Bolted Casing +tile.numetalOre.2.desc=Caution Stripes +tile.numetalOre.3.desc=Shipping Crate +tile.numetalOre.4.desc=Machinery +tile.numetalOre.5.desc=Scaffolding +tile.numetalOre.6.desc=Thermal + + +tile.newmetalOre.0.desc=Machinery +tile.newmetalOre.1.desc=Egregiously Modern +tile.newetalOre.2.desc=Bolted Casing +tile.newetalOre.3.desc=Caution Stripes +tile.newetalOre.4.desc=Shipping Crate +tile.newetalOre.5.desc=Egregious +tile.newetalOre.6.desc=Scaffolding +tile.newetalOre.7.desc=Thermal + + tile.chisel.amber.name=Block of Amber tile.chisel.bloodBrick.name=Bloodstone Brick diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/badgreggy-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/badgreggy-ctm.png new file mode 100644 index 000000000..5dcd566cd Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/badgreggy-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/badgreggy.png b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/badgreggy.png new file mode 100644 index 000000000..b00b15e99 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/badgreggy.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/badgreggy.png.mcmeta b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/badgreggy.png.mcmeta new file mode 100644 index 000000000..e5e4cd062 --- /dev/null +++ b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/badgreggy.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "textures": [ + "chisel:block/metals/cobalt/badgreggy-ctm" + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/bolted.png b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/bolted.png new file mode 100644 index 000000000..a7ab8c949 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/bolted.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/caution-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/caution-ctm.png new file mode 100644 index 000000000..df4427b7a Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/caution-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/caution.png b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/caution.png new file mode 100644 index 000000000..ad554444e Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/caution.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/caution.png.mcmeta b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/caution.png.mcmeta new file mode 100644 index 000000000..829fdfb3a --- /dev/null +++ b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/caution.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "textures": [ + "chisel:block/metals/cobalt/caution-ctm" + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/crate-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/crate-ctm.png new file mode 100644 index 000000000..c99ef8260 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/crate-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/crate.png b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/crate.png new file mode 100644 index 000000000..1e8a18dc1 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/crate.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/crate.png.mcmeta b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/crate.png.mcmeta new file mode 100644 index 000000000..756da4142 --- /dev/null +++ b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/crate.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "textures": [ + "chisel:block/metals/cobalt/crate-ctm" + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/machine.png b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/machine.png new file mode 100644 index 000000000..959c198ce Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/machine.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/scaffold-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/scaffold-ctm.png new file mode 100644 index 000000000..8249a844b Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/scaffold-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/scaffold.png b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/scaffold.png new file mode 100644 index 000000000..a7ec51aae Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/scaffold.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/scaffold.png.mcmeta b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/scaffold.png.mcmeta new file mode 100644 index 000000000..b0cf20ace --- /dev/null +++ b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/scaffold.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "textures": [ + "chisel:block/metals/cobalt/scaffold-ctm" + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/thermal-bottom.png b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/thermal-bottom.png new file mode 100644 index 000000000..e92398baa Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/thermal-bottom.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/thermal-side.png b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/thermal-side.png new file mode 100644 index 000000000..25b8210bc Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/thermal-side.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/thermal-top.png b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/thermal-top.png new file mode 100644 index 000000000..0f9128922 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/cobalt/thermal-top.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/electrum/badgreggy-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/badgreggy-ctm.png new file mode 100644 index 000000000..d4d8da9db Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/badgreggy-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/electrum/badgreggy.png b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/badgreggy.png new file mode 100644 index 000000000..91853c2a1 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/badgreggy.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/electrum/bolted.png b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/bolted.png new file mode 100644 index 000000000..e693a6433 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/bolted.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/electrum/caution-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/caution-ctm.png new file mode 100644 index 000000000..74db8bfc1 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/caution-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/electrum/caution.png b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/caution.png new file mode 100644 index 000000000..ff77a0ac1 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/caution.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/electrum/crate-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/crate-ctm.png new file mode 100644 index 000000000..b8556a3b8 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/crate-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/electrum/crate.png b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/crate.png new file mode 100644 index 000000000..eb134c84f Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/crate.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/electrum/machine.png b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/machine.png new file mode 100644 index 000000000..7d9f5fb4c Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/machine.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/electrum/scaffold-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/scaffold-ctm.png new file mode 100644 index 000000000..018d437fa Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/scaffold-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/electrum/scaffold.png b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/scaffold.png new file mode 100644 index 000000000..824ac45f1 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/scaffold.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/electrum/thermal-bottom.png b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/thermal-bottom.png new file mode 100644 index 000000000..03b4548bc Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/thermal-bottom.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/electrum/thermal-side.png b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/thermal-side.png new file mode 100644 index 000000000..bd6d957d9 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/thermal-side.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/electrum/thermal-top.png b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/thermal-top.png new file mode 100644 index 000000000..99dee0bc8 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/electrum/thermal-top.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/invar/badgreggy-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/invar/badgreggy-ctm.png new file mode 100644 index 000000000..e333da929 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/invar/badgreggy-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/invar/badgreggy.png b/src/main/resources/assets/chisel/textures/blocks/metals/invar/badgreggy.png new file mode 100644 index 000000000..72c0ef39b Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/invar/badgreggy.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/invar/badgreggy.png.mcmeta b/src/main/resources/assets/chisel/textures/blocks/metals/invar/badgreggy.png.mcmeta new file mode 100644 index 000000000..2e9df8168 --- /dev/null +++ b/src/main/resources/assets/chisel/textures/blocks/metals/invar/badgreggy.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "textures": [ + "chisel:block/metals/invar/badgreggy-ctm" + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/invar/bolted.png b/src/main/resources/assets/chisel/textures/blocks/metals/invar/bolted.png new file mode 100644 index 000000000..118b36f39 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/invar/bolted.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/invar/caution-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/invar/caution-ctm.png new file mode 100644 index 000000000..6016a9825 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/invar/caution-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/invar/caution.png b/src/main/resources/assets/chisel/textures/blocks/metals/invar/caution.png new file mode 100644 index 000000000..0884f6e85 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/invar/caution.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/invar/caution.png.mcmeta b/src/main/resources/assets/chisel/textures/blocks/metals/invar/caution.png.mcmeta new file mode 100644 index 000000000..a2f2b434c --- /dev/null +++ b/src/main/resources/assets/chisel/textures/blocks/metals/invar/caution.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "textures": [ + "chisel:block/metals/invar/caution-ctm" + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/invar/crate-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/invar/crate-ctm.png new file mode 100644 index 000000000..b4a73935e Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/invar/crate-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/invar/crate.png b/src/main/resources/assets/chisel/textures/blocks/metals/invar/crate.png new file mode 100644 index 000000000..3f2234031 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/invar/crate.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/invar/crate.png.mcmeta b/src/main/resources/assets/chisel/textures/blocks/metals/invar/crate.png.mcmeta new file mode 100644 index 000000000..6f009c3ea --- /dev/null +++ b/src/main/resources/assets/chisel/textures/blocks/metals/invar/crate.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "textures": [ + "chisel:block/metals/invar/crate-ctm" + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/invar/machine.png b/src/main/resources/assets/chisel/textures/blocks/metals/invar/machine.png new file mode 100644 index 000000000..1a3417dfd Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/invar/machine.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/invar/scaffold-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/invar/scaffold-ctm.png new file mode 100644 index 000000000..4609d12e6 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/invar/scaffold-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/invar/scaffold.png b/src/main/resources/assets/chisel/textures/blocks/metals/invar/scaffold.png new file mode 100644 index 000000000..a8453321b Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/invar/scaffold.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/invar/scaffold.png.mcmeta b/src/main/resources/assets/chisel/textures/blocks/metals/invar/scaffold.png.mcmeta new file mode 100644 index 000000000..a68a834e2 --- /dev/null +++ b/src/main/resources/assets/chisel/textures/blocks/metals/invar/scaffold.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "textures": [ + "chisel:block/metals/invar/scaffold-ctm" + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/invar/thermal-bottom.png b/src/main/resources/assets/chisel/textures/blocks/metals/invar/thermal-bottom.png new file mode 100644 index 000000000..715fb4515 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/invar/thermal-bottom.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/invar/thermal-side.png b/src/main/resources/assets/chisel/textures/blocks/metals/invar/thermal-side.png new file mode 100644 index 000000000..8a7520fdc Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/invar/thermal-side.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/invar/thermal-top.png b/src/main/resources/assets/chisel/textures/blocks/metals/invar/thermal-top.png new file mode 100644 index 000000000..8e1fba09f Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/invar/thermal-top.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_0.png b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_0.png new file mode 100644 index 000000000..06fc1f8b4 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_0.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_1-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_1-ctm.png new file mode 100644 index 000000000..9f45dd35e Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_1-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_1.png b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_1.png new file mode 100644 index 000000000..f590b9697 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_1.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_2.png b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_2.png new file mode 100644 index 000000000..4162c3a54 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_2.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_3-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_3-ctm.png new file mode 100644 index 000000000..5d9bd1d87 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_3-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_3.png b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_3.png new file mode 100644 index 000000000..fd145c7a3 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_3.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_4-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_4-ctm.png new file mode 100644 index 000000000..37a5b466c Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_4-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_4.png b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_4.png new file mode 100644 index 000000000..a5e78e070 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_4.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_5-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_5-ctm.png new file mode 100644 index 000000000..cf692e4f1 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_5-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_5.png b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_5.png new file mode 100644 index 000000000..3f2c55971 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_5.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_6-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_6-ctm.png new file mode 100644 index 000000000..043c01e1d Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_6-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_6.png b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_6.png new file mode 100644 index 000000000..1441dad84 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_6.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_7.png b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_7.png new file mode 100644 index 000000000..8cda9b6e3 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/iridium/iridium_7.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/nickel/badgreggy-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/badgreggy-ctm.png new file mode 100644 index 000000000..4b11f64b0 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/badgreggy-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/nickel/badgreggy.png b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/badgreggy.png new file mode 100644 index 000000000..68aabda76 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/badgreggy.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/nickel/badgreggy.png.mcmeta b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/badgreggy.png.mcmeta new file mode 100644 index 000000000..fc25422f6 --- /dev/null +++ b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/badgreggy.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "textures": [ + "chisel:block/metals/nickel/badgreggy-ctm" + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/nickel/bolted.png b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/bolted.png new file mode 100644 index 000000000..2bf31d1d0 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/bolted.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/nickel/caution-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/caution-ctm.png new file mode 100644 index 000000000..a510099f8 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/caution-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/nickel/caution.png b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/caution.png new file mode 100644 index 000000000..9b9ea5f76 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/caution.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/nickel/caution.png.mcmeta b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/caution.png.mcmeta new file mode 100644 index 000000000..875d6c1fd --- /dev/null +++ b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/caution.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "textures": [ + "chisel:block/metals/nickel/caution-ctm" + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/nickel/crate-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/crate-ctm.png new file mode 100644 index 000000000..3ad344670 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/crate-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/nickel/crate.png b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/crate.png new file mode 100644 index 000000000..0ea197aa5 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/crate.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/nickel/crate.png.mcmeta b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/crate.png.mcmeta new file mode 100644 index 000000000..7d78e17f4 --- /dev/null +++ b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/crate.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "textures": [ + "chisel:block/metals/nickel/crate-ctm" + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/nickel/machine.png b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/machine.png new file mode 100644 index 000000000..f1399a910 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/machine.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/nickel/scaffold-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/scaffold-ctm.png new file mode 100644 index 000000000..12922365c Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/scaffold-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/nickel/scaffold.png b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/scaffold.png new file mode 100644 index 000000000..d17afb28e Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/scaffold.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/nickel/scaffold.png.mcmeta b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/scaffold.png.mcmeta new file mode 100644 index 000000000..1359b37f6 --- /dev/null +++ b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/scaffold.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "textures": [ + "chisel:block/metals/nickel/scaffold-ctm" + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/nickel/thermal-bottom.png b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/thermal-bottom.png new file mode 100644 index 000000000..7566d2786 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/thermal-bottom.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/nickel/thermal-side.png b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/thermal-side.png new file mode 100644 index 000000000..1d0d8a56e Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/thermal-side.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/nickel/thermal-top.png b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/thermal-top.png new file mode 100644 index 000000000..98f9f689f Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/nickel/thermal-top.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_0.png b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_0.png new file mode 100644 index 000000000..1d8d30e3c Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_0.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_1-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_1-ctm.png new file mode 100644 index 000000000..2ad4afd0e Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_1-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_1.png b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_1.png new file mode 100644 index 000000000..fb1afaba4 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_1.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_2.png b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_2.png new file mode 100644 index 000000000..bbf9586a1 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_2.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_3-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_3-ctm.png new file mode 100644 index 000000000..1de92ec70 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_3-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_3.png b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_3.png new file mode 100644 index 000000000..47cf02cbb Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_3.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_4-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_4-ctm.png new file mode 100644 index 000000000..3b353c7da Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_4-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_4.png b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_4.png new file mode 100644 index 000000000..81089d71f Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_4.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_5-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_5-ctm.png new file mode 100644 index 000000000..c44ab9ab9 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_5-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_5.png b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_5.png new file mode 100644 index 000000000..3b63aa7ac Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_5.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_6-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_6-ctm.png new file mode 100644 index 000000000..5a9eb0b3d Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_6-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_6.png b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_6.png new file mode 100644 index 000000000..08b3ef9fd Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_6.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_7.png b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_7.png new file mode 100644 index 000000000..9b3f077ff Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/osmium/osmium_7.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/platinum/badgreggy-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/badgreggy-ctm.png new file mode 100644 index 000000000..b80ad4df6 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/badgreggy-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/platinum/badgreggy.png b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/badgreggy.png new file mode 100644 index 000000000..280b4aad1 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/badgreggy.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/platinum/badgreggy.png.mcmeta b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/badgreggy.png.mcmeta new file mode 100644 index 000000000..4c8e3f47a --- /dev/null +++ b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/badgreggy.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "textures": [ + "chisel:block/metals/platinum/badgreggy-ctm" + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/platinum/bolted.png b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/bolted.png new file mode 100644 index 000000000..ee81f5d8f Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/bolted.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/platinum/caution-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/caution-ctm.png new file mode 100644 index 000000000..42a10ab67 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/caution-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/platinum/caution.png b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/caution.png new file mode 100644 index 000000000..2924a84cb Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/caution.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/platinum/caution.png.mcmeta b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/caution.png.mcmeta new file mode 100644 index 000000000..4d6e09cdf --- /dev/null +++ b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/caution.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "textures": [ + "chisel:block/metals/platinum/caution-ctm" + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/platinum/crate-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/crate-ctm.png new file mode 100644 index 000000000..1b9c24552 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/crate-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/platinum/crate.png b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/crate.png new file mode 100644 index 000000000..d6b27b562 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/crate.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/platinum/crate.png.mcmeta b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/crate.png.mcmeta new file mode 100644 index 000000000..2fe0af610 --- /dev/null +++ b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/crate.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "textures": [ + "chisel:block/metals/platinum/crate-ctm" + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/platinum/machine.png b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/machine.png new file mode 100644 index 000000000..65ed08f9a Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/machine.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/platinum/scaffold-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/scaffold-ctm.png new file mode 100644 index 000000000..53ca8b341 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/scaffold-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/platinum/scaffold.png b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/scaffold.png new file mode 100644 index 000000000..6fd471cbd Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/scaffold.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/platinum/scaffold.png.mcmeta b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/scaffold.png.mcmeta new file mode 100644 index 000000000..d1c9338a1 --- /dev/null +++ b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/scaffold.png.mcmeta @@ -0,0 +1,9 @@ +{ + "ctm": { + "ctm_version": 1, + "type": "ctm", + "textures": [ + "chisel:block/metals/platinum/scaffold-ctm" + ] + } +} \ No newline at end of file diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/platinum/thermal-bottom.png b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/thermal-bottom.png new file mode 100644 index 000000000..1fc4aeb63 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/thermal-bottom.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/platinum/thermal-side.png b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/thermal-side.png new file mode 100644 index 000000000..93c3d66b2 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/thermal-side.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/platinum/thermal-top.png b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/thermal-top.png new file mode 100644 index 000000000..411973a15 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/platinum/thermal-top.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_0.png b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_0.png new file mode 100644 index 000000000..6ba52a921 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_0.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_1-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_1-ctm.png new file mode 100644 index 000000000..71e7d8e9e Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_1-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_1.png b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_1.png new file mode 100644 index 000000000..dfa5d3c6d Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_1.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_2.png b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_2.png new file mode 100644 index 000000000..b5c05ace4 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_2.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_3-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_3-ctm.png new file mode 100644 index 000000000..d9ca9ee69 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_3-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_3.png b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_3.png new file mode 100644 index 000000000..13d4b41f9 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_3.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_4-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_4-ctm.png new file mode 100644 index 000000000..5d9b572ca Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_4-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_4.png b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_4.png new file mode 100644 index 000000000..aed3ea27f Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_4.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_5-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_5-ctm.png new file mode 100644 index 000000000..34ed2611e Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_5-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_5.png b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_5.png new file mode 100644 index 000000000..2c2acdbd0 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_5.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_6-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_6-ctm.png new file mode 100644 index 000000000..4399e49e4 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_6-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_6.png b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_6.png new file mode 100644 index 000000000..903bd3cf6 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_6.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_7.png b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_7.png new file mode 100644 index 000000000..4c9442f3f Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/rpp/rpp_7.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_0.png b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_0.png new file mode 100644 index 000000000..7e3711876 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_0.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_1-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_1-ctm.png new file mode 100644 index 000000000..d2f048f99 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_1-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_1.png b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_1.png new file mode 100644 index 000000000..43a85d2b6 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_1.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_2.png b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_2.png new file mode 100644 index 000000000..0f9cedd40 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_2.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_3-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_3-ctm.png new file mode 100644 index 000000000..a14dbee41 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_3-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_3.png b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_3.png new file mode 100644 index 000000000..30eb41a73 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_3.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_4-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_4-ctm.png new file mode 100644 index 000000000..a28242647 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_4-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_4.png b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_4.png new file mode 100644 index 000000000..178abaf78 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_4.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_5-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_5-ctm.png new file mode 100644 index 000000000..87a56101a Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_5-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_5.png b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_5.png new file mode 100644 index 000000000..ac3dac058 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_5.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_6-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_6-ctm.png new file mode 100644 index 000000000..7b731eebf Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_6-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_6.png b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_6.png new file mode 100644 index 000000000..c84e7cee3 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_6.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_7.png b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_7.png new file mode 100644 index 000000000..43049def4 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/stainless_steel/stainless_steel_7.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_0.png b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_0.png new file mode 100644 index 000000000..6e507ffef Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_0.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_1-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_1-ctm.png new file mode 100644 index 000000000..d17afb015 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_1-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_1.png b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_1.png new file mode 100644 index 000000000..ca648a9d5 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_1.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_2.png b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_2.png new file mode 100644 index 000000000..f8657f3d2 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_2.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_3-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_3-ctm.png new file mode 100644 index 000000000..aa855cea5 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_3-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_3.png b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_3.png new file mode 100644 index 000000000..b2f4a9e26 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_3.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_4-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_4-ctm.png new file mode 100644 index 000000000..0c087e36d Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_4-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_4.png b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_4.png new file mode 100644 index 000000000..f193c7612 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_4.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_5-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_5-ctm.png new file mode 100644 index 000000000..870c9179c Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_5-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_5.png b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_5.png new file mode 100644 index 000000000..0942b2bad Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_5.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_6-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_6-ctm.png new file mode 100644 index 000000000..75772e1e0 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_6-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_6.png b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_6.png new file mode 100644 index 000000000..f5a481d60 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_6.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_7.png b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_7.png new file mode 100644 index 000000000..8713888ac Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/titanium/titanium_7.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_0.png b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_0.png new file mode 100644 index 000000000..a34149af1 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_0.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_1-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_1-ctm.png new file mode 100644 index 000000000..e8e512d1a Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_1-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_1.png b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_1.png new file mode 100644 index 000000000..74b5db247 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_1.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_2.png b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_2.png new file mode 100644 index 000000000..8ec98bac9 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_2.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_3-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_3-ctm.png new file mode 100644 index 000000000..1414c0600 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_3-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_3.png b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_3.png new file mode 100644 index 000000000..0a15c2d2b Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_3.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_4-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_4-ctm.png new file mode 100644 index 000000000..f1c05afe6 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_4-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_4.png b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_4.png new file mode 100644 index 000000000..8954f823e Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_4.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_5-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_5-ctm.png new file mode 100644 index 000000000..56525cf79 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_5-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_5.png b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_5.png new file mode 100644 index 000000000..f24012c8e Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_5.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_6-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_6-ctm.png new file mode 100644 index 000000000..663e31c0d Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_6-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_6.png b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_6.png new file mode 100644 index 000000000..e555d9f11 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_6.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_7.png b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_7.png new file mode 100644 index 000000000..848e74403 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/tungstensteel/tungstensteel_7.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_0.png b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_0.png new file mode 100644 index 000000000..2611175b2 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_0.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_1-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_1-ctm.png new file mode 100644 index 000000000..5fa86f4d7 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_1-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_1.png b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_1.png new file mode 100644 index 000000000..758974f86 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_1.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_2.png b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_2.png new file mode 100644 index 000000000..5ff996ba4 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_2.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_3-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_3-ctm.png new file mode 100644 index 000000000..d641f7ff4 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_3-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_3.png b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_3.png new file mode 100644 index 000000000..414d999b6 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_3.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_4-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_4-ctm.png new file mode 100644 index 000000000..7954ccf9c Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_4-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_4.png b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_4.png new file mode 100644 index 000000000..41a43fa50 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_4.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_5-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_5-ctm.png new file mode 100644 index 000000000..13788960f Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_5-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_5.png b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_5.png new file mode 100644 index 000000000..14163b1ff Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_5.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_6-ctm.png b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_6-ctm.png new file mode 100644 index 000000000..a68cdbb5e Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_6-ctm.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_6.png b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_6.png new file mode 100644 index 000000000..af3efc2f4 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_6.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_7.png b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_7.png new file mode 100644 index 000000000..acbed4e45 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/metals/wrought_iron/wrought_iron_7.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/moss/dark_moss.png b/src/main/resources/assets/chisel/textures/blocks/moss/dark_moss.png new file mode 100644 index 000000000..3185177cb Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/moss/dark_moss.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/moss/dry_moss.png b/src/main/resources/assets/chisel/textures/blocks/moss/dry_moss.png new file mode 100644 index 000000000..ff4d4b648 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/moss/dry_moss.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/moss/golden_moss.png b/src/main/resources/assets/chisel/textures/blocks/moss/golden_moss.png new file mode 100644 index 000000000..a4df27627 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/moss/golden_moss.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/moss/infused_moss.png b/src/main/resources/assets/chisel/textures/blocks/moss/infused_moss.png new file mode 100644 index 000000000..adec3e08a Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/moss/infused_moss.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/moss/moss.png b/src/main/resources/assets/chisel/textures/blocks/moss/moss.png new file mode 100644 index 000000000..e50090953 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/moss/moss.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/moss/mutated_moss.png b/src/main/resources/assets/chisel/textures/blocks/moss/mutated_moss.png new file mode 100644 index 000000000..4dd4020ca Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/moss/mutated_moss.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/moss/pale_moss.png b/src/main/resources/assets/chisel/textures/blocks/moss/pale_moss.png new file mode 100644 index 000000000..c43d3dc05 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/moss/pale_moss.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/moss/peat_moss.png b/src/main/resources/assets/chisel/textures/blocks/moss/peat_moss.png new file mode 100644 index 000000000..de10e0255 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/moss/peat_moss.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/moss/pink_sphagnum_moss.png b/src/main/resources/assets/chisel/textures/blocks/moss/pink_sphagnum_moss.png new file mode 100644 index 000000000..cb40c60f6 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/moss/pink_sphagnum_moss.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/moss/scorched_moss.png b/src/main/resources/assets/chisel/textures/blocks/moss/scorched_moss.png new file mode 100644 index 000000000..a0358c846 Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/moss/scorched_moss.png differ diff --git a/src/main/resources/assets/chisel/textures/blocks/moss/vivid_moss.png b/src/main/resources/assets/chisel/textures/blocks/moss/vivid_moss.png new file mode 100644 index 000000000..09303f3aa Binary files /dev/null and b/src/main/resources/assets/chisel/textures/blocks/moss/vivid_moss.png differ