Fixed Tainted Stone Texture issue.
This commit is contained in:
@@ -2,4 +2,4 @@ This Mod is Licensed Under GPLv3
|
|||||||
|
|
||||||
Author: Orthus
|
Author: Orthus
|
||||||
Date: Sep 29 2013
|
Date: Sep 29 2013
|
||||||
WebSite: https://bitbucket.org/0rthus/divine-equipment/admin
|
WebSite: https://bitbucket.org/0rthus/divine-equipment
|
||||||
|
|||||||
Binary file not shown.
@@ -58,7 +58,7 @@ public class Divine_Equipment
|
|||||||
|
|
||||||
@Mod.EventHandler
|
@Mod.EventHandler
|
||||||
public void preInit(FMLPreInitializationEvent event){
|
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));
|
GameRegistry.registerBlock(taintedstone, modid+ taintedstone.getUnlocalizedName().substring(5));
|
||||||
LanguageRegistry.addName(taintedstone, "Tainted Stone");
|
LanguageRegistry.addName(taintedstone, "Tainted Stone");
|
||||||
// Tainted Tool Material Properties (Subject to Change)
|
// Tainted Tool Material Properties (Subject to Change)
|
||||||
|
|||||||
Reference in New Issue
Block a user