aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/gregtech/api/enums/Materials.java17590
-rw-r--r--src/main/java/gregtech/nei/GT_NEI_AssLineHandler.java65
-rw-r--r--src/main/java/gregtech/nei/GT_NEI_DefaultHandler.java304
3 files changed, 1044 insertions, 16915 deletions
diff --git a/src/main/java/gregtech/api/enums/Materials.java b/src/main/java/gregtech/api/enums/Materials.java
index dac99a8630..4134c80c57 100644
--- a/src/main/java/gregtech/api/enums/Materials.java
+++ b/src/main/java/gregtech/api/enums/Materials.java
@@ -39,16844 +39,852 @@ public class Materials implements IColorModulationContainer, ISubTagContainer {
/**
* This is the Default Material returned in case no Material has been found or a NullPointer has been inserted at a location where it shouldn't happen.
*/
- public static Materials _NULL = new Materials(
- -1,
- TextureSet.SET_NONE,
- 1.0F,
- 0,
- 0,
- 0,
- 255,
- 255,
- 255,
- 0,
- "NULL",
- "NULL",
- 0,
- 0,
- 0,
- 0,
- false,
- false,
- 1,
- 1,
- 1,
- Dyes._NULL,
- Element._NULL,
- Collections.singletonList(new TC_AspectStack(TC_Aspects.VACUOS, 1)));
+
+ // Spotless breaks the table below into many, many lines
+ // spotless:off
+ public static Materials _NULL = new Materials(-1, TextureSet.SET_NONE, 1.0F, 0, 0, 0, 255, 255, 255, 0, "NULL", "NULL", 0, 0, 0, 0, false, false, 1, 1, 1, Dyes._NULL, Element._NULL, Collections.singletonList(new TC_AspectStack(TC_Aspects.VACUOS, 1)));
/**
* Direct Elements
*/
- public static Materials Aluminium = new Materials(
- 19,
- TextureSet.SET_DULL,
- 10.0F,
- 128,
- 2,
- 1 | 2 | 8 | 32 | 64 | 128,
- 128,
- 200,
- 240,
- 0,
- "Aluminium",
- "Aluminium",
- 0,
- 0,
- 933,
- 1700,
- true,
- false,
- 3,
- 1,
- 1,
- Dyes.dyeLightBlue,
- Element.Al,
- Arrays.asList(
- new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.VOLATUS, 1)))
- .disableAutoGeneratedBlastFurnaceRecipes();
-
- public static Materials Americium = new Materials(
- 103,
- TextureSet.SET_METALLIC,
- 1.0F,
- 0,
- 3,
- 1 | 2 | 8 | 32,
- 200,
- 200,
- 200,
- 0,
- "Americium",
- "Americium",
- 0,
- 0,
- 1449,
- 0,
- false,
- false,
- 3,
- 1,
- 1,
- Dyes.dyeLightGray,
- Element.Am,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.RADIO, 1)));
- public static Materials Antimony = new Materials(
- 58,
- TextureSet.SET_SHINY,
- 1.0F,
- 0,
- 2,
- 1 | 2 | 8 | 32,
- 220,
- 220,
- 240,
- 0,
- "Antimony",
- "Antimony",
- 0,
- 0,
- 903,
- 0,
- false,
- false,
- 2,
- 1,
- 1,
- Dyes.dyeLightGray,
- Element.Sb,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.AQUA, 1)));
- public static Materials Argon = new Materials(
- 24,
- TextureSet.SET_FLUID,
- 1.0F,
- 0,
- 2,
- 16 | 32,
- 0,
- 255,
- 0,
- 240,
- "Argon",
- "Argon",
- 0,
- 0,
- 83,
- 0,
- false,
- true,
- 5,
- 1,
- 1,
- Dyes.dyeGreen,
- Element.Ar,
- Collections.singletonList(new TC_AspectStack(TC_Aspects.AER, 2)));
- public static Materials Arsenic = new Materials(
- 39,
- TextureSet.SET_DULL,
- 1.0F,
- 0,
- 2,
- 1 | 2 | 8 | 16 | 32,
- 255,
- 255,
- 255,
- 0,
- "Arsenic",
- "Arsenic",
- 0,
- 0,
- 1090,
- 0,
- false,
- false,
- 3,
- 1,
- 1,
- Dyes.dyeOrange,
- Element.As,
- Collections.singletonList(new TC_AspectStack(TC_Aspects.VENENUM, 3)));
- public static Materials Barium = new Materials(
- 63,
- TextureSet.SET_METALLIC,
- 1.0F,
- 0,
- 2,
- 1 | 2 | 8 | 32,
- 255,
- 255,
- 255,
- 0,
- "Barium",
- "Barium",
- 0,
- 0,
- 1000,
- 0,
- false,
- false,
- 1,
- 1,
- 1,
- Dyes._NULL,
- Element.Ba,
- Collections.singletonList(new TC_AspectStack(TC_Aspects.VINCULUM, 3)));
- public static Materials Beryllium = new Materials(
- 8,
- TextureSet.SET_METALLIC,
- 14.0F,
- 64,
- 2,
- 1 | 2 | 8 | 32 | 64,
- 100,
- 180,
- 100,
- 0,
- "Beryllium",
- "Beryllium",
- 0,
- 0,
- 1560,
- 0,
- false,
- false,
- 6,
- 1,
- 1,
- Dyes.dyeGreen,
- Element.Be,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.LUCRUM, 1)));
- public static Materials Bismuth = new Materials(
- 90,
- TextureSet.SET_METALLIC,
- 6.0F,
- 64,
- 1,
- 1 | 2 | 8 | 32 | 64 | 128,
- 100,
- 160,
- 160,
- 0,
- "Bismuth",
- "Bismuth",
- 0,
- 0,
- 544,
- 0,
- false,
- false,
- 2,
- 1,
- 1,
- Dyes.dyeCyan,
- Element.Bi,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.INSTRUMENTUM, 1)));
- public static Materials Boron = new Materials(
- 9,
- TextureSet.SET_DULL,
- 1.0F,
- 0,
- 2,
- 1 | 32,
- 210,
- 250,
- 210,
- 0,
- "Boron",
- "Boron",
- 0,
- 0,
- 2349,
- 0,
- false,
- false,
- 1,
- 1,
- 1,
- Dyes.dyeWhite,
- Element.B,
- Collections.singletonList(new TC_AspectStack(TC_Aspects.VITREUS, 3)));
- public static Materials Caesium = new Materials(
- 62,
- TextureSet.SET_METALLIC,
- 1.0F,
- 0,
- 2,
- 1 | 2 | 8 | 32,
- 176,
- 196,
- 222,
- 0,
- "Caesium",
- "Caesium",
- 0,
- 0,
- 301,
- 0,
- false,
- false,
- 4,
- 1,
- 1,
- Dyes._NULL,
- Element.Cs,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.RADIO, 1)));
- public static Materials Calcium = new Materials(
- 26,
- TextureSet.SET_METALLIC,
- 1.0F,
- 0,
- 2,
- 1 | 32,
- 255,
- 245,
- 245,
- 0,
- "Calcium",
- "Calcium",
- 0,
- 0,
- 1115,
- 1115,
- true,
- false,
- 4,
- 1,
- 1,
- Dyes.dyePink,
- Element.Ca,
- Arrays.asList(new TC_AspectStack(TC_Aspects.SANO, 1), new TC_AspectStack(TC_Aspects.TUTAMEN, 1)));
- public static Materials Carbon = new Materials(
- 10,
- TextureSet.SET_DULL,
- 1.0F,
- 64,
- 2,
- 1 | 2 | 16 | 32 | 64 | 128,
- 20,
- 20,
- 20,
- 0,
- "Carbon",
- "Carbon",
- 0,
- 0,
- 3800,
- 0,
- false,
- false,
- 2,
- 1,
- 1,
- Dyes.dyeBlack,
- Element.C,
- Arrays.asList(
- new TC_Aspects.TC_AspectStack(TC_Aspects.VITREUS, 1), new TC_AspectStack(TC_Aspects.IGNIS, 1)));
- public static Materials Cadmium = new Materials(
- 55,
- TextureSet.SET_SHINY,
- 1.0F,
- 0,
- 2,
- 1 | 8 | 32,
- 50,
- 50,
- 60,
- 0,
- "Cadmium",
- "Cadmium",
- 0,
- 0,
- 594,
- 0,
- false,
- false,
- 3,
- 1,
- 1,
- Dyes.dyeGray,
- Element.Cd,
- Arrays.asList(
- new TC_AspectStack(TC_Aspects.METALLUM, 1),
- new TC_AspectStack(TC_Aspects.POTENTIA, 1),
- new TC_AspectStack(TC_Aspects.VENENUM, 1)));
- public static Materials Cerium = new Materials(
- 65,
- TextureSet.SET_METALLIC,
- 1.0F,
- 0,
- 2,
- 1 | 2 | 8 | 32,
- 123,
- 212,
- 144,
- 0,
- "Cerium",
- "Cerium",
- 0,
- 0,
- 1068,
- 1068,
- true,
- false,
- 4,
- 1,
- 1,
- Dyes._NULL,
- Element.Ce,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.RADIO, 1)));
- public static Materials Chlorine = new Materials(
- 23,
- TextureSet.SET_FLUID,
- 1.0F,
- 0,
- 2,
- 16 | 32,
- 255,
- 255,
- 255,
- 0,
- "Chlorine",
- "Chlorine",
- 0,
- 0,
- 171,
- 0,
- false,
- false,
- 2,
- 1,
- 1,
- Dyes.dyeCyan,
- Element.Cl,
- Arrays.asList(new TC_AspectStack(TC_Aspects.AQUA, 2), new TC_AspectStack(TC_Aspects.PANNUS, 1)));
- public static Materials Chrome = new Materials(
- 30,
- TextureSet.SET_SHINY,
- 11.0F,
- 256,
- 3,
- 1 | 2 | 8 | 32 | 64 | 128,
- 255,
- 230,
- 230,
- 0,
- "Chrome",
- "Chrome",
- 0,
- 0,
- 2180,
- 1700,
- true,
- false,
- 5,
- 1,
- 1,
- Dyes.dyePink,
- Element.Cr,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.MACHINA, 1)));
- public static Materials Cobalt = new Materials(
- 33,
- TextureSet.SET_METALLIC,
- 8.0F,
- 512,
- 3,
- 1 | 2 | 8 | 32 | 64 | 128,
- 80,
- 80,
- 250,
- 0,
- "Cobalt",
- "Cobalt",
- 0,
- 0,
- 1768,
- 1700,
- true,
- false,
- 3,
- 1,
- 1,
- Dyes.dyeBlue,
- Element.Co,
- Arrays.asList(
- new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.INSTRUMENTUM, 1)))
- .disableAutoGeneratedBlastFurnaceRecipes();
- public static Materials Copper = new Materials(
- 35,
- TextureSet.SET_DULL,
- 1.0F,
- 0,
- 1,
- 1 | 2 | 8 | 32 | 128,
- 255,
- 100,
- 0,
- 0,
- "Copper",
- "Copper",
- 0,
- 0,
- 1357,
- 0,
- false,
- false,
- 3,
- 1,
- 1,
- Dyes.dyeOrange,
- Element.Cu,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.PERMUTATIO, 1)));
- public static Materials Deuterium = new Materials(
- 2,
- TextureSet.SET_FLUID,
- 1.0F,
- 0,
- 2,
- 16 | 32,
- 255,
- 255,
- 0,
- 240,
- "Deuterium",
- "Deuterium",
- 0,
- 0,
- 14,
- 0,
- false,
- true,
- 10,
- 1,
- 1,
- Dyes.dyeYellow,
- Element.D,
- Collections.singletonList(new TC_AspectStack(TC_Aspects.AQUA, 3)));
- public static Materials Dysprosium = new Materials(
- 73,
- TextureSet.SET_METALLIC,
- 1.0F,
- 0,
- 2,
- 1 | 2 | 8 | 32,
- 105,
- 209,
- 80,
- 0,
- "Dysprosium",
- "Dysprosium",
- 0,
- 0,
- 1680,
- 1680,
- true,
- false,
- 4,
- 1,
- 1,
- Dyes._NULL,
- Element.Dy,
- Collections.singletonList(new TC_AspectStack(TC_Aspects.METALLUM, 3)));
- public static Materials Empty = new Materials(
- 0,
- TextureSet.SET_NONE,
- 1.0F,
- 0,
- 2,
- 256 /*Only when needed*/,
- 255,
- 255,
- 255,
- 255,
- "Empty",
- "Empty",
- 0,
- 0,
- -1,
- 0,
- false,
- true,
- 1,
- 1,
- 1,
- Dyes._NULL,
- Element._NULL,
- Collections.singletonList(new TC_AspectStack(TC_Aspects.VACUOS, 2)));
- public static Materials Erbium = new Materials(
- 75,
- TextureSet.SET_SHINY,
- 1.0F,
- 0,
- 2,
- 1 | 2 | 8 | 32,
- 176,
- 152,
- 81,
- 0,
- "Erbium",
- "Erbium",
- 0,
- 0,
- 1802,
- 1802,
- true,
- false,
- 4,
- 1,
- 1,
- Dyes._NULL,
- Element.Er,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.RADIO, 1)));
- public static Materials Europium = new Materials(
- 70,
- TextureSet.SET_SHINY,
- 1.0F,
- 0,
- 2,
- 1 | 2 | 8 | 32,
- 246,
- 181,
- 255,
- 0,
- "Europium",
- "Europium",
- 0,
- 0,
- 1099,
- 1099,
- true,
- false,
- 4,
- 1,
- 1,
- Dyes._NULL,
- Element.Eu,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.RADIO, 1)));
- public static Materials Fluorine = new Materials(
- 14,
- TextureSet.SET_FLUID,
- 1.0F,
- 0,
- 2,
- 16 | 32,
- 255,
- 255,
- 255,
- 127,
- "Fluorine",
- "Fluorine",
- 0,
- 0,
- 53,
- 0,
- false,
- true,
- 2,
- 1,
- 1,
- Dyes.dyeGreen,
- Element.F,
- Collections.singletonList(new TC_AspectStack(TC_Aspects.PERDITIO, 2)));
- public static Materials Gadolinium = new Materials(
- 71,
- TextureSet.SET_METALLIC,
- 1.0F,
- 0,
- 2,
- 1 | 2 | 8 | 32,
- 59,
- 186,
- 28,
- 0,
- "Gadolinium",
- "Gadolinium",
- 0,
- 0,
- 1585,
- 1585,
- true,
- false,
- 4,
- 1,
- 1,
- Dyes._NULL,
- Element.Gd,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.RADIO, 1)));
- public static Materials Gallium = new Materials(
- 37,
- TextureSet.SET_SHINY,
- 1.0F,
- 64,
- 2,
- 1 | 2 | 8 | 32,
- 220,
- 220,
- 255,
- 0,
- "Gallium",
- "Gallium",
- 0,
- 0,
- 302,
- 0,
- false,
- false,
- 5,
- 1,
- 1,
- Dyes.dyeLightGray,
- Element.Ga,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.ELECTRUM, 1)));
- public static Materials Gold = new Materials(
- 86,
- TextureSet.SET_SHINY,
- 12.0F,
- 64,
- 2,
- 1 | 2 | 8 | 32 | 64 | 128,
- 255,
- 255,
- 30,
- 0,
- "Gold",
- "Gold",
- 0,
- 0,
- 1337,
- 0,
- false,
- false,
- 4,
- 1,
- 1,
- Dyes.dyeYellow,
- Element.Au,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.LUCRUM, 2)));
- public static Materials Holmium = new Materials(
- 74,
- TextureSet.SET_SHINY,
- 1.0F,
- 0,
- 2,
- 1 | 2 | 8 | 32,
- 22,
- 8,
- 166,
- 0,
- "Holmium",
- "Holmium",
- 0,
- 0,
- 1734,
- 1734,
- true,
- false,
- 4,
- 1,
- 1,
- Dyes._NULL,
- Element.Ho,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.RADIO, 1)));
- public static Materials Hydrogen = new Materials(
- 1,
- TextureSet.SET_FLUID,
- 1.0F,
- 0,
- 2,
- 16 | 32,
- 0,
- 0,
- 255,
- 240,
- "Hydrogen",
- "Hydrogen",
- 1,
- 20,
- 14,
- 0,
- false,
- true,
- 2,
- 1,
- 1,
- Dyes.dyeBlue,
- Element.H,
- Collections.singletonList(new TC_AspectStack(TC_Aspects.AQUA, 1)));
- public static Materials Helium = new Materials(
- 4,
- TextureSet.SET_FLUID,
- 1.0F,
- 0,
- 2,
- 16 | 32,
- 255,
- 255,
- 0,
- 240,
- "Helium",
- "Helium",
- 0,
- 0,
- 1,
- 0,
- false,
- true,
- 5,
- 1,
- 1,
- Dyes.dyeYellow,
- Element.He,
- Collections.singletonList(new TC_AspectStack(TC_Aspects.AER, 2)));
- public static Materials Helium_3 = new Materials(
- 5,
- TextureSet.SET_FLUID,
- 1.0F,
- 0,
- 2,
- 16 | 32,
- 255,
- 255,
- 0,
- 240,
- "Helium_3",
- "Helium-3",
- 0,
- 0,
- 1,
- 0,
- false,
- true,
- 10,
- 1,
- 1,
- Dyes.dyeYellow,
- Element.He_3,
- Collections.singletonList(new TC_AspectStack(TC_Aspects.AER, 3)));
- public static Materials Indium = new Materials(
- 56,
- TextureSet.SET_METALLIC,
- 1.0F,
- 0,
- 2,
- 1 | 2 | 8 | 32,
- 64,
- 0,
- 128,
- 0,
- "Indium",
- "Indium",
- 0,
- 0,
- 429,
- 0,
- false,
- false,
- 4,
- 1,
- 1,
- Dyes.dyeGray,
- Element.In,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.RADIO, 1)));
- public static Materials Iridium = new Materials(
- 84,
- TextureSet.SET_DULL,
- 6.0F,
- 2560,
- 3,
- 1 | 2 | 8 | 32 | 64 | 128,
- 240,
- 240,
- 245,
- 0,
- "Iridium",
- "Iridium",
- 0,
- 0,
- 2719,
- 4500,
- true,
- false,
- 10,
- 1,
- 1,
- Dyes.dyeWhite,
- Element.Ir,
- Arrays.asList(
- new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.MACHINA, 1)))
- .disableAutoGeneratedBlastFurnaceRecipes();
- public static Materials Iron = new Materials(
- 32,
- TextureSet.SET_METALLIC,
- 6.0F,
- 256,
- 2,
- 1 | 2 | 8 | 32 | 64 | 128,
- 200,
- 200,
- 200,
- 0,
- "Iron",
- "Iron",
- 0,
- 0,
- 1811,
- 0,
- false,
- false,
- 3,
- 1,
- 1,
- Dyes.dyeLightGray,
- Element.Fe,
- Collections.singletonList(new TC_AspectStack(TC_Aspects.METALLUM, 3)));
- public static Materials Lanthanum = new Materials(
- 64,
- TextureSet.SET_METALLIC,
- 1.0F,
- 0,
- 2,
- 1 | 2 | 8 | 32,
- 138,
- 138,
- 138,
- 0,
- "Lanthanum",
- "Lanthanum",
- 0,
- 0,
- 1193,
- 1193,
- true,
- false,
- 4,
- 1,
- 1,
- Dyes._NULL,
- Element.La,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.RADIO, 1)));
- public static Materials Lead = new Materials(
- 89,
- TextureSet.SET_DULL,
- 8.0F,
- 64,
- 1,
- 1 | 2 | 8 | 32 | 64 | 128,
- 140,
- 100,
- 140,
- 0,
- "Lead",
- "Lead",
- 0,
- 0,
- 600,
- 0,
- false,
- false,
- 3,
- 1,
- 1,
- Dyes.dyePurple,
- Element.Pb,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.ORDO, 1)));
- public static Materials Lithium = new Materials(
- 6,
- TextureSet.SET_DULL,
- 1.0F,
- 0,
- 2,
- 1 | 2 | 8 | 32,
- 225,
- 220,
- 255,
- 0,
- "Lithium",
- "Lithium",
- 0,
- 0,
- 454,
- 0,
- false,
- false,
- 4,
- 1,
- 1,
- Dyes.dyeLightBlue,
- Element.Li,
- Arrays.asList(new TC_AspectStack(TC_Aspects.VITREUS, 1), new TC_AspectStack(TC_Aspects.POTENTIA, 2)));
- public static Materials Lutetium = new Materials(
- 78,
- TextureSet.SET_SHINY,
- 1.0F,
- 0,
- 2,
- 1 | 2 | 8 | 32,
- 188,
- 62,
- 199,
- 0,
- "Lutetium",
- "Lutetium",
- 0,
- 0,
- 1925,
- 1925,
- true,
- false,
- 4,
- 1,
- 1,
- Dyes._NULL,
- Element.Lu,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.RADIO, 1)));
- public static Materials Magic = new Materials(
- -128,
- TextureSet.SET_SHINY,
- 8.0F,
- 5120,
- 5,
- 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128,
- 100,
- 0,
- 200,
- 0,
- "Magic",
- "Magic",
- 5,
- 32,
- 5000,
- 0,
- false,
- false,
- 7,
- 1,
- 1,
- Dyes.dyePurple,
- Element.Ma,
- Collections.singletonList(new TC_AspectStack(TC_Aspects.PRAECANTATIO, 4)));
- public static Materials Magnesium = new Materials(
- 18,
- TextureSet.SET_METALLIC,
- 1.0F,
- 0,
- 2,
- 1 | 2 | 8 | 32,
- 255,
- 200,
- 200,
- 0,
- "Magnesium",
- "Magnesium",
- 0,
- 0,
- 923,
- 0,
- false,
- false,
- 3,
- 1,
- 1,
- Dyes.dyePink,
- Element.Mg,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.SANO, 1)));
- public static Materials Manganese = new Materials(
- 31,
- TextureSet.SET_DULL,
- 7.0F,
- 512,
- 2,
- 1 | 2 | 8 | 32 | 64,
- 250,
- 250,
- 250,
- 0,
- "Manganese",
- "Manganese",
- 0,
- 0,
- 1519,
- 0,
- false,
- false,
- 3,
- 1,
- 1,
- Dyes.dyeWhite,
- Element.Mn,
- Collections.singletonList(new TC_AspectStack(TC_Aspects.METALLUM, 3)));
- public static Materials Mercury = new Materials(
- 87,
- TextureSet.SET_SHINY,
- 1.0F,
- 0,
- 0,
- 16 | 32,
- 255,
- 220,
- 220,
- 0,
- "Mercury",
- "Mercury",
- 5,
- 32,
- 234,
- 0,
- false,
- false,
- 3,
- 1,
- 1,
- Dyes.dyeLightGray,
- Element.Hg,
- Arrays.asList(
- new TC_AspectStack(TC_Aspects.METALLUM, 1),
- new TC_AspectStack(TC_Aspects.AQUA, 1),
- new TC_AspectStack(TC_Aspects.VENENUM, 1)));
- public static Materials Molybdenum = new Materials(
- 48,
- TextureSet.SET_SHINY,
- 7.0F,
- 512,
- 2,
- 1 | 2 | 8 | 32 | 64,
- 180,
- 180,
- 220,
- 0,
- "Molybdenum",
- "Molybdenum",
- 0,
- 0,
- 2896,
- 0,
- false,
- false,
- 1,
- 1,
- 1,
- Dyes.dyeBlue,
- Element.Mo,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.INSTRUMENTUM, 1)));
- public static Materials Neodymium = new Materials(
- 67,
- TextureSet.SET_METALLIC,
- 7.0F,
- 512,
- 2,
- 1 | 2 | 8 | 32 | 64 | 128,
- 100,
- 100,
- 100,
- 0,
- "Neodymium",
- "Neodymium",
- 0,
- 0,
- 1297,
- 1297,
- true,
- false,
- 4,
- 1,
- 1,
- Dyes._NULL,
- Element.Nd,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.MAGNETO, 2)));
- public static Materials Neutronium = new Materials(
- 129,
- TextureSet.SET_DULL,
- 24.0F,
- 655360,
- 6,
- 1 | 2 | 8 | 32 | 64 | 128,
- 250,
- 250,
- 250,
- 0,
- "Neutronium",
- "Neutronium",
- 0,
- 0,
- 10000,
- 10000,
- true,
- false,
- 20,
- 1,
- 1,
- Dyes.dyeWhite,
- Element.Nt,
- Arrays.asList(
- new TC_AspectStack(TC_Aspects.METALLUM, 4),
- new TC_AspectStack(TC_Aspects.VITREUS, 3),
- new TC_AspectStack(TC_Aspects.ALIENIS, 2)))
- .disableAutoGeneratedBlastFurnaceRecipes();
- public static Materials Nickel = new Materials(
- 34,
- TextureSet.SET_METALLIC,
- 6.0F,
- 64,
- 2,
- 1 | 2 | 8 | 32 | 64 | 128,
- 200,
- 200,
- 250,
- 0,
- "Nickel",
- "Nickel",
- 0,
- 0,
- 1728,
- 0,
- false,
- false,
- 4,
- 1,
- 1,
- Dyes.dyeLightBlue,
- Element.Ni,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.IGNIS, 1)));
- public static Materials Niobium = new Materials(
- 47,
- TextureSet.SET_METALLIC,
- 1.0F,
- 0,
- 2,
- 1 | 2 | 8 | 32,
- 190,
- 180,
- 200,
- 0,
- "Niobium",
- "Niobium",
- 0,
- 0,
- 2750,
- 2750,
- true,
- false,
- 5,
- 1,
- 1,
- Dyes._NULL,
- Element.Nb,
- Arrays.asList(new TC_AspectStack(TC_Aspects.METALLUM, 2), new TC_AspectStack(TC_Aspects.EL