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

@@ -2,4 +2,4 @@ This Mod is Licensed Under GPLv3
Author: Orthus
Date: Sep 29 2013
WebSite: https://bitbucket.org/0rthus/divine-equipment/admin
WebSite: https://bitbucket.org/0rthus/divine-equipment

Binary file not shown.

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)