Rename to tungstenGrindingHead
This commit is contained in:
parent
a19f115925
commit
be36455415
4 changed files with 2 additions and 2 deletions
|
@ -737,7 +737,7 @@ public class ModRecipes
|
||||||
'D', "dustDiamond");
|
'D', "dustDiamond");
|
||||||
|
|
||||||
CraftingHelper
|
CraftingHelper
|
||||||
.addShapedOreRecipe(ItemParts.getPartByName("wolframiumGrindingHead", 2), "TST", "SBS", "TST", 'T',
|
.addShapedOreRecipe(ItemParts.getPartByName("tungstenGrindingHead", 2), "TST", "SBS", "TST", 'T',
|
||||||
"plateTungsten", 'S', "plateSteel", 'B', "blockSteel");
|
"plateTungsten", 'S', "plateSteel", 'B', "blockSteel");
|
||||||
|
|
||||||
/* TODO: Make destructopack seperate item
|
/* TODO: Make destructopack seperate item
|
||||||
|
|
|
@ -17,7 +17,7 @@ import java.util.List;
|
||||||
public class ItemParts extends ItemTextureBase
|
public class ItemParts extends ItemTextureBase
|
||||||
{
|
{
|
||||||
public static final String[] types = new String[] { "energyFlowCircuit", "dataControlCircuit", "dataStorageCircuit",
|
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",
|
"heliumCoolantTriple", "heliumCoolantSix", "NaKCoolantSimple", "NaKCoolantTriple", "NaKCoolantSix",
|
||||||
"cupronickelHeatingCoil", "nichromeHeatingCoil", "kanthalHeatingCoil", "lazuriteChunk", "superConductor",
|
"cupronickelHeatingCoil", "nichromeHeatingCoil", "kanthalHeatingCoil", "lazuriteChunk", "superConductor",
|
||||||
"thoriumCell", "doubleThoriumCell", "quadThoriumCell", "plutoniumCell", "doublePlutoniumCell",
|
"thoriumCell", "doubleThoriumCell", "quadThoriumCell", "plutoniumCell", "doublePlutoniumCell",
|
||||||
|
|
Before Width: | Height: | Size: 226 B After Width: | Height: | Size: 226 B |
Binary file not shown.
Before Width: | Height: | Size: 224 B |
Loading…
Reference in a new issue