From 4d50a3503a2f0147f3fadd8c16e0b899f07845d9 Mon Sep 17 00:00:00 2001 From: TehStoneMan Date: Thu, 9 Apr 2015 11:42:39 +1000 Subject: [PATCH] Changed name of Obsidian Ingot to avoid confusion with other mods Changed "Obsidian Ingot" to "Refined Obsidian Ingot" as some other mods (for example Tinker's Construct) also have obsidian ingots that are technically a different material with a different ore dictionary entry. --- src/main/resources/assets/mekanism/lang/en_US.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/mekanism/lang/en_US.lang b/src/main/resources/assets/mekanism/lang/en_US.lang index a1f4bee47..31ee29f3f 100644 --- a/src/main/resources/assets/mekanism/lang/en_US.lang +++ b/src/main/resources/assets/mekanism/lang/en_US.lang @@ -246,7 +246,7 @@ item.dirtySilverDust.name=Dirty Silver Dust item.dirtyLeadDust.name=Dirty Lead Dust //Ingots -item.obsidianIngot.name=Obsidian Ingot +item.obsidianIngot.name=Refined Obsidian Ingot item.osmiumIngot.name=Osmium Ingot item.bronzeIngot.name=Bronze Ingot item.glowstoneIngot.name=Glowstone Ingot