diff --git a/src/main/java/techreborn/items/ItemDusts.java b/src/main/java/techreborn/items/ItemDusts.java index 3cf6f9841..d8b8760d7 100644 --- a/src/main/java/techreborn/items/ItemDusts.java +++ b/src/main/java/techreborn/items/ItemDusts.java @@ -34,16 +34,16 @@ public class ItemDusts extends ItemTR { "brass", "bronze", "cadmium", "calcite", "charcoal", "chrome", "cinnabar", "clay", "coal", "cobalt", "copper", "cupronickel", "darkAshes", "darkIron", "diamond", "electrum", "emerald", - "enderEye", "enderPearl", "endstone", "flint", "gold", "graphite", + "enderEye", "enderPearl", "endstone", "flint", "galena", "gold", "graphite", "grossular", "indium", "invar", "iridium", "iron", "kanthal", "lapis", "lazurite", "lead", "limestone", "lodestone", "magnesium", "magnetite", "manganese", "manyullyn", "marble", "mithril", "netherrack", "nichrome", "nickel", "obsidian", "osmium", "peridot", "phosphorous", "platinum", "potassiumFeldspar", "pyrite", "pyrope", "redGarnet", "redrock", "ruby", "saltpeter", - "sapphire", "silicon", "silver", "sodalite", "spessartine", "sphalerite", + "sapphire", "sawDust", "silicon", "silver", "sodalite", "spessartine", "sphalerite", "steel", "sulfur", "tellurium", "teslatite", "tetrahedrite", "tin", "titanium", "tungsten", "uvarovite", "vinteum", "voidstone", "yellowGarnet", - "zinc", "galena" }; + "zinc" }; private IIcon[] textures; diff --git a/src/main/resources/assets/techreborn/textures/items/dust/sawDustDust.png b/src/main/resources/assets/techreborn/textures/items/dust/sawDustDust.png new file mode 100644 index 000000000..f2759218c Binary files /dev/null and b/src/main/resources/assets/techreborn/textures/items/dust/sawDustDust.png differ