diff --git a/src/main/java/resonantinduction/core/part/BlockMachineMaterial.java b/src/main/java/resonantinduction/core/part/BlockMachineMaterial.java index f7967066..e434c383 100644 --- a/src/main/java/resonantinduction/core/part/BlockMachineMaterial.java +++ b/src/main/java/resonantinduction/core/part/BlockMachineMaterial.java @@ -17,7 +17,7 @@ import resonantinduction.core.prefab.block.BlockRI; */ public class BlockMachineMaterial extends BlockRI { - String[] iconNames = new String[] { "material_metal_side", "material_metal_top", "material_stone_brick", "material_stone_brick2", "material_stone_chiseled", "material_stone_cobble", "material_stone_cracked", "material_stone", "material_stone_slab", "material_stone_mossy", "material_steel_dark", "material_steel_tint", "material_steel" }; + String[] iconNames = new String[] { "material_stone_brick", "material_stone_brick2", "material_stone_chiseled", "material_stone_cobble", "material_stone_cracked", "material_stone", "material_stone_slab", "material_stone_mossy", "material_steel_dark", "material_steel_tint", "material_steel" }; Icon[] icons = new Icon[iconNames.length]; public BlockMachineMaterial() diff --git a/src/main/resources/assets/resonantinduction/languages/en_US.properties b/src/main/resources/assets/resonantinduction/languages/en_US.properties index 59664338..82b0199b 100644 --- a/src/main/resources/assets/resonantinduction/languages/en_US.properties +++ b/src/main/resources/assets/resonantinduction/languages/en_US.properties @@ -22,6 +22,19 @@ tile.resonantinduction\:DebugBlock.2.name=Fluid Void tile.resonantinduction\:DebugBlock.3.name=Power Void ### Archaic Module +## Materials +tile.resonantinduction\:material.0.name=Industrial Brick +tile.resonantinduction\:material.1.name=Industrial Brick +tile.resonantinduction\:material.2.name=Industrial Chiseled Brick +tile.resonantinduction\:material.3.name=Industrial Cobblestone +tile.resonantinduction\:material.4.name=Indutrial Cracked Stone +tile.resonantinduction\:material.5.name=Industrial Stone +tile.resonantinduction\:material.6.name=Industrial Stone Slab +tile.resonantinduction\:material.7.name=Industrial Mossy Stone +tile.resonantinduction\:material.8.name=Dark Steel +tile.resonantinduction\:material.9.name=Tinted Steel +tile.resonantinduction\:material.10.name=Steel + ## Items item.resonantinduction\:imprint.name=Imprint item.resonantinduction\:hammer.name=Hammer @@ -87,7 +100,6 @@ tile.resonantinduction\:filter.name=Filter tile.resonantinduction\:tesla.name=Tesla Coil tile.resonantinduction\:levitator.name=Electromagnetic Levitator tile.resonantinduction\:battery.name=Battery -tile.resonantinduction\:material.name=Material tile.resonantinduction\:armbot.name=Armbot tile.resonantinduction\:encoder.name=Encoder