Nugget Removal
This commit is contained in:
parent
341e862e37
commit
9f0298b9d5
3 changed files with 2 additions and 5 deletions
Binary file not shown.
Before Width: | Height: | Size: 647 B |
|
@ -15,8 +15,8 @@ public class ItemNuggets extends ItemTextureBase
|
|||
|
||||
public static final String[] types = new String[] { "aluminum", "brass", "bronze", "chrome", "copper", "electrum",
|
||||
"invar", "iridium", "lead", "nickel", "platinum", "silver", "steel", "tin", "titanium", "tungsten",
|
||||
"hotTungstensteel", "tungstensteel", "zinc", "refinedIron", "advancedAlloy", "mixedMetal",
|
||||
"iridiumAlloy", "iron", "diamond" };
|
||||
"hotTungstensteel", "tungstensteel", "zinc", "refinedIron", ModItems.META_PLACEHOLDER, ModItems.META_PLACEHOLDER,
|
||||
ModItems.META_PLACEHOLDER, "iron", "diamond" };
|
||||
|
||||
public ItemNuggets()
|
||||
{
|
||||
|
|
|
@ -481,9 +481,6 @@ item.techreborn.nuggets.tungstensteel.name=Tungstensteel Nugget
|
|||
item.techreborn.nuggets.hotTungstensteel.name=Hot Tungstensteeel Nugget
|
||||
item.techreborn.nuggets.zinc.name=Zinc Nugget
|
||||
item.techreborn.nuggets.refinedIron.name=Refined Iron Nugget
|
||||
item.techreborn.nuggets.advancedAlloy.name=Advanced Alloy Nugget
|
||||
item.techreborn.nuggets.iridiumAlloy.name=Iridium Alloy Nugget
|
||||
item.techreborn.nuggets.mixedMetal.name=Mixed Metal Nugget
|
||||
item.techreborn.nuggets.diamond.name=Diamond Nugget
|
||||
|
||||
#Crushed Ore
|
||||
|
|
Loading…
Reference in a new issue