Fixed Tainted Stone Texture issue.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user