Rename to tungstenGrindingHead

This commit is contained in:
Prospector 2016-05-22 14:01:38 -07:00
parent a19f115925
commit be36455415
4 changed files with 2 additions and 2 deletions

View file

@ -737,7 +737,7 @@ public class ModRecipes
'D', "dustDiamond");
CraftingHelper
.addShapedOreRecipe(ItemParts.getPartByName("wolframiumGrindingHead", 2), "TST", "SBS", "TST", 'T',
.addShapedOreRecipe(ItemParts.getPartByName("tungstenGrindingHead", 2), "TST", "SBS", "TST", 'T',
"plateTungsten", 'S', "plateSteel", 'B', "blockSteel");
/* TODO: Make destructopack seperate item

View file

@ -17,7 +17,7 @@ import java.util.List;
public class ItemParts extends ItemTextureBase
{
public static final String[] types = new String[] { "energyFlowCircuit", "dataControlCircuit", "dataStorageCircuit",
"dataOrb", "diamondGrindingHead", "diamondSawBlade", "wolframiumGrindingHead", "heliumCoolantSimple",
"dataOrb", "diamondGrindingHead", "diamondSawBlade", "tungstenGrindingHead", "heliumCoolantSimple",
"heliumCoolantTriple", "heliumCoolantSix", "NaKCoolantSimple", "NaKCoolantTriple", "NaKCoolantSix",
"cupronickelHeatingCoil", "nichromeHeatingCoil", "kanthalHeatingCoil", "lazuriteChunk", "superConductor",
"thoriumCell", "doubleThoriumCell", "quadThoriumCell", "plutoniumCell", "doublePlutoniumCell",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 B