Fixed Tainted Stone Texture issue.

This commit is contained in:
Zachary Daltorio
2013-10-02 00:05:46 -04:00
parent 5cce96c8e1
commit e5566be483
3 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ public class Divine_Equipment
@Mod.EventHandler
public void preInit(FMLPreInitializationEvent event){
taintedstone = new TaintedRock(2550, Material.rock).setUnlocalizedName("Tainted Stone");
taintedstone = new TaintedRock(2550, Material.rock).setUnlocalizedName("Tainted Stone").setTextureName("divine_equipment:TaintedStone");
GameRegistry.registerBlock(taintedstone, modid+ taintedstone.getUnlocalizedName().substring(5));
LanguageRegistry.addName(taintedstone, "Tainted Stone");
// Tainted Tool Material Properties (Subject to Change)