diff options
236 files changed, 84 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/enums/ItemList.java b/src/main/java/gregtech/api/enums/ItemList.java index 275a6bdd7b..b5898618f3 100644 --- a/src/main/java/gregtech/api/enums/ItemList.java +++ b/src/main/java/gregtech/api/enums/ItemList.java @@ -415,6 +415,8 @@ public enum ItemList implements IItemContainer { Electric_Pump_OpV, Electric_Pump_MAX, + Tesseract, + Steam_Valve_LV, Steam_Valve_MV, Steam_Valve_HV, diff --git a/src/main/java/gregtech/api/enums/Materials.java b/src/main/java/gregtech/api/enums/Materials.java index f5197ef502..6dd851e94b 100644 --- a/src/main/java/gregtech/api/enums/Materials.java +++ b/src/main/java/gregtech/api/enums/Materials.java @@ -881,7 +881,8 @@ public class Materials implements IColorModulationContainer, ISubTagContainer { public static Materials DimensionallyTranscendentResidue = new Materials( 589, TextureSet.SET_FLUID , 1.0F, 0, 2, 16 , 0, 0, 0, 1, "DimensionallyTranscendentResidue" , "Dimensionally Transcendent Residue" , -1, -1, 25, 1, false, true, 1, 1, 1, Dyes.dyeBlack); - public static Materials SpaceTime = new Materials( 588, new TextureSet("spacetime", true) , 320.0F, 4*2621440, 25, 1|2|64|128, 255, 255, 255, 0, "SpaceTime" , "SpaceTime" , -1, -1, 0, 0, false, true, 2, 1, 1, Dyes._NULL , Arrays.asList(new TC_Aspects.TC_AspectStack(TC_Aspects.AQUA, 1))); + public static Materials SpaceTime = new Materials( 588, new TextureSet("spacetime", true) , 320.0F, 4*2621440, 25, 1|2|64|128, 255, 255, 255, 0, "SpaceTime" , "SpaceTime" , -1, -1, 0, 0, false, true, 2, 1, 1, Dyes._NULL , Arrays.asList(new TC_Aspects.TC_AspectStack(TC_Aspects.AQUA, 1))); + public static Materials TranscendentMetal = new Materials( 581, new TextureSet("transcendentmetal", true) , 320.0F, 4*2621440, 25, 1|2|64|128, 50, 50, 50,255, "TranscendentMetal" , "Transcendent Metal" , -1, -1, 0, 0, false, true, 200, 1000, 1000, Dyes.dyeBlack , Arrays.asList(new TC_Aspects.TC_AspectStack(TC_Aspects.AQUA, 1))); static { MaterialsKevlar.init(); diff --git a/src/main/java/gregtech/common/items/GT_MetaGenerated_Item_01.java b/src/main/java/gregtech/common/items/GT_MetaGenerated_Item_01.java index 92066c3283..873708eceb 100644 --- a/src/main/java/gregtech/common/items/GT_MetaGenerated_Item_01.java +++ b/src/main/java/gregtech/common/items/GT_MetaGenerated_Item_01.java @@ -558,6 +558,8 @@ public class GT_MetaGenerated_Item_01 extends GT_MetaGenerated_Item_X32 { GT_ModHandler.addCraftingRecipe(ItemList.Electric_Motor_EV.get(1L), GT_ModHandler.RecipeBits.DISMANTLEABLE | GT_ModHandler.RecipeBits.NOT_REMOVABLE | GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"CWR", "WIW", "RWC", 'I', OrePrefixes.stick.get(Materials.NeodymiumMagnetic), 'R', OrePrefixes.stick.get(Materials.Titanium), 'W', OrePrefixes.wireGt04.get(Materials.BlackSteel), 'C', OrePrefixes.cableGt02.get(Materials.Aluminium)}); GT_ModHandler.addCraftingRecipe(ItemList.Electric_Motor_IV.get(1L), GT_ModHandler.RecipeBits.DISMANTLEABLE | GT_ModHandler.RecipeBits.NOT_REMOVABLE | GT_ModHandler.RecipeBits.REVERSIBLE, new Object[]{"CWR", "WIW", "RWC", 'I', OrePrefixes.stick.get(Materials.NeodymiumMagnetic), 'R', OrePrefixes.stick.get(Materials.TungstenSteel), 'W', OrePrefixes.wireGt04.get(Materials.Graphene), 'C', OrePrefixes.cableGt02.get(Materials.Tungsten)}); + ItemList.Tesseract.set(addItem(415, "Raw Tesseract", "", new TC_Aspects.TC_AspectStack(TC_Aspects.ELECTRUM, 1L), new TC_Aspects.TC_AspectStack(TC_Aspects.MACHINA, 2L), new TC_Aspects.TC_AspectStack(TC_Aspects.MOTUS, 1L))); + ItemList.Electric_Piston_LV.set(addItem(640, "Electric Piston (LV)", "", new TC_Aspects.TC_AspectStack(TC_Aspects.ELECTRUM, 1L), new TC_Aspects.TC_AspectStack(TC_Aspects.MACHINA, 2L), new TC_Aspects.TC_AspectStack(TC_Aspects.MOTUS, 1L))); ItemList.Electric_Piston_MV.set(addItem(641, "Electric Piston (MV)", "", new TC_Aspects.TC_AspectStack(TC_Aspects.ELECTRUM, 2L), new TC_Aspects.TC_AspectStack(TC_Aspects.MACHINA, 4L), new TC_Aspects.TC_AspectStack(TC_Aspects.MOTUS, 2L))); ItemList.Electric_Piston_HV.set(addItem(642, "Electric Piston (HV)", "", new TC_Aspects.TC_AspectStack(TC_Aspects.ELECTRUM, 4L), new TC_Aspects.TC_AspectStack(TC_Aspects.MACHINA, 8L), new TC_Aspects.TC_AspectStack(TC_Aspects.MOTUS, 4L))); diff --git a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/frameGt.png b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/frameGt.png Binary files differindex 54f0e8c68d..f2fe451f9d 100644 --- a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/frameGt.png +++ b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/frameGt.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeHuge.png b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeHuge.png Binary files differindex d4bcb33d88..50558e47c0 100644 --- a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeHuge.png +++ b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeHuge.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeLarge.png b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeLarge.png Binary files differindex d8b4edd2d8..73186da221 100644 --- a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeLarge.png +++ b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeLarge.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeMedium.png b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeMedium.png Binary files differindex a92b84c735..af25773e6e 100644 --- a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeMedium.png +++ b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeMedium.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeNonuple.png b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeNonuple.png Binary files differindex dddeb2b889..e7922e355c 100644 --- a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeNonuple.png +++ b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeNonuple.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeQuadruple.png b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeQuadruple.png Binary files differindex 068d889578..86dbffea9f 100644 --- a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeQuadruple.png +++ b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeQuadruple.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeSide.png b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeSide.png Binary files differindex 7e73440bff..e1bed12443 100644 --- a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeSide.png +++ b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeSide.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeSmall.png b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeSmall.png Binary files differindex 66098a3272..279dd32274 100644 --- a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeSmall.png +++ b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeSmall.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeTiny.png b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeTiny.png Binary files differindex 669ba36fc6..f840af4b0e 100644 --- a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeTiny.png +++ b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/pipeTiny.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/wire.png b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/wire.png Binary files differindex 8e02d36325..d3c9f072eb 100644 --- a/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/wire.png +++ b/src/main/resources/assets/gregtech/textures/blocks/materialicons/CUSTOM/infinity/wire.png diff --git a/src/main/resources/assets/gregtech/textures/items/gt.metaitem.01/415.png b/src/main/resources/assets/gregtech/textures/items/gt.metaitem.01/415.png Binary files differnew file mode 100644 index 0000000000..4449b79da8 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/gt.metaitem.01/415.png diff --git a/src/main/resources/assets/gregtech/textures/items/gt.metaitem.01/415.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/gt.metaitem.01/415.png.mcmeta new file mode 100644 index 0000000000..cc8a1f3c96 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/gt.metaitem.01/415.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 1}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/TURBINE_BLADE.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/TURBINE_BLADE.png Binary files differnew file mode 100644 index 0000000000..bd87162b3a --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/TURBINE_BLADE.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/TURBINE_BLADE.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/TURBINE_BLADE.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/TURBINE_BLADE.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/TURBINE_BLADE_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/TURBINE_BLADE_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/TURBINE_BLADE_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtPlastic.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtPlastic.png Binary files differnew file mode 100644 index 0000000000..11a3edab52 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtPlastic.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtPlastic.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtPlastic.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtPlastic.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtPlastic_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtPlastic_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..3ffb9e31e0 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtPlastic_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtWood.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtWood.png Binary files differnew file mode 100644 index 0000000000..11a3edab52 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtWood.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtWood.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtWood.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtWood.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtWood_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtWood_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..948953f827 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/arrowGtWood_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/bolt.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/bolt.png Binary files differnew file mode 100644 index 0000000000..727d36aec4 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/bolt.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/bolt.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/bolt.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/bolt.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/bolt_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/bolt_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/bolt_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/casingSmall.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/casingSmall.png Binary files differnew file mode 100644 index 0000000000..ddb75fe7d8 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/casingSmall.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/casingSmall.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/casingSmall.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/casingSmall.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/casingSmall_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/casingSmall_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/casingSmall_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cell.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cell.png Binary files differnew file mode 100644 index 0000000000..c17490f39a --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cell.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cell.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cell.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cell.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cellPlasma.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cellPlasma.png Binary files differnew file mode 100644 index 0000000000..c17490f39a --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cellPlasma.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cellPlasma.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cellPlasma.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cellPlasma.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cellPlasma_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cellPlasma_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..1c93293744 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cellPlasma_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cell_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cell_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..f02365b9ff --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/cell_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtDust.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtDust.png Binary files differnew file mode 100644 index 0000000000..e401322965 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtDust.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtDust.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtDust.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtDust.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtDust_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtDust_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..64d56b48ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtDust_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtGem.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtGem.png Binary files differnew file mode 100644 index 0000000000..5c76580e27 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtGem.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtGem.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtGem.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtGem.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtGem_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtGem_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..9798a597e0 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtGem_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtIngot.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtIngot.png Binary files differnew file mode 100644 index 0000000000..db67371ed2 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtIngot.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtIngot.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtIngot.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtIngot.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtIngot_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtIngot_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..2f0577d65f --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtIngot_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtPlate.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtPlate.png Binary files differnew file mode 100644 index 0000000000..fb6b87e0d0 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtPlate.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtPlate.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtPlate.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtPlate.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtPlate_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtPlate_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..ae6d73b7a6 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crateGtPlate_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushed.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushed.png Binary files differnew file mode 100644 index 0000000000..8a168cb1d0 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushed.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushed.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushed.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushed.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedCentrifuged.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedCentrifuged.png Binary files differnew file mode 100644 index 0000000000..3478c02b59 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedCentrifuged.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedCentrifuged.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedCentrifuged.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedCentrifuged.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedCentrifuged_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedCentrifuged_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedCentrifuged_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedPurified.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedPurified.png Binary files differnew file mode 100644 index 0000000000..24a7e5e466 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedPurified.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedPurified.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedPurified.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedPurified.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedPurified_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedPurified_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushedPurified_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushed_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushed_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..7dbd7db962 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushed_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushed_OVERLAY.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushed_OVERLAY.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/crushed_OVERLAY.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dust.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dust.png Binary files differnew file mode 100644 index 0000000000..d6deb57fd7 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dust.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dust.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dust.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dust.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustImpure.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustImpure.png Binary files differnew file mode 100644 index 0000000000..d6deb57fd7 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustImpure.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustImpure.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustImpure.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustImpure.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustImpure_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustImpure_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d6ae5a9dc7 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustImpure_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustImpure_OVERLAY.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustImpure_OVERLAY.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustImpure_OVERLAY.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustPure.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustPure.png Binary files differnew file mode 100644 index 0000000000..d6deb57fd7 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustPure.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustPure.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustPure.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustPure.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustPure_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustPure_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..9466209815 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustPure_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustPure_OVERLAY.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustPure_OVERLAY.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustPure_OVERLAY.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustSmall.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustSmall.png Binary files differnew file mode 100644 index 0000000000..2b9d68c32c --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustSmall.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustSmall.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustSmall.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustSmall.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustSmall_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustSmall_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustSmall_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustTiny.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustTiny.png Binary files differnew file mode 100644 index 0000000000..ccc467de70 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustTiny.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustTiny.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustTiny.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustTiny.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustTiny_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustTiny_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dustTiny_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dust_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dust_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/dust_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/foil.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/foil.png Binary files differnew file mode 100644 index 0000000000..114a043eaa --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/foil.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/foil.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/foil.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/foil.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/foil_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/foil_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/foil_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGt.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGt.png Binary files differnew file mode 100644 index 0000000000..3737787a96 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGt.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGt.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGt.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGt.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGtSmall.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGtSmall.png Binary files differnew file mode 100644 index 0000000000..a437f7272c --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGtSmall.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGtSmall.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGtSmall.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGtSmall.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGtSmall_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGtSmall_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGtSmall_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGt_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGt_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gearGt_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gem.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gem.png Binary files differnew file mode 100644 index 0000000000..dc132f20b2 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gem.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gem.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gem.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gem.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemChipped.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemChipped.png Binary files differnew file mode 100644 index 0000000000..2805c6a64b --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemChipped.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemChipped.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemChipped.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemChipped.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemChipped_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemChipped_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemChipped_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemExquisite.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemExquisite.png Binary files differnew file mode 100644 index 0000000000..49cda6401e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemExquisite.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemExquisite.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemExquisite.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemExquisite.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemExquisite_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemExquisite_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemExquisite_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawed.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawed.png Binary files differnew file mode 100644 index 0000000000..9fe1644dc5 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawed.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawed.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawed.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawed.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawed_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawed_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawed_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawless.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawless.png Binary files differnew file mode 100644 index 0000000000..6bdc9b8b61 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawless.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawless.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawless.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawless.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawless_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawless_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gemFlawless_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gem_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gem_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/gem_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/handleMallet.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/handleMallet.png Binary files differnew file mode 100644 index 0000000000..52ad2c1712 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/handleMallet.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/handleMallet.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/handleMallet.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/handleMallet.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/handleMallet_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/handleMallet_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/handleMallet_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingot.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingot.png Binary files differnew file mode 100644 index 0000000000..05d42f9ebc --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingot.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingot.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingot.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingot.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotDouble.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotDouble.png Binary files differnew file mode 100644 index 0000000000..f662012627 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotDouble.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotDouble.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotDouble.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotDouble.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotDouble_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotDouble_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotDouble_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotHot.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotHot.png Binary files differnew file mode 100644 index 0000000000..ab47ad7fe0 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotHot.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotHot.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotHot.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotHot.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotHot_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotHot_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..bd4d46027b --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotHot_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotHot_OVERLAY.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotHot_OVERLAY.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotHot_OVERLAY.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuadruple.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuadruple.png Binary files differnew file mode 100644 index 0000000000..ca879aa903 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuadruple.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuadruple.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuadruple.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuadruple.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuadruple_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuadruple_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuadruple_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuintuple.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuintuple.png Binary files differnew file mode 100644 index 0000000000..06838e4fba --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuintuple.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuintuple.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuintuple.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuintuple.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuintuple_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuintuple_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotQuintuple_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotTriple.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotTriple.png Binary files differnew file mode 100644 index 0000000000..095ee41f0a --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotTriple.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotTriple.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotTriple.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotTriple.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotTriple_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotTriple_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingotTriple_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingot_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingot_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ingot_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/lens.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/lens.png Binary files differnew file mode 100644 index 0000000000..cd1f78d7ba --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/lens.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/lens.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/lens.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/lens.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/lens_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/lens_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..51cb4b73a0 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/lens_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/nugget.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/nugget.png Binary files differnew file mode 100644 index 0000000000..147af75059 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/nugget.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/nugget.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/nugget.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/nugget.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/nugget_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/nugget_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/nugget_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plate.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plate.png Binary files differnew file mode 100644 index 0000000000..12707f4bc7 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plate.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plate.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plate.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plate.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDense.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDense.png Binary files differnew file mode 100644 index 0000000000..48d9e175c0 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDense.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDense.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDense.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDense.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDense_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDense_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDense_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDouble.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDouble.png Binary files differnew file mode 100644 index 0000000000..01505c630e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDouble.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDouble.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDouble.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDouble.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDouble_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDouble_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateDouble_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuadruple.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuadruple.png Binary files differnew file mode 100644 index 0000000000..0b431e8ace --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuadruple.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuadruple.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuadruple.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuadruple.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuadruple_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuadruple_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuadruple_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuintuple.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuintuple.png Binary files differnew file mode 100644 index 0000000000..38dd18ebfb --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuintuple.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuintuple.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuintuple.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuintuple.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuintuple_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuintuple_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateQuintuple_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateTriple.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateTriple.png Binary files differnew file mode 100644 index 0000000000..68207e5cbc --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateTriple.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateTriple.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateTriple.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateTriple.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateTriple_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateTriple_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plateTriple_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plate_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plate_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/plate_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ring.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ring.png Binary files differnew file mode 100644 index 0000000000..8e4c189c3a --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ring.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ring.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ring.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ring.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ring_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ring_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d5a0c95c2e --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/ring_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/rotor.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/rotor.png Binary files differnew file mode 100644 index 0000000000..925f5e48d9 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/rotor.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/rotor.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/rotor.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/rotor.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/rotor_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/rotor_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/rotor_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/round.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/round.png Binary files differnew file mode 100644 index 0000000000..5fe9a3d046 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/round.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/round.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/round.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/round.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/round_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/round_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/round_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/screw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/screw.png Binary files differnew file mode 100644 index 0000000000..c69f581841 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/screw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/screw.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/screw.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/screw.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/screw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/screw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/screw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/spring.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/spring.png Binary files differnew file mode 100644 index 0000000000..906f859c52 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/spring.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/spring.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/spring.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/spring.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/springSmall.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/springSmall.png Binary files differnew file mode 100644 index 0000000000..f9ba1a0032 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/springSmall.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/springSmall.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/springSmall.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/springSmall.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/springSmall_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/springSmall_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/springSmall_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/spring_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/spring_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/spring_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stick.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stick.png Binary files differnew file mode 100644 index 0000000000..188e7b29c1 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stick.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stick.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stick.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stick.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stickLong.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stickLong.png Binary files differnew file mode 100644 index 0000000000..008a9c1f81 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stickLong.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stickLong.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stickLong.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stickLong.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stickLong_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stickLong_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stickLong_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stick_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stick_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/stick_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadArrow.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadArrow.png Binary files differnew file mode 100644 index 0000000000..38ff4d1b0f --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadArrow.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadArrow.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadArrow.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadArrow.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadArrow_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadArrow_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadArrow_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadAxe.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadAxe.png Binary files differnew file mode 100644 index 0000000000..6357c1e1cc --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadAxe.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadAxe.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadAxe.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadAxe.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadAxe_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadAxe_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadAxe_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadBuzzSaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadBuzzSaw.png Binary files differnew file mode 100644 index 0000000000..fe886f18b4 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadBuzzSaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadBuzzSaw.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadBuzzSaw.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadBuzzSaw.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadBuzzSaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadBuzzSaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadBuzzSaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadChainsaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadChainsaw.png Binary files differnew file mode 100644 index 0000000000..3de070dfec --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadChainsaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadChainsaw.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadChainsaw.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadChainsaw.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadChainsaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadChainsaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadChainsaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadDrill.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadDrill.png Binary files differnew file mode 100644 index 0000000000..7a517a16a1 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadDrill.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadDrill.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadDrill.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadDrill.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadDrill_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadDrill_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadDrill_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadFile.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadFile.png Binary files differnew file mode 100644 index 0000000000..a9d2ae0065 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadFile.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadFile.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadFile.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadFile.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadFile_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadFile_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadFile_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHammer.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHammer.png Binary files differnew file mode 100644 index 0000000000..3f3cabce66 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHammer.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHammer.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHammer.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHammer.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHammer_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHammer_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHammer_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHoe.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHoe.png Binary files differnew file mode 100644 index 0000000000..93a73a8fbb --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHoe.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHoe.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHoe.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHoe.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHoe_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHoe_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadHoe_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadMallet.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadMallet.png Binary files differnew file mode 100644 index 0000000000..fb0194be35 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadMallet.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadMallet.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadMallet.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadMallet.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadMallet_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadMallet_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadMallet_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPickaxe.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPickaxe.png Binary files differnew file mode 100644 index 0000000000..a482814cb8 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPickaxe.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPickaxe.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPickaxe.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPickaxe.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPickaxe_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPickaxe_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPickaxe_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPlow.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPlow.png Binary files differnew file mode 100644 index 0000000000..f949aca580 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPlow.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPlow.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPlow.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPlow.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPlow_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPlow_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadPlow_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSaw.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSaw.png Binary files differnew file mode 100644 index 0000000000..8bc8b93b45 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSaw.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSaw.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSaw.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSaw.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSaw_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSaw_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSaw_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadScrewdriver.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadScrewdriver.png Binary files differnew file mode 100644 index 0000000000..0d0e257889 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadScrewdriver.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadScrewdriver.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadScrewdriver.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadScrewdriver.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadScrewdriver_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadScrewdriver_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadScrewdriver_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSense.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSense.png Binary files differnew file mode 100644 index 0000000000..e0dd1f17e5 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSense.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSense.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSense.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSense.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSense_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSense_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSense_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadShovel.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadShovel.png Binary files differnew file mode 100644 index 0000000000..07a1ae529d --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadShovel.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadShovel.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadShovel.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadShovel.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadShovel_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadShovel_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadShovel_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSoldering.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSoldering.png Binary files differnew file mode 100644 index 0000000000..2691209682 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSoldering.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSoldering.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSoldering.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSoldering.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSoldering_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSoldering_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSoldering_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSword.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSword.png Binary files differnew file mode 100644 index 0000000000..37b8a8505d --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSword.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSword.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSword.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSword.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSword_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSword_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadSword_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadUniversalSpade.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadUniversalSpade.png Binary files differnew file mode 100644 index 0000000000..7e3eca9bff --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadUniversalSpade.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadUniversalSpade.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadUniversalSpade.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadUniversalSpade.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadUniversalSpade_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadUniversalSpade_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadUniversalSpade_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadWrench.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadWrench.png Binary files differnew file mode 100644 index 0000000000..843017920f --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadWrench.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadWrench.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadWrench.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadWrench.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadWrench_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadWrench_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/toolHeadWrench_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/turbineBlade.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/turbineBlade.png Binary files differnew file mode 100644 index 0000000000..bd87162b3a --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/turbineBlade.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/turbineBlade.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/turbineBlade.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/turbineBlade.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/turbineBlade_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/turbineBlade_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/turbineBlade_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/void.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/void.png Binary files differnew file mode 100644 index 0000000000..113d767a20 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/void.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/void.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/void.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/void.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/void_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/void_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..d83a131004 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/void_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/wireFine.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/wireFine.png Binary files differnew file mode 100644 index 0000000000..b146c3ab19 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/wireFine.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/wireFine.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/wireFine.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/wireFine.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/wireFine_OVERLAY.png b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/wireFine_OVERLAY.png Binary files differnew file mode 100644 index 0000000000..55384ba347 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/wireFine_OVERLAY.png diff --git a/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/wireFine_OVERLAY.png.mcmeta b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/wireFine_OVERLAY.png.mcmeta new file mode 100644 index 0000000000..9e4c34c4ea --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/items/materialicons/CUSTOM/transcendentmetal/wireFine_OVERLAY.png.mcmeta @@ -0,0 +1 @@ +{"animation": {"frametime": 2, "frames": [0, 0, 0, 0, 1, 1, 2, 3, 4, 4, 5, 7, 8, 9, 10, 12, 13, 14, 16, 17, 19, 21, 22, 24, 25, 27, 29, 30, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50, 49, 48, 47, 46, 45, 44, 43, 42, 40, 39, 38, 36, 35, 33, 32, 30, 29, 27, 25, 24, 22, 21, 19, 17, 16, 14, 13, 12, 10, 9, 8, 7, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0]}}
\ No newline at end of file |